Results 1 to 10 of 17
* Knowns:
Laptop Compaq 6910p, graphic ATI Radeon. Dual OS: XP and CentOS5_X86_64 (based on RedHat).
** Problem:
runlevel 5 does not work! Error produced: "Failed to start the x ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-15-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 3
"Failed to start the x server ..."
* Knowns:
Laptop Compaq 6910p, graphic ATI Radeon. Dual OS: XP and CentOS5_X86_64 (based on RedHat).
** Problem:
runlevel 5 does not work! Error produced: "Failed to start the x server...".
*** Actions:
1- I checked /etc/X11/xorg.conf. Under "Device", the "Driver" is "vesa". So, one may expext that "vesa" would work normally with a wide range of graphic cards!, but you see that on mine, it DOESN'T!
2- I also tried command "sudo dpkg-reconfigure xserver-xorg". But, it cannot be understood by CentOS
**** General Help:
Plz send me whatever you think may be helpful to resolve this problem. (It is my laptop and I have root privilege)
***** Ask Experts: (5* !!)
Plz take part in this problem!
- 11-16-2007 #2
Hi and Welcome !
dpkg-reconfigure command is for Debian based distros. TryCheck your lappy's manual for supported HorizSync and VertRefresh rates. Set correct rates in xorg.conf file.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
- 11-18-2007 #3Just Joined!
- Join Date
- Nov 2007
- Posts
- 3
It doesnt work! following errs apear:
Couldn't start X server on card 0
Couldn't start X server with old config, trying with a fresh configuration
Couldn't start X server on card 0
Error, failed to start X server
- 11-19-2007 #4
Attach xorg.conf file or post its contents here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 11-19-2007 #5Just Joined!
- Join Date
- Nov 2007
- Posts
- 3
Hi!
I am wondering!! I went to:
https://a248.e.akamai.net/f/674/9206...x86.x86_64.run
and updated my driver.
After that ‘startx’ worked and I started the graphical mode successfully! BUT when I switched to graphical mode, my laptop went to shut-down after some minutes, due to reaching to "critical temperature". Following error produced during shutting down:
“ACPI critical trip point critical temperature reached (127C)....”
I think there should be a mismatch between the driver I installed and my hardware! Am I right?
PS follwing is the content of xorg.conf file:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "aticonfig-Screen[0]" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Synaptics" "CorePointer"
EndSection
Section "Files"
EndSection
Section "Module"
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 "Monitor"
Identifier "aticonfig-Monitor[0]"
Option "VendorName" "ATI Proprietary Driver"
Option "ModelName" "Generic Autodetecting Monitor"
Option "DPMS" "true"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Device"
Identifier "aticonfig-Device[0]"
Driver "fglrx"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "aticonfig-Screen[0]"
Device "aticonfig-Device[0]"
Monitor "aticonfig-Monitor[0]"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
- 12-20-2007 #6Linux Newbie
- Join Date
- Nov 2002
- Posts
- 139
I have got same problem here , but still I can not find out a solution
http://www.linuxforums.org/forum/red...interface.html
- 12-20-2007 #7
Is xorg.conf file listing Driver "vesa" even after installing ATI Driver?
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-20-2007 #8Linux Newbie
- Join Date
- Nov 2002
- Posts
- 139
In my case I have not installed ATI driver, and it is not listing any " vesa" deiver.Is xorg.conf file listing Driver "vesa" even after installing ATI Driver?
Sorry, I should have said similar problem not same problemI have got same problem here
- 12-20-2007 #9It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-20-2007 #10Linux Newbie
- Join Date
- Nov 2002
- Posts
- 139
00.02.0 VGA compatibale controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03).lspci | grep VGA
cat /etc/X11/xorg.conf | grep DriverCode:Driver "kbd" # Driver "mouse" Driver "mouse" ### Available Driver options are :- Driver "i810"




