- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: X server Cann't start on display test27:0...
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
09-18-2002 09:34 PM
09-18-2002 09:34 PM
I have recently upgraded a Jclass machine
[J200] with 4 GB{previously it was 2GB}. Then i start installation of 11.00 OS via CD as well IG-UX, but in both cases i am not able to get the CDE screen. It's giving the error message as follows
X-Server cannot be started on display test27.0..
Suspending desktop login press enter for a login prompt.
Login desktop will resume shortly after you logout.
I have changed the monitor , mouse , keyboard but still it's giving the error.
then i have followed the steps
/usr/dt/bin/dtconfig -e /sbin/init.d/dtlogin.rc stop
/sbin/init.d/dtlogin.rc start
can anyone pls help in this regard.
Thanks in Advance
Prasath C
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 09:48 PM
09-18-2002 09:48 PM
Re: X server Cann't start on display test27:0...
most of the CDE starting problems occur because of name resolution. Check it.
~Kars
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 09:52 PM
09-18-2002 09:52 PM
Re: X server Cann't start on display test27:0...
The following is the error in /var/dt/Xerrors
X connection to test27:0.0 broken (explicit kill or server shutdown).^M
Fatal server error:
Couldn't open X pointer device! Is one attached?
what i have to do now.
Thanks
Prasath C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 10:16 PM
09-18-2002 10:16 PM
Re: X server Cann't start on display test27:0...
Use the following command to troubleshoot this problem:
/usr/bin/X11/X :0
This command will either bring up a gray screen with an 'X' shaped cursor,
or it will abort with a fatal error message.
The following error messages are fairly easily addressed:
- 'Unable to open X pointer device. Is one attached?'
This error indicates that the X server cannot communicate with the
mouse on this system. This can be caused by one of the following
problems:
A) Is the mouse securely attached to the system? Attempt to re-seat
the mouse, and attempt the above command again.
B) Is the system detecting the built-in USB interface? The new
B1000/C3000/J5000 and similar Visualize workstations use USB
(Universal Serial Bus) keyboards and mice. You can use this
command to verify that the system detects the USB interface:
# ioscan -fnC usb
If this is not being detected, then you need to verify that your
system has the June 1999 (or later) Additional Core Enhancements
installed, or you have a hardware defect.
C) Are the correct device drivers installed? The B1000/
C3000/J5000 and similar Visualize workstations now use USB
(Universal Serial Bus) keyboards and mice, and new device drivers
need to be installed in the kernel. The following command checks
for the correct device files:
# lsdev | grep usb
Character Block Driver Class
76 -1 hcd usb
77 -1 usbd usbdev
78 -1 hub usbhub
79 -1 hid usbhid
If these are not installed, then you will need to rebuild your
kernel with the above device drivers.
D) Are the correct device files installed? At the minimum, the
following files need to be installed:
crw-rw-rw- 1 bin bin 78 0x000000 Jul 28 08:29 /dev/hub
crw-rw-rw- 1 bin bin 79 0x000003 Jul 28 08:29 /dev/hid/firstkbd
crw-rw-rw- 1 bin bin 79 0x000001 Jul 28 08:29 /dev/hid/firstmouse
crw-rw-rw- 1 bin bin 79 0xffffff Jul 28 08:29 /dev/hidhid_ctl
The /dev/hid directory should have at least 34 device files
installed. Run the following commands if these are not installed:
# insf -evd hcd
# insf -evd usbd
# insf -evd hub
# insf -evd hid
E) If the above steps do not resolve the problem, you may have a
hardware problem.
F) Check if you have a switchbox attached. If this is the case,
then remove this switchbox. HP had not tested any switchbox on
the market and the way HP has implemented the USB interface is
that they need to have uninterrupted connection for the USB
devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 10:27 PM
09-18-2002 10:27 PM
Re: X server Cann't start on display test27:0...
Just install the CDE again
This will be in one of the application CD for 11.0. This is a free s/w
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 11:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2002 11:46 PM
09-18-2002 11:46 PM
Re: X server Cann't start on display test27:0...
Is your network configured correctly ?
If CDE is not starting after install this is mostly the problem.
C.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 12:05 AM
09-19-2002 12:05 AM
Re: X server Cann't start on display test27:0...
The system has not sensed the mouse. Check the mouse connection. And try again rebooting . If you still have problem. Replace the mouse.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-19-2002 09:49 PM
09-19-2002 09:49 PM
Re: X server Cann't start on display test27:0...
Now the problem was solved. This is because of the mouse connector [which is used to connect to mother board] was broken. After replacing it, now i am able to invoke CDE screen.
Thanks to all for the help.
Prasath C