how can force my display to using exactly 60Hz.
Ive be triad in xorg.conf but xorg doesent care and use allways 75Hz on each TFT, it looks like a blurry window.
xorg.conf
Code: Select all
Section "Monitor"
Identifier "SamsungTFT"
# Option "dpms"
HorizSync 31.5-61.0
VertRefresh 60-60
DisplaySize 376 301
EndSection
Section "Monitor"
Identifier "ProviewCRT"
# Option "dpms"
HorizSync 31.5-61.0
VertRefresh 60-60
DisplaySize 376 301
EndSection
Code: Select all
Section "Screen"
Identifier "Screen0"
Device "Nvidia0"
Monitor "SamsungTFT"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection
I am hope someone can help me


