HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Linux as X server for HP-UX
Operating System - Linux
1827810
Members
2120
Online
109969
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
08-02-2002 05:07 PM
08-02-2002 05:07 PM
I wanted to display the CDE destop of a HP-UX server on my linux box display.
What I did is issue the command "X -query hpservername :1" on one of the virtual consoles.
However what happens is that I only get initial black screen and hourglass icon of the mouse curor. After that it just repeatedly just blanks out and shows the hourglass icon again. I even have to telnet into the linux box just to kill the X process since I cant even get a permanent non-balnking screen in the main gui screen of my linux box.
For connecting to a solaris box, its working perfectly fine.
Is there any configuration needed on my linux box or on the HP-server?
What I did is issue the command "X -query hpservername :1" on one of the virtual consoles.
However what happens is that I only get initial black screen and hourglass icon of the mouse curor. After that it just repeatedly just blanks out and shows the hourglass icon again. I even have to telnet into the linux box just to kill the X process since I cant even get a permanent non-balnking screen in the main gui screen of my linux box.
For connecting to a solaris box, its working perfectly fine.
Is there any configuration needed on my linux box or on the HP-server?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2002 10:44 AM
08-03-2002 10:44 AM
Solution
Hello,
For me it works perfectly.
I guess your problem is linked to font server being used.
I would suggest you start the X font server on the HP-UX box as follows :
=> Edit /etc/rc.config.d/xfs and change the variable value from 0 to 1.
=> Type /sbin/init.d/xfs start to start the X font server.
Then tell your Linux X server to use the HP-UX machine's font server as follows :
X -query hpservername :1 -fn tcp/hpservername:7000
IMPORTANT REMARK : if you have an international keyboard, you may need the "AltGr" for certains characters (|, #, @, etc...). To be able to use the "AltGr" key, you must disable XKB extensions in the CDE startup files.
To do that, go to the HP-UX machine :
cd /etc/dt/config/Xsession.d
Create a new file (let's say "xkbdisable") with the following two lines :
#!/usr/bin/ksh
export XKB_DISABLE=1
Set the permissions of this file as follows :
chown bin:bin /etc/dt/config/Xsession.d/xkbdisable
chmod 555 /etc/dt/config/Xsession.d/xkbdisable
To make sure that changes are effective, you have to logout from your CDE desktop (from Linux machine) and login again.
Good luck.
Kodjo
For me it works perfectly.
I guess your problem is linked to font server being used.
I would suggest you start the X font server on the HP-UX box as follows :
=> Edit /etc/rc.config.d/xfs and change the variable value from 0 to 1.
=> Type /sbin/init.d/xfs start to start the X font server.
Then tell your Linux X server to use the HP-UX machine's font server as follows :
X -query hpservername :1 -fn tcp/hpservername:7000
IMPORTANT REMARK : if you have an international keyboard, you may need the "AltGr" for certains characters (|, #, @, etc...). To be able to use the "AltGr" key, you must disable XKB extensions in the CDE startup files.
To do that, go to the HP-UX machine :
cd /etc/dt/config/Xsession.d
Create a new file (let's say "xkbdisable") with the following two lines :
#!/usr/bin/ksh
export XKB_DISABLE=1
Set the permissions of this file as follows :
chown bin:bin /etc/dt/config/Xsession.d/xkbdisable
chmod 555 /etc/dt/config/Xsession.d/xkbdisable
To make sure that changes are effective, you have to logout from your CDE desktop (from Linux machine) and login again.
Good luck.
Kodjo
Learn and explain...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2002 09:54 PM
08-04-2002 09:54 PM
Re: Linux as X server for HP-UX
This is not directly related to your problem just a tip when using linux as an X terminal.
use 8bit color depth, if not some applications may look wierd or not start up at all.
use 8bit color depth, if not some applications may look wierd or not start up at all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2002 01:02 AM
08-05-2002 01:02 AM
Re: Linux as X server for HP-UX
Not directly related but you can run an X-Server inside your local X session with Xnest. There you can also have a different color depth and so on. Very nice!
Well, yeah ... I suppose there's no point in getting greedy, is there?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP