Results 11 to 20 of 20
Same thing is still happening.
Code:
# Xorg configuration created by pyxf86config
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
...
- 04-12-2007 #11Just Joined!
- Join Date
- Apr 2007
- Posts
- 10
Same thing is still happening.
Code:# 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 "Monitor" Identifier "Monitor0" ModelName "Monitor xxx" HorizSync 30.0 - 61.0 VertRefresh 50.0 - 95.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "vesa" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection
- 04-12-2007 #12
does 'system-config-display' command throw any error message?
what about 'startx'?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-12-2007 #13Just Joined!
- Join Date
- Mar 2007
- Posts
- 10
X Server log may have some info about this error, Have to checked the log for any error message? Log location is in the screen shot attached by you...
- 04-12-2007 #14Just Joined!
- Join Date
- Apr 2007
- Posts
- 10
There isn't any log file at that location. However I found some X log files in /var/log.
Running it over real quick (near the bottom), I found this, which could be the problem:
(EE) AIGLX: Screen 0 is not DRI capable
Here is the log file.
- 04-15-2007 #15Just Joined!
- Join Date
- Apr 2007
- Posts
- 10
No one has any idea?
- 04-15-2007 #16did you install AIGLX? add this code at the end of xorg.conf file.(EE) AIGLX: Screen 0 is not DRI capable
Code:Section "DRI" Mode 0666 EndSection
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-15-2007 #17Just Joined!
- Join Date
- Apr 2007
- Posts
- 10
If AIGLX wasn't installed during the linux installation, then chances of it being installed are pretty low.
I tried adding that to the xorg.conf file, but again no dice.
I looked at the AIGLX documentation and it showed the section necessary for disabling AIGLX, and after adding that in, I still get the Blank Screen/No Signal. However I don't see any errors in the log files. (Presuming that errors are makred by "(EE)")
- 04-17-2007 #18
execute this
post output here.Code:lspci | grep VGA
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-18-2007 #19Just Joined!
- Join Date
- Apr 2007
- Posts
- 10
Code:01:00.0 VGA compatible controller nVidia Corporation Unknown device 0193 (rev 2)
- 05-20-2007 #20
execute this
Code:system-config-display --reconfig
boot up in command line mode and01:00.0 VGA compatible controller nVidia Corporation Unknown device 0193 (rev 2)
Fedora is not recognizing your Graphics Card. i suggest you try any LiveCD and check if Graphics works in Live environment.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote
