How do I get my mythbox to display in 50 instead of 60Hz.<br>I have a 32" LCD connected over DVI, xorg follows<br><br>All tha happens when I try different modelines are that I get 1280x720@60Hz intead of 1360x768@50Hz
<br><br>Ideas ?<br><br>/Henrik<br><br>Section "Monitor"<br> Identifier "Generic Monitor"<br> ModeLine "1360x768" 85.5 1360 1424 1536 1792 768 771 777 795<br><br> Option "DPMS"
<br># HorizSync 28-64<br># VertRefresh 43-60<br>EndSection<br><br>Section "Device"<br> Identifier "6150"<br> Driver "nvidia"<br>EndSection<br><br>Section "Screen"
<br> #Option "UseEdidFreqs" "FALSE"<br> Identifier "Default Screen"<br> Device "6150"<br> Monitor "Generic Monitor"<br> DefaultDepth 24
<br> Option "ModeValidation" "NoMaxPClkCheck"<br> Option "ExactModeTimingsDVI" "TRUE"<br> Option "AllowDDCCI" "TRUE"<br> #Option "UseEDID" "FALSE"
<br> SubSection "Display"<br> Depth 24<br> Modes "1360x768"<br> EndSubSection<br> SubSection "Display"<br> Depth 32<br> Modes "1360x768"
<br> EndSubSection<br>EndSection<br><br>