Operating System - HP-UX
1827245 Members
2263 Online
109716 Solutions
New Discussion

Re: X server Cann't start on display test27:0...

 
SOLVED
Go to solution
prasathc_1
Frequent Advisor

X server Cann't start on display test27:0...

Hi All
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
If u fail to plan, U plan to fail
8 REPLIES 8
Karvendhan M
Frequent Advisor

Re: X server Cann't start on display test27:0...

check /var/dt/Xerrors file.

most of the CDE starting problems occur because of name resolution. Check it.


~Kars
prasathc_1
Frequent Advisor

Re: X server Cann't start on display test27:0...

Hi Karvendhan M

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
If u fail to plan, U plan to fail
Animesh Chakraborty
Honored Contributor

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.



Did you take a backup?
Ravi_8
Honored Contributor

Re: X server Cann't start on display test27:0...

Hi Prasath

Just install the CDE again
This will be in one of the application CD for 11.0. This is a free s/w
never give up
Karvendhan M
Frequent Advisor
Solution

Re: X server Cann't start on display test27:0...

Hi Prasath,


some problem with mouse.

connect it properly..

check it with ioscan

HTH,

~ Kars




Clemens van Everdingen
Honored Contributor

Re: X server Cann't start on display test27:0...

Hi,

Is your network configured correctly ?
If CDE is not starting after install this is mostly the problem.

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
U.SivaKumar_2
Honored Contributor

Re: X server Cann't start on display test27:0...

Hi,
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
Innovations are made when conventions are broken
prasathc_1
Frequent Advisor

Re: X server Cann't start on display test27:0...

Hi All

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
If u fail to plan, U plan to fail