Operating System - HP-UX
1834662 Members
2725 Online
110069 Solutions
New Discussion

HP B2000 Visualize Suspending CDE Login

 
Pawan Singh_1
New Member

HP B2000 Visualize Suspending CDE Login

Hello,
While I am powering on the system and the system and to login prompt. it try to display CDE Login but fails displaying message"Failed to open Xserver Pl. see more details in /var/dt/Xerror"
While the see /var/dt/Xerror "it display Failed to open X pointer Is one connected? "
The kbd and mouse to the system is connected to USB port of system.
I hv swapped the USB port still same message displayed.
Pl. advice to bring CDE (Grapical)login.

2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: HP B2000 Visualize Suspending CDE Login

Checklist:

/etc/rc.config.d/xfs

Is the font server set to start

Check the DISPLAY variable in profiles and make sure its set properly.

/etc/profile, .profile ...

See if dtlogin is set up to auto start in /sbin/rc3.d

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Steve Steel
Honored Contributor

Re: HP B2000 Visualize Suspending CDE Login

Hi


what changed

To check

1) Detecting the USB interface?
# ioscan -fnC usb

If not detected, then verify your system has
Additional Core Enhancements installed, or its a hardware defect.

2) The device drivers ?

# lsdev | grep usb

Character Block Driver Class
76 -1 hcd usb
77 -1 usbd usbdev
78 -1 hub usbhub
79 -1 hid usbhid

If similar drivers not found you need to rebuild kernel with the device drivers.

3)Device files installed?

Run the following commands to install:

# insf -evd hcd
# insf -evd usbd
# insf -evd hub
# insf -evd hid


4) If still a problem then you may have a
hardware problem.


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)