Last active
March 7, 2017 04:14
-
-
Save tianon/a47b5fe5dde60117a29a1c450288ddbd to your computer and use it in GitHub Desktop.
Vizio GV42L in Linux without overscan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# see https://lists.gt.net/mythtv/users/334412#334412 | |
Section "Monitor" | |
Identifier "VizioGV42L" | |
VendorName "VIZIO" | |
ModelName "GV42L" | |
HorizSync 31.0 - 70.0 | |
VertRefresh 50.0 - 85.0 | |
Option "DPMS" | |
Modeline "1366x768 [at] 60" 85.5 1366 1494 1624 1798 768 770 776 795 -HSync +Vsync Interlace | |
Modeline "768p [at] 60" 85.5 1366 1494 1624 1798 768 770 776 795 -HSync +Vsync | |
EndSection | |
Section "Device" | |
Identifier "Device0" | |
Driver "nvidia" | |
VendorName "NVIDIA Corporation" | |
BoardName "GeForce 7300 SE/7200 GS" | |
BusID "PCI:1:0:0" | |
Option "NvAGP" "2" | |
# Option "UseEvents" "True" | |
Option "AddARGBGLXVisuals" "True" | |
Option "ModeValidation" "NoWidthAlignmentCheck" | |
Option "ExactModeTimingsDVI" "True" | |
Option "ModeValidation" "NoDFPNativeResolutionCheck" | |
Screen 0 | |
EndSection | |
Section "Screen" | |
Identifier "Screen0" | |
Device "Device0" | |
Monitor "VizioGV42L" | |
DefaultDepth 24 | |
Option "ConnectedMonitor" "CRT-0,DFP-0" | |
Option "UseDisplayDevice" "DFP-0" | |
SubSection "Display" | |
Depth 24 | |
Viewport 0 0 | |
Modes "768p [at] 60" | |
EndSubSection | |
EndSection |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment