Comment 11 for bug 108775

Revision history for this message
Stefan Markic (kcanic) wrote :

Yes, now it shows the proper refresh rate when I go to System-> Preferences-> Screen Resolution.

I added this at Section "Device" in xorg.conf:

Option "DynamicTwinView" "false"

So it now looks like this:

Section "Device"
    Identifier "Videocard0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BoardName "GeForce4 MX 440"
 Option "DynamicTwinView" "false"
EndSection

Thank you.