- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Printing on CDE!
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
05-01-2003 10:17 AM
05-01-2003 10:17 AM
I'm using HP-UX 11 and when I'm using CDE and I try to print a text file or any other file, I get this error message: "An X server for
Thanks!
Jonathan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2003 11:34 AM
05-01-2003 11:34 AM
Re: Printing on CDE!
How are you trying to print?
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2003 12:00 PM
05-01-2003 12:00 PM
Re: Printing on CDE!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 12:17 AM
05-02-2003 12:17 AM
SolutionNB Current CDE patches allow configuring CDE to revert to the older HP-UX 10.20 behavior of routing the text to the lp spooler rather
than using TPS.
(Starting with [PHSS_25138/PACHRDME/English] for HP-UX 11.00 and[PHSS_25197/PACHRDME/English] for HP-UX 11.11)
If the system has a current CDE patch installed:
A. Edit the file "/etc/rc.config.d/desktop" and add the following line:
DTPRTSVR=LP
or run the following command:
ch_rc -a -p DTPRTSVR=LP /etc/rc.config.d/desktop
NOTE: This environment variable does not exist by default; therefore, it must be added and set to "LP" in order to overwrite
the system-default setting of TPS.
B. Stop and Restart CDE
'/sbin/init.d/dtlogin.rc stop'
'/sbin/init.d/dtlogin.rc start'
However if you really want to use TPS let me know but I'd recommend trying the above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 01:38 AM
05-02-2003 01:38 AM
Re: Printing on CDE!
Install latest patch PHSS_27869. Then add the following line in ur /etc/rc.config.d/desktop
DTPRTSVR=LP
Reread the configuration file.
ch_rc -a -p DTPRTSVR=LP /etc/rc.config.d/desktop
Then logoff and login from CDE.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-05-2003 07:52 AM
05-05-2003 07:52 AM
Re: Printing on CDE!
Thanks!