- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- linux box as an X terminal
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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-18-2003 06:43 AM
тАО02-18-2003 06:43 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2003 10:26 AM
тАО02-18-2003 10:26 AM
Re: linux box as an X terminal
On the Linux PC enter
xhost +
to allow all x connection.
on then HPUX system enter
export DISPLAY=my_pc_box_name_or_IP:0.0
It works just fine like this here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2003 12:07 PM
тАО02-18-2003 12:07 PM
SolutionAs James stated the "cannot open display" error can be corrected with the "xhost" command. After you start X on your RedHat box, start a terminal and type "xhost". This will display the current settings. With your current settings this will probably show something like "access control enabled, only authorized clients can connect". Now if you do an "xhost +", this will disable access control and allow any client to connect to your Xserver. You can also only enable certain hosts by doing "xhost +somehost". This will allow clients from "somehost" to connect to your Xserver.
If you want to get a full CDE session do the following (assuming you are logged in at the console but not running an X session):
From the command prompt run:
X -query somehost
This should start the X server and you should get the CDE login screen. After you exit your session the Xserver will restart and present the CDE login screen again. To kill the X server press
If you want the X server to exit after your CDE session ends, you will also need the "-terminate" option like:
X -query somehost -terminate
Hope this helps...
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-18-2003 01:05 PM
тАО02-18-2003 01:05 PM
Re: linux box as an X terminal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-19-2003 01:33 AM
тАО02-19-2003 01:33 AM
Re: linux box as an X terminal
% Xnest :1 -query
Check the man page for further options like geometry and so on ...
Regards,
Jochen
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2003 07:53 AM
тАО02-21-2003 07:53 AM
Re: linux box as an X terminal
I like the commands:
X -once -query
X -once -query
...
Which puts the CDE's of the hosts unde crtl-alt F8, ctrl-alt-F9 and so on.
I donot need an X-terminal now, and can use multiple machines at the same time. Works over a WAN too.
Goodluck
Donald
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-28-2003 12:46 PM
тАО02-28-2003 12:46 PM
Re: linux box as an X terminal
X -query hostname on the linux PC, I indeed get the CDE Login displayed. However, the CAPS LOCK key has no effect on the letters typed. The shift key will produce uppercase letters though. HP says setting the environment variable XKB_DISABLE=1 on the HP server will fix the problem "after login". (I verified this...) However, they say that the login itself must be a linux issue. (?) My users have all uppercase usernames & passwords and for 7 years have turned CAPS LOCK on as the first step to logging in. So whereas this may seem trivial, it will actually cause a big problem at my site.
Thanks in advance for any help offered!!!