- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: setting DISPLAY variable
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
тАО06-26-2004 07:08 PM
тАО06-26-2004 07:08 PM
What does the following mean.
ipaddress:1.0
I know that 0.0 means screen.monitor. But what does 1.0 mean.
had a user who could not get a display on their PC using ipaddress:0.0, but they say ot worked fine when he used ipaddress:1.0
They are using Exceed on the PC.
I simulated the same on my PC out here. What i did was start the Exceed X-server on my PC. Then telneted to the Unix box and :
export DISPLAY=my_pc_ipaddress:0.0
xclock
This popped up the xlock window just fine on my pc. I am using exceed in Passive mode.
Tried the same on the users pc but it does not work. However when i :
export DISPLAY=users_pc_ipaddress:1.0
xclock
It works fine.
Any clues..
thanks in advance,
Pat
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2004 07:33 PM
тАО06-26-2004 07:33 PM
Re: setting DISPLAY variable
Check for the user on his PC Exceed's Xconfig settings:
XCONFIG/COMMUNICATIONS and there
Display number
I'm almost sure that thereis 1 in the appropriate window.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2004 07:40 PM
тАО06-26-2004 07:40 PM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=132832
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2004 07:57 PM
тАО06-26-2004 07:57 PM
Re: setting DISPLAY variable
The advice and the document did help me, but i still do not have the answer to the
ipaddress:1.0 question. what does the 1.0 imply.
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2004 08:05 PM
тАО06-26-2004 08:05 PM
Re: setting DISPLAY variable
" Programs that are linked against X libraries will automatically search their environment for a DISPLAY value. If it specifies a hostname or IP address, they will attempt to open a TCP connection (Internet domain socket) instead of a local file/node (UNIX domain socket) connection. Specifically they will try to connect to port 6000 for :0.0, and 6001 for ...:1.0, etc. (Incidentally, the .0 in :0.0 or localhost:0.0 refers to a possible display number. Some X servers support multiple displays/monitors, and these address each of the displays as 0.0, 0.1, 1.0, 1.1 etc). "
Passage taken from the link below.
Hope that clears your doubt.
Regards,
http://www.linuxgazette.com/issue52/tag/19.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2004 08:13 PM
тАО06-26-2004 08:13 PM
Re: setting DISPLAY variable
You can configure your HP-UX CDE with multiple monitors and get multiple displays. Each display will have it's own number.
In your case, the DISPLAY number is given as 1 on the X-server hence it doesn't work with 0.0.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2004 08:15 PM
тАО06-26-2004 08:15 PM
Re: setting DISPLAY variable
0:0 or 1:0 is niether IP address nor its part, but only numbering of screens and displays
0 is first (screen or monitor), 1 second, 2 third and so on
br Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-26-2004 08:15 PM
тАО06-26-2004 08:15 PM
Re: setting DISPLAY variable
I think that explains it. Very valuable info.
rgds
Pat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2004 02:22 AM
тАО06-27-2004 02:22 AM
Re: setting DISPLAY variable
DISPLAY=$(who -m -u | awk '{print $8}')
export DISPLAY
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-27-2004 05:48 PM
тАО06-27-2004 05:48 PM
Re: setting DISPLAY variable
rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-27-2021 05:09 AM
тАО10-27-2021 05:09 AM
Re: setting DISPLAY variable
You can refer to below solution, that helped for me. Hope it will solve your problem too..