Kod instalacije nove verzije x11-drivers/nvidia-driver na neizmenjeni xorg.conf, došlo je do prebacivanja rezolucije sa 1280x1024_60 na 1280x1024_75. Monitor je LCD i optimalna rezolucija bi trebala biti 1280x1024_60.
Posle malo smaranja i isprobavanja nekih starih trikova (modifikacija xorg.conf-a), googlanje
Navodno za novije nVidia drajvere, da bi ovo radilo kako treba, neophodno je u Section "Screen" >SubSection "Display" > "Modes" dodati, posle vrednosti za rezoluciju, _60 (u mom slučaju).
Section "Monitor"
Identifier "Monitor0"
VendorName "SAMSUNG"
ModelName "SyncMaster 913V"
HorizSync 30.0 - 81.0
VertRefresh 56.0 - 75.0
ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 10
66 +hsync +vsync
ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +h
sync +vsync
ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hs
ync +vsync
ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hs
ync -vsync
ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync
+vsync
ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync
+vsync
ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync
+vsync
ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -
vsync
ModeLine "640x480" 31.5 640 656 696 816 480 481 484 504 -hsync -
vsync
ModeLine "640x480" 25.2 640 648 744 784 480 482 484 509 -hsync -
vsync
#ModeLine "1280x960" 129.9 1280 1368 1504 1728 960 961 964 1002
-hsync +vsync
# Option "DPMS" "true"
EndSection
Section "Device"
Identifier "NVIDIA GForce 2 MX 100/200"
Driver "nvidia"
Option "NvAGP" "1"
Option "NoLogo" "1"
Option "ModeValidation" "NoMaxPClkCheck"
# Insert Clocks lines here if appropriate
EndSection
Section "Screen"
Identifier "Ekran0"
Device "NVIDIA GForce 2 MX 100/200"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024_60" "1152x864_60" "1024x768_60" "800x600_60" "64
0x480_60"
EndSubSection
EndSection
I stvarno je upalilo. Sada je sve na svom mestu.
|