Comment 2 for bug 63362

Revision history for this message
Demosthenes (demosthenes) wrote :

Yep, same here.. Nvidia graphics card, (GeForce 6x series) and VA1912W. Stuck on 1024x768. Don't want to go mucking anything up but this is what I believe to be the relevant sections of my XConfig file - I have enabled the 'restricted' NVidia driver (restricted, it's only restrictive to be stuck with the CPU handling all graphics and not being able to use Linux as a *desktop*).

Section "Device"
        Identifier "nVidia Corporation NV43 [GeForce 6600]"
        Driver "nvidia"
        Busid "PCI:1:0:0"
        Option "AddARGBVisuals" "True"
        Option "AddARGBGLXVisuals" "True"
        Option "NoLogo" "True"
EndSection

Section "Monitor"
        Identifier "Generic Monitor"
        Option "DPMS"
        Horizsync 28-51
        Vertrefresh 43-60
EndSection

Section "Screen"
        Identifier "Default Screen"
        Device "nVidia Corporation NV43 [GeForce 6600]"
        Monitor "Generic Monitor"
        Defaultdepth 24
        SubSection "Display"
                Depth 1
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 4
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 8
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 15
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 16
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
        SubSection "Display"
                Depth 24
                Modes "1024x768" "800x600" "640x480"
        EndSubSection
EndSection