- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I need to start a 'dummy' X display on a UNIX serv...
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
12-21-2005 09:26 AM
12-21-2005 09:26 AM
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 09:33 AM
12-21-2005 09:33 AM
SolutionI think what you are looking for is xvfb,
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000079976295
the itrc doc id is XWINKBRC00004791.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 09:34 AM
12-21-2005 09:34 AM
Re: I need to start a 'dummy' X display on a UNIX server
which oracle product requires an X display?
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2005 09:42 AM
12-21-2005 09:42 AM
Re: I need to start a 'dummy' X display on a UNIX server
You can use vncserver , from www.realvnc.com
That will enable you to use X-Window.
The vnc server software has to be install in the server , and then need to client through putty with ssh tunnel. and X-Window will be available.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2005 01:03 AM
12-22-2005 01:03 AM
Re: I need to start a 'dummy' X display on a UNIX server
I know I have saved space on a box or two of my own that way if I never expected to do more than remote command line.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2005 03:20 AM
12-23-2005 03:20 AM
Re: I need to start a 'dummy' X display on a UNIX server
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2005 02:11 AM
12-27-2005 02:11 AM
Re: I need to start a 'dummy' X display on a UNIX server
Last question: Any reason not to use DISPLAY=host:0 (versus :10) ? Seems to be configurable in the config file, but I'm wondering if I should change it to '0'.
thanks