Vizio VX37L
From MythTV
[edit]
Specifications
- Make: Vizio
- Model: VX37L
- Size: 37"
- Type: 1366x768 LCD
- MythTV Version: 0.20+fixes
- Graphics Card: nVidia GeForce fx 5200
- Connection Type: RGB
- URL: http://www.vizio.com/products/detail.aspx?pid=16
[edit]
xorg.conf
The following configuration was successfully used with a DVI->HDMI connection on Ubuntu 8.10 (Intrepid Ibex). The important bits are the "Monitor" section options and the custom "1366x768" mode:
Section "Monitor"
Identifier "Configured Monitor"
VendorName "VIZIO"
ModelName "VIZIO VX37L"
HorizSync 31.0 - 70.0
VertRefresh 50.0 - 85.0
Option "ExactModeTimingsDVI" "true"
Option "UseEDID" "False"
Option "ModeValidation" "NoWidthAlignmentCheck, NoDFPNativeResolutionCheck"
Option "DPMS"
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"
Monitor "Configured Monitor"
Device "Configured Video Device"
Option "DPI" "100 x 100"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1366x768"
EndSubSection
EndSection
Section "Module"
Load "glx"
EndSection
Section "Device"
Identifier "Configured Video Device"
Option "NoLogo" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
Driver "nvidia"
EndSection
