- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X-Server display problem
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
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
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-14-2001 10:07 PM
тАО06-14-2001 10:07 PM
X-Server display problem
I installed HP-UX on a J server successfully. But after installation before the login prompt, I obtain this message, "X-Server can not be started on display".
I have installed quite a few applications on this server and would not want to reinstall the OS.
Can someone help on this?
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2001 10:15 PM
тАО06-14-2001 10:15 PM
Re: X-Server display problem
Did you set the hostname correctly at install time? Normally, this error message should read something like "...on display
Are there any other error messages in /var/dt/Xerrors and/or /var/X11/Xserver/logs/X0.log?
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2001 11:12 PM
тАО06-14-2001 11:12 PM
Re: X-Server display problem
Have provided the hostname correctly during installation.
Viewed the /var/dt/Xerrors file to have the following errors:
1) "Fatal Server Error: Couldn't open X Pointer Device. Is one attached?"
2) Server for display
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-14-2001 11:13 PM
тАО06-14-2001 11:13 PM
Re: X-Server display problem
If no copy it from /usr/dt/config/Xservers and uncomment the #
2. Run X from the command line see : http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x42a7663ce855d511abcd0090277a778c,00.html
along with the other trouble-shooting tips we all posted yesterday.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 12:04 AM
тАО06-15-2001 12:04 AM
Re: X-Server display problem
Seems there is some problem with mouse,( one attached? )
Check the physical connection of the mouse.
Verify with # ioscan -fn
HTH
~ Karvendha M.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 02:35 AM
тАО06-15-2001 02:35 AM
Re: X-Server display problem
once the Xserver appears, on another system telnet in, export DISPLAY=yourseverwithpb:0.0
hpterm -fn fixed &
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 03:00 AM
тАО06-15-2001 03:00 AM
Re: X-Server display problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 05:08 AM
тАО06-15-2001 05:08 AM
Re: X-Server display problem
If you have verified that the mouse IS connected, then check the following:
1) If you have a "known good" mouse, then try replacing the mouse with a different mouse, and try starting the X server again.
If that doesn't succeed, then check for the existence of the device files and drivers for the mouse.
If you are on a system with PS/2 ports (ie, J210, J2240), then check the following:
- Do an "lsdev | grep ps2". This should show the following:
159 -1 ps2 ps2
If this does not give anything back, then you'll need to add the ps2 device to the kernel and reboot.
- Does the /dev/ps2mouse file exist? If this does not, then try doing an insf -evd ps2.
- Are the permissions on the /dev/ps2mouse correct? They should be 666.
Second, if your system has USB ports, (J5000, J5600, J6000, J7000), then check the following:
1) Do an ioscan -funC usbhid. Does the mouse show up?
2) Does the /dev/hid directory exist? Does /dev/hid/firstmouse exist? If this does not work, then run the command "insf -evd hid".
3) Do you have the following device drivers in your kernel: hub, hid, hcd, usbd? If not, then rebuild your kernel with the new drivers and reboot.
This problem has also been known to occur if a system is not installed from the correct media. The following J-class machines require the following media (or later):
J210/J2240 10.20- July 1997 ACE, 11.00: Nov 97
J5000/J7000 10.20- July 1999 ACE, 11.00: Nov 1999 ACE
J5600/J6000 10.20- Dec 1999 ACE, 11.00: Nov 1999 ACE
I hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 05:20 AM
тАО06-15-2001 05:20 AM
Re: X-Server display problem
1) "Fatal Server Error: Couldn't open X Pointer Device. Is one attached?"
2) Server for display
I'm just wondering, even if there is no mouse wouldn't the Xserver still work? It does on the Xterms... (even windows does)
Point 2 suggest the hostname is still unknown which is what everyone initially suggested.
The current host should be the first entry in the /etc/hosts
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-15-2001 05:31 AM
тАО06-15-2001 05:31 AM
Re: X-Server display problem
Actually, no, the X server will not work if it does not have a mouse (or other configured pointing device) available. The default X server requires the following components to be able to start successfully:
- A graphics device (usually /dev/crt)
- An X Keyboard device (usually the keyboard)
- An X Pointer device (usually the mouse)
- An available chunk of shared memory (64M is sufficient unless other apps are using shared memory).
Failure to gain access to any one of these resources will cause the X server to fail to start.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2003 03:43 AM
тАО07-21-2003 03:43 AM
Re: X-Server display problem
the first entry in your file must be that of your host.
2. Is your J server an NIS client
3. See if you have kept any other files in /etc/rc.config.d/.becoz any file / data kept will screw up the X windows
4. check for the permission of the >TTauthority file in the HOME directory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-21-2003 05:45 AM
тАО07-21-2003 05:45 AM
Re: X-Server display problem
I've had this happen for 2 reasons.
The mouse has become dislodged and needs to plugged back in. Assume you might have to shut the system down prior to reconnecting the mouse.
The mouse device file has become corrupted and needs to be rebuilt.
GL,
Kel