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-01-2007 08:08 PM
10-01-2007 08:08 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2007 08:10 PM
10-01-2007 08:10 PM
Re: Display
DISPLAY=192.168.10.1:0.0
export DISPLAY
(Instead of 192.168.10.1 type your local system ip )
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2007 08:28 PM
10-01-2007 08:28 PM
Re: Display
check that you are running from 0:0 and not 1:0, 2:0 etc.
from the server you logged into:
echo $DISPLAY
also you may need to run
# xhost + or xhost
to allow the screen to be displayed.
hope this helps
chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2007 08:29 PM
10-01-2007 08:29 PM
Re: Display
If you want to start a specific application (not the whole X) you can do it on that way:
1. ssh -X remote_HP-UX_system
2. just run the application which you need and it will start in your local machine (for example you can try to run xstm)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2007 10:12 PM
10-02-2007 10:12 PM
Solutiondo you get any error-messages when you try to launch your X-application ?
if the display is working wfor the account you loggin with but you su to a different user remember to export your DISPLAY and xauth after su-ing
i.e.;
logging as guest
echo $DISPLAY -> 192.168.10.20:10.0
xauth list ->
hostname:10 MIT-MAGIC-COOKIE-1 "x-key"
Look for the "x-key" that correspond with the display-number
su - admin
export DISPLAY=192.168.10.20:10.0
xauth add hostname:10 MIT-MAGIC-COOKIE-1 "x-key"
check: xclock
display should be on your "local"-machine
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 08:09 AM
10-03-2007 08:09 AM
Re: Display
You should bea ble to export your DISPLAY.
DISPLAY=192.0.0.0. ** What ever your IP **
export DISPLAY
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2007 05:21 PM
10-03-2007 05:21 PM