- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- X-server can not be started on 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
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
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
тАО07-19-2003 04:36 AM
тАО07-19-2003 04:36 AM
X-server can not be started on display
# ls -l /etc/dt/config/Xservers
-r--r--r-- 1 root root 2760 Apr 8 1999 /etc/dt/config/Xserves
#
# /usr/bin/X11/X :0
X server loader: Unable to open device for read/write: /dev/crt
Fatal server error:
X server rejected last DLD broker bidding on screen entries in X0screens.
# ls -l /dev/crt
crw-rw-rw- 2 bin bin 174 0x000000 Jun 3 1998 /dev/crt
#ioscan -fn
target 8 8/16/5.7 tgt CLAIMED DEVICE
ctl 1 8/16/5.7.0 sctl CLAIMED DEVICE Initiator
/dev/rscsi/c1t7d0ps2 0 8/16/7 ps2 CLAIMED INTERFACE Built-in Keyboard/Moe
/dev/ps2_0 /dev/ps2kbd
/dev/ps2_1 /dev/ps2mouse
Any help will be appriciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-19-2003 07:29 AM
тАО07-19-2003 07:29 AM
Re: X-server can not be started on display
Recreate the device files.
rm /dev/*crt*
rm /dev/*ps2*
insf -e
If this doesn't fix your problem run /usr/contrib/bin/dt/dr_dt program and see what errors it would display.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-19-2003 07:33 AM
тАО07-19-2003 07:33 AM
Re: X-server can not be started on display
Try xinit and see what errors you get.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-19-2003 09:11 AM
тАО07-19-2003 09:11 AM
Re: X-server can not be started on display
insf -e recreated them
but SAME ERRORS:
ran /usr/contrib/bin/X11/dr_dt and tried to fix the one warning.
# ln -s /usr/bin/X11/hpterm hpterm
# ls -l hpterm
lrwxrwxrwx 1 root sys 19 May 14 16:44 hpterm -> /usr/bin/X11
/hpterm
# /usr/contrib/bin/X11/dr_dt
WARNING: The /usr/dt/bin/hpterm file is not properly
configured. The current configuration is:
permissions = lrwxrwxrwx
owner = root
group = sys
link = /usr/bin/X11/hpterm
For HP CDE to function correctly, it should be a
symbolic link to a file,
with the following configuration:
permissions = lrwxr-xr-x
owner = root
group = sys
link = /usr/bin/X11/hpterm
# chmod 775 hpterm
# ls -l hpterm
lrwxrwxrwx 1 root sys 19 May 14 16:44 hpterm -> /usr/bin/X11
/hpterm
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-22-2003 02:17 AM
тАО07-22-2003 02:17 AM
Re: X-server can not be started on display
Anyways my advise would be :
cd /dev
rmsf *crt*
insf -evd framebuf
if that fails post contents of X0screens together with the h/w involved in the above and also install latest Xserver patch would be a very good idea as it sounds like this could be a case of the Xserver libs/binaries getting out of sync ...