Results 1 to 10 of 11
Hi,
Looks like, i am also facing the similar problem. RHEL5.0 is installed in my HP compaq 6910p laptop. When i give startx command, it throws X server crash error.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-05-2008 #1Just Joined!
- Join Date
- Jun 2008
- Posts
- 5
Cound't not X server on card 0 HP Compaq 6910p
Hi,
Looks like, i am also facing the similar problem. RHEL5.0 is installed in my HP compaq 6910p laptop. When i give startx command, it throws X server crash error.
I have tried the couple things mentioned in this mail thread.
Please comment.
- Saravanan V
- 06-05-2008 #2
Hi and Welcome !
Could you post exact error message here?
Execute this
Post output here.Code:su - /sbin/lspci | grep -i vga grep -i driver /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-09-2008 #3Just Joined!
- Join Date
- Jun 2008
- Posts
- 5
Cound't not X server on card 0 HP Compaq 6910p
I have executed both the commands and the outputs are as follows,
su -
/sbin/lspci | grep -i vga
00:02:0 VGA Compatiable Controller | Intel Coporationm Mobile Integrated Graphics Controller(rec 0c)
grep -i driver /etc/X11/xorg.conf
Drvier "Kbd"
Drvier "synaptics"
Drvier "vesa"
Regards
Saravanan V
- 06-09-2008 #4
You also need to include the exact error messages that are shown on the screen when you run "startx".
- 06-09-2008 #5
Replace vesa with i810 in xorg.conf file.
Execute this
Press Ctrl+X, Y and hit Enter key to save file.Code:su - nano /etc/X11/xorg.conf
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-12-2008 #6Just Joined!
- Join Date
- Jun 2008
- Posts
- 5
Cound't not X server on card 0 HP Compaq 6910p
Hi,
Thanks for your quick reply. I have tried i810 also but start still fails. The follwoing are error dumps capture with both i810 and vesa. Please comment.
startx error dump (i810)
==================
X Window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.9-42.ELsmp i686 Red Hat, Inc.
Current Operating System: Linux localhost.localdomain 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:21 EST 2007 i686
Build Date: 09 January 2007
Build ID: xorg-x11-server 1.1.1-48.13.el5
Before reporting problems, check X.Org Wiki - Home
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 12 09:20:02 2008
(==) Using config file: "/etc/X11/xorg.conf"
(WW) I810: No matching Device section for instance (BusID PCI:0:2:1) found
(EE) No devices detected.
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
startx error dump (vesa)
==================
X window System Version 7.1.1
Release Date: 12 May 2006
X Protocol Version 11, Revision 0, Release 7.1.1
Build Operating System: Linux 2.6.9-42.ELsmp i686 Red Hat, Inc.
Current Operating System: Linux localhost.localdomain 2.6.18-8.el5 #1 SMP Fri Jan 26 14:15:21 EST 2007 i686
Build Date: 09 January 2007
Build ID: xorg-x11-server 1.1.1-48.13.el5
Before reporting problems, check X.Org Wiki - Home
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jun 12 09:22:57 2008
(==) Using config file: "/etc/X11/xorg.conf"
(EE) VESA(0): No valid modes
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
Thanks,
Saravanan V
- 06-12-2008 #7
Try intel now and in case it doesn't work, post the contents of xorg.conf file here ( Section Monitor and Screen only).
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-18-2008 #8Just Joined!
- Join Date
- Jun 2008
- Posts
- 5
Cound't not X server on card 0 HP Compaq 6910p
Hi,
I tried with Intel option also, startx still fails. Here is the xorg.conf content
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Synaptics"
Driver "synaptics"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto-dev"
Option "Emulate3Buttons" "yes"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "intel"
VendorName "Videocard vendor"
BoardName "Intel 865"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Thanks,
Saravanan V
- 06-18-2008 #9
xorg,conf looks fine to me.
Try to reconfigure Display settings. Execute this
Code:system-config-display
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-20-2008 #10Just Joined!
- Join Date
- Jun 2008
- Posts
- 5
I have tried this command system-config-display but the result is same.
Any other suggestions, please.


Reply With Quote
