<?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: printer setup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550573#M28045</link>
    <description>Hi ravi&lt;BR /&gt;I don't have the manual, do you know if there is some documents on-line?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
    <pubDate>Tue, 10 Jul 2001 04:44:02 GMT</pubDate>
    <dc:creator>Hoey</dc:creator>
    <dc:date>2001-07-10T04:44:02Z</dc:date>
    <item>
      <title>printer setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550571#M28043</link>
      <description>Hi all&lt;BR /&gt;Our client has a lexmark optra s1250 laser printer. Recently, when it prints from a unix application, it has its left margin cut off.  When I looked at the script, it says lp -s -onb -o12 -olandscape -olpi8 -otl66.&lt;BR /&gt;&lt;BR /&gt;Can anybody tell me if the script is ok and also what do those -o (options) means.  Is there any documentation that can tell me every option available to the lp command, I tried to look at man lp, doesn't tell me much.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 10 Jul 2001 04:23:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550571#M28043</guid>
      <dc:creator>Hoey</dc:creator>
      <dc:date>2001-07-10T04:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550572#M28044</link>
      <description>Hi,&lt;BR /&gt;you can look into the document "setting up printer on HP-UX" which is supplied by HP.</description>
      <pubDate>Tue, 10 Jul 2001 04:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550572#M28044</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2001-07-10T04:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550573#M28045</link>
      <description>Hi ravi&lt;BR /&gt;I don't have the manual, do you know if there is some documents on-line?&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 10 Jul 2001 04:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550573#M28045</guid>
      <dc:creator>Hoey</dc:creator>
      <dc:date>2001-07-10T04:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550574#M28046</link>
      <description>Try this &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.docs.hp.com/hpux/onlinedocs/B2355-90701/B2355-90701.html" target="_blank"&gt;http://www.docs.hp.com/hpux/onlinedocs/B2355-90701/B2355-90701.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and look at chapter 7 &lt;BR /&gt;Administering a System:&lt;BR /&gt;        Managing Printers, Software, and Performance</description>
      <pubDate>Tue, 10 Jul 2001 05:06:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550574#M28046</guid>
      <dc:creator>Rainer von Bongartz</dc:creator>
      <dc:date>2001-07-10T05:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550575#M28047</link>
      <description>`lp -s -onb -o12 -olandscape -olpi8 -otl66`&lt;BR /&gt;can be condensed to&lt;BR /&gt;`lp -s -o'nb 12 land lpi8 tl66'`&lt;BR /&gt;&lt;BR /&gt;-s suppresses stdout&lt;BR /&gt;-o passes an interface specific option to the interface script in /etc/lp/interface&lt;BR /&gt;&lt;BR /&gt;nb is the no banner option&lt;BR /&gt;12 for 12 char per inch&lt;BR /&gt;land for landscape&lt;BR /&gt;lpi8 for 8 lines per inch&lt;BR /&gt;tl66 for 66 lines per page (text length)&lt;BR /&gt;&lt;BR /&gt;Try lp -o'options' to get a list of interface options.&lt;BR /&gt;&lt;BR /&gt;How much of the left margin is dropping off? If just one character, try adding 'lm1 rm175' to the list of options.&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2001 15:15:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550575#M28047</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2001-07-10T15:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550576#M28048</link>
      <description>Hi guys, thanks for the help&lt;BR /&gt;&lt;BR /&gt;I used -o14, it should print 14cpi.  But it printed 11cpi.  Any idea how I can set it to print 14cpi.&lt;BR /&gt;&lt;BR /&gt;Thanks in advace&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jul 2001 01:27:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550576#M28048</guid>
      <dc:creator>Hoey</dc:creator>
      <dc:date>2001-07-13T01:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: printer setup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550577#M28049</link>
      <description>The -o options for the individual printer models are in the interface scripts under /etc/lp/interface/{printername}. If the interface script is a generic remote or local printer interface, then maybe you could find an interface for the printer on the internet. You could use a BSD style interface script with few modifications.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.</description>
      <pubDate>Fri, 20 Jul 2001 22:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-setup/m-p/2550577#M28049</guid>
      <dc:creator>David W Damon</dc:creator>
      <dc:date>2001-07-20T22:33:01Z</dc:date>
    </item>
  </channel>
</rss>

