- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem getting the display
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
06-26-2000 01:06 AM
06-26-2000 01:06 AM
Problem getting the display
Error: Can't open display:
Error: Couldn't find per display information
please someone help.
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2000 01:22 AM
06-26-2000 01:22 AM
Re: Problem getting the display
2. Make sure hostname resolution is OK : run nslookup on the terminals ip address : does it resolve ?
3. If yes try exporting DISPLAY=
4. Often X may have problems getting through firewalls, routers etc is this the case ?
5. Describe the H/W involved ... is the teminal an Xterminal or PC or just a remote display on a series 9000 or similar else where on the network. If HP check the Xservers log file : usually in /var/dt/Xerrors or / var/vue/Xerrors for further clues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2000 05:28 AM
06-26-2000 05:28 AM
Re: Problem getting the display
You need to type this command on the Unix Prompt:
xhost +
or
xhost
In order to allow the X Server to cconnect to your workstation.
This is a session dependant command and needs to be repleated each time you reboot. You may want to consider placing it in your /etc/profile or .profile.
Hope that helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2000 05:54 AM
06-26-2000 05:54 AM
Re: Problem getting the display
Xlib connection to
Xlib Client is not authorised to connect to Server ....
followed by the :
Error: Can't open display:
Error: Couldn't find per display information
We've only seen the per display bit which you generally get if a display cannot be opened due to the fact it doesn't exist.
Also under CDE (default at 11.xx) a lot of customers forget we have 2 types of X authority running : check out MIT Magic cookies and User-based authority either on the X man page or /usr/dt/config/Xconfig (section marked dtlogin*authorise : False).
Best of luck and let us know how you get on ...... ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2003 07:51 PM
02-12-2003 07:51 PM
Re: Problem getting the display
Turns out it must be some kind of DNS issue, since I eventually solved it by simply specifying the numeric IP address instead of hostname.
i.e.
xterm -display dhcp38:0
failed
but xterm -display 192.8.1.38:0
works great!
This also applies to the DISPLAY environment variable.