Results 1 to 10 of 20
When I try to install Fedora Core 6, after it tries to start the X Server the screen blacks out and I receive a "No Signal" Message on my Acer ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-08-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 10
X Server Problem on Fedora Core 6 Installation
When I try to install Fedora Core 6, after it tries to start the X Server the screen blacks out and I receive a "No Signal" Message on my Acer LCD.
The exact messages during stall right before the screen blacks out is:

I'm running a core 2 duo E6600 and my video card is an eVGA 8800GTS.
Any ideas on what the problem is or what to do?
- 04-08-2007 #2
hi armed rebel,
Welcome to the LinuxForums.
install in Text mode. type 'linux text' at boot: prompt. its easy to fix Graphics Card problem after installation.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-08-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 10
Okay, thanks. I installed FC6 without a problem.
Now when I boot up Linux it brings me to where I login and put in my password (under command line interface) and it brings me to a command promt. So what can I do at this point to get X started? (I tried typing startx and the same "No Signal" message appears)
- 04-08-2007 #4
log in as 'root' and execute 'system-config-display' command. configure Graphics and execute 'startx' again.
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-08-2007 #5Just Joined!
- Join Date
- Apr 2007
- Posts
- 10
Same "no signal" when I do that command.
- 04-09-2007 #6
edit xorg.conf file manually and change driver value to "vesa".
its Capital X in X11.Code:nano /etc/X11/xorg.conf
look for section Device "video Card"
save file and execute 'system-config-display' command again.Code:Section "Device" Identifier "Videocard0" Driver "vesa" EndSection
in case, there isn't any Vidoe Driver Section in xorg.conf file, type the above mentioned code in file.
if nothing works, post the contents of xorg.conf file here.
Code:less /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
- 04-09-2007 #7Just Joined!
- Join Date
- Apr 2007
- Posts
- 10
The driver value is already set to 'visa'.
So this is probably a stupid question, but how can I get the contents of xorg.conf from the command line in linux here?
- 04-09-2007 #8
you can save xorg.conf file in USB Flash drive.
OR note down Monitor and Screen Section, and post here.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-12-2007 #9Just Joined!
- Join Date
- Apr 2007
- Posts
- 10
Okay, here it is:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
EndSection
- 04-12-2007 #10
where is Section Monitor? i asked for Monitor Section too.
if there isn't any Monitor Section in the file, add this
add Monitor and Modes in Section Screen.Code:Section "Monitor" Identifier "Monitor0" ModelName "Monitor xxx" HorizSync 30.0 - 61.0 VertRefresh 50.0 - 95.0 Option "dpms" EndSection
save file, execute 'system-config-display' command again. execute 'startx' to check GUI.Code:Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
