Hi all,
I decided to connect to my vizio 37" tv via VGA to try an avoid overscan. This worked with a default resolution of 1024x768. I wanted to use the full 1366x768 resolution and found an xorg.conf file to replace the existing one and that works, except, just right of center the screen gets fuzzy and text takes on a "bold" appearance.
You'd never notice it watching tv, but using firefox its pretty obvious. I'm worried that I'm possibly damaging my tv. The xorg.conf file is from here
http://www.mythtv.org/wiki/index.php/Vizio_VX37L and copied below. TIA
Code:
Section "Device"
Identifier "Generic Video Card"
Driver "nvidia"
BusID "PCI:1:0:0"
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Option "ModeValidation" "NoWidthAlignmentCheck" # Important!!! need this option to use nvidia card at 1366 x 768
EndSection
Section "Monitor"
Identifier "Generic Monitor"
VendorName "VIZIO"
ModelName "VIZIO VX37L"
HorizSync 31-70
VertRefresh 50-85
Mode "1366x768" # vfreq 59.815Hz, hfreq 47.553kHz
DotClock 85.500000
HTimings 1366 1494 1624 1798
VTimings 768 770 776 795
Flags "-HSync" "+VSync"
EndMode
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Generic Video Card"
Monitor "Generic Monitor"
Option "DPI" "100 x 100"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1366x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 16
Modes "1366x768"
EndSubSection
SubSection "Display"
Viewport 0 0
Depth 15
Modes "1366x768"
EndSubSection
EndSection