Quote:
Originally Posted by Torswin
I have seen the light!
II have configured xorg.conf to use the nv driver but that doesn't help. I have also tried to remove the whole xorg.conf file and start up without, with no luck.
I don't want to reinstall my OS, as it's too much work.
|
You need xorg.conf, as you already know.
This is a workaround, not a fix. I gave up on nVidia.
The following edit of xorg.conf works for me and gives 1024x768 resolution.
All other methods I have found so far failed.
This is simply a switch to "Vesa" driver in the Device section.
--------------------------------------------
# Xorg configuration created by system-config-display
# Keyboard sections deleted for clarity
# If you use these sections don't include any of my notes.
Section "Monitor"
Identifier "Monitor0"
ModelName "LCD Panel 1024x768" #(changed by system-config-display
HorizSync 31.5 - 48.0 # from "generic")
VertRefresh 56.0 - 90.0
Option "dpms"
EndSection
Section "Device"
Identifier "Videocard0"
Driver "vesa" #(changed from "nv")
Option "GWCursor" "off" #(added to keep the mouse
Option "SWCursor" "on" #pointer from disappearing)
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600"
EndSubSection
EndSection
-----------------------------------
Note: I'm using Fedora 8 fully upgraded on a 2006 Gateway desktop
with nVidia and AMD64. This workaround may or may not work on
other archs.
Hope this helps.