Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Landscape printing 1

Status
Not open for further replies.

glav

MIS
Mar 11, 2003
11
US
We just received a new P630 with AIX 5.1 (I'm new to AIX). I am looking to use SystemV printing. How can I print landscape? I tried the (-y) option with 'landscape' as well as the (-o) option but still getting portrait.

Thanks,
Gary
 
I just set up a second queue and made the print queue characteristic landscape. there might be an easier way, but this works.
 
Try adding pcl.landscape to the printer file. It is usually located in /var/spool/uv. The file should look like something like this... - cat pcl.landscape - | lp -dfxx
 
Since you are using System V printing, you need to use an interface script that supports landscape printing. If you are using a PCL printer, then this filter actually exists on AIX and is described in Printing for Fun and Profit under AIX 5L.

To use an alternate model script when creating a printer, use the -i flag to point to the model. To use the hpnpIS.model script simply use -i /usr/lib/hpnp/hpnpIS.model. This model supports landscape and a lot of things. Then you can use -o options with lp.

This is so easy with AIx printing and supports so many printers. Also AIx printing is so much more efficient.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top