- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: printing in landscape by default
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 07:44 AM
10-25-2006 07:44 AM
HPUX 11.11 HP LaserJet 8100 printer
Just loaded HP11e134.SD JetDirect software - no problems
When I print, the banner page comes out in portrait but the rest of the prints are in landscape.
If I use the -oportrait option then it prints in portrait. Where is this setting to have it default to portrait?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 08:45 AM
10-25-2006 08:45 AM
Re: printing in landscape by default
The model script is in /etc/lp/interface/model.orig
do a search for Orientation in the file for your printer name
HTH
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 08:51 AM
10-25-2006 08:51 AM
Re: printing in landscape by default
All the orientation = "p"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 09:25 AM
10-25-2006 09:25 AM
Re: printing in landscape by default
In my case I changed copy=$4 to copy=2.
In your case I'd think you would need to change options=$5 to options="landscape" or maybe options="="Landscape raw lpi8 fp12"
You'll just have to play with it.
Good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2006 09:29 AM
10-25-2006 09:29 AM
Solutionorientation="def"
paper="def"
length="def"
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.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2006 03:08 AM
10-26-2006 03:08 AM
Re: printing in landscape by default
Grabbed a copy of the model script from another system and all is well.
Thanks