<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: printing in landscape by default in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010521#M426428</link>
    <description>&lt;BR /&gt;&lt;BR /&gt;The model script is in /etc/lp/interface/model.orig&lt;BR /&gt;do a search for Orientation in the file for your printer name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Dave</description>
    <pubDate>Wed, 25 Oct 2006 15:45:31 GMT</pubDate>
    <dc:creator>DCE</dc:creator>
    <dc:date>2006-10-25T15:45:31Z</dc:date>
    <item>
      <title>printing in landscape by default</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010520#M426427</link>
      <description>Hi all:&lt;BR /&gt;&lt;BR /&gt;HPUX 11.11    HP LaserJet 8100 printer&lt;BR /&gt;&lt;BR /&gt;Just loaded HP11e134.SD JetDirect software - no problems&lt;BR /&gt;&lt;BR /&gt;When I print, the banner page comes out in portrait but the rest of the prints are in landscape.&lt;BR /&gt;If I use the -oportrait option then it prints in portrait. Where is this setting to have it default to portrait?</description>
      <pubDate>Wed, 25 Oct 2006 14:44:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010520#M426427</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-10-25T14:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: printing in landscape by default</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010521#M426428</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;The model script is in /etc/lp/interface/model.orig&lt;BR /&gt;do a search for Orientation in the file for your printer name&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Dave</description>
      <pubDate>Wed, 25 Oct 2006 15:45:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010521#M426428</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-10-25T15:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: printing in landscape by default</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010522#M426429</link>
      <description>Yes, I know /etc/lp/interface&lt;BR /&gt;&lt;BR /&gt;All the orientation = "p"&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Oct 2006 15:51:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010522#M426429</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-10-25T15:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: printing in landscape by default</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010523#M426430</link>
      <description>I think DCE is on the right track.  I have modified the files in /etc/lp/interface for certain printers to output more than one copy&lt;BR /&gt;In my case I changed copy=$4 to copy=2.&lt;BR /&gt;In your case I'd think you would need to change options=$5 to options="landscape" or maybe options="="Landscape raw lpi8 fp12"&lt;BR /&gt;&lt;BR /&gt;You'll just have to play with it.&lt;BR /&gt;Good luck.&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Oct 2006 16:25:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010523#M426430</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2006-10-25T16:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: printing in landscape by default</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010524#M426431</link>
      <description>The JetDirect scripts are fairly complex to read and understand, but all the default settings are located in the section that looks like this:&lt;BR /&gt; &lt;BR /&gt;orientation="def"&lt;BR /&gt;paper="def" &lt;BR /&gt;length="def"&lt;BR /&gt; &lt;BR /&gt;If someone has changed from "def", that is where "def" would be changed to "l". However, someone may have hardcoded rotate=yes somewhere in the script for this printer. I would suggest replacing the script with the net_ljx000 from /opt/hpnpl/sh.</description>
      <pubDate>Wed, 25 Oct 2006 16:29:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010524#M426431</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-10-25T16:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: printing in landscape by default</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010525#M426432</link>
      <description>Hardcoded rotate=yes.&lt;BR /&gt;&lt;BR /&gt;Grabbed a copy of the model script from another system and all is well.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2006 10:08:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printing-in-landscape-by-default/m-p/5010525#M426432</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2006-10-26T10:08:42Z</dc:date>
    </item>
  </channel>
</rss>

