Operating System - Tru64 Unix
1823063 Members
3162 Online
109645 Solutions
New Discussion юеВ

Landscape printing using an HP4050 laserjet

 
Trifox
Advisor

Landscape printing using an HP4050 laserjet

I have a customer who is stuck trying to print to an HP4050 in landscape mode with 132 cols. Regardless of what she tries, it always comes out portrait 80 cols. Here is her printcap entry:

lp3|3|programmer:\
:if=/usr/lbin/ppdof +OPageSize=Landscape +Chplj4050.rpd:\
:lf=/usr/adm/lp3err:\
:lp=/dev/lp3:\
:mx#0:\
:of=/usr/lbin/ppdof +OPageSize=Landscape +Chplj4050.rpd:\
:pl#24:\
:pw#0:\
:rm=10.10.4.112:\
:rp=text:\
:sd=/usr/spool/lpd3:\
:xf=/usr/lbin/xf:

She knows that the printer will do it because it is also used by a VAX and it works fine. What is the secret?
Thanks,
Paul
2 REPLIES 2
Abdul Rahiman
Esteemed Contributor

Re: Landscape printing using an HP4050 laserjet

What command is she using to print?
Has she tried using the "-O lansdcape" option with lpr from the command line to see if that's printing OK on landscape mode.
lpr -h -O landscape file
No unix, no fun
Ralf Puchner
Honored Contributor

Re: Landscape printing using an HP4050 laserjet

If using rm: and rp: (lpd printing) will not honor the printfilter. Change the setup to tcp printing and it will work.

Your printcap entry looks strange to me (parallel and network printing specified, ppdof "postscript" filter used but printing to text port). Please use the supported tool lprsetup or the sysman station for setup to prevent such misconfiguration!

Simple test: pipe the printfile into the printerfilter and print the output file.

The 4050 is a PCL and PS printer, so use the correct filter depending on the input file!

If you are not sure about the basics, please have a look into the man-pages (printcap) and admin guide!
Help() { FirstReadManual(urgently); Go_to_it;; }