Results 1 to 6 of 6
After changing a monitor, my fedora 10 desktop fail to start into gui screen, it loads the loading bars then the screen goes black, when i enter into the command ...
- 05-12-2009 #1Just Joined!
- Join Date
- May 2009
- Location
- South Africa
- Posts
- 30
[SOLVED] X server failed to start
After changing a monitor, my fedora 10 desktop fail to start into gui screen, it loads the loading bars then the screen goes black, when i enter into the command line and typed in startx any error messages:
(EE) intel 0 No valid modes
(EE) screen(s) found, but none have a usable configuration
Fatal errors:
no screen found
giving up
xinit: No such file or directory (errno2) unable to connect to X Server
xinit: No such process (errno3) server error
and i also try system-config-display --reconfig
and got an error couldn't start X server on card 0
error, failed to start X server.
How would fix or repair this.
- 05-12-2009 #2
Post the contents of /etc/X11/xorg.conf file here.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-12-2009 #3Just Joined!
- Join Date
- May 2009
- Location
- South Africa
- Posts
- 30
the output of /etc/X11/xorg.conf is as follow:
Xorg Configuration created by system-config-display
Section
identifiers "single head configuration"
Screen 0 "screen" 0 0
inputdevice "keyboard0" "Corekeyboard"
endsection
Section "input Device"
Keyboard add by rhpxl
Identifier "keyboard0"
Driver "Kbd"
option "XKblayout" us
endsection
Section Monitor
identifier "Monitor"
Modelname Monitor 1024x768
HorizSync 31.5 - 41.0
VertRefresh 500 - 75.0
Option "dpms"
Endsection
Section Device
Identifier "Screen0"
Device "Videocard0"
Monitor "monitor0"
DefaultDepth 24
Subsection "Diplay"
Viewport 0 0
Depth 24
endsubsection
endsection.
- 05-12-2009 #4
Execute this
Edit HorizSync and VertRefresh rates in Section Monitor.Code:su - nano /etc/X11/xorg.conf
Press Ctrl+X, Y and hit Enter key to save file.Code:Section Monitor identifier "Monitor" HorizSync 31.0 - 70.0 VertRefresh 50 - 160.0 Option "dpms" Endsection
In case it doesn't work, add Modes in Section Screen
Code:Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" EndSubSection EndSection
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-12-2009 #5Just Joined!
- Join Date
- May 2009
- Location
- South Africa
- Posts
- 30
After editting the xorg.conf and startx, it works thanks for the support
- 05-12-2009 #6
Glad to help you.

Do start a new thread if you have any other question.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First



