Difference between revisions of "Vizio P50HDM"

From MythTV Official Wiki
Jump to: navigation, search
(HDMI via DVI adaptor xorg.conf)
(HDMI via DVI adaptor xorg.conf)
 
Line 68: Line 68:
  
 
== HDMI via DVI adaptor xorg.conf ==
 
== HDMI via DVI adaptor xorg.conf ==
NOTE: The TV will always overscan HDMI inputs. It also only accepts standard HD modes : 480p/i, 720p/i, 1080i
+
NOTE: The TV will always overscan HDMI inputs. It also only accepts standard HD modes : 480p/i, 720p/i, 1080i. The NVIDIA binary driver auto-detects 720p with the config below.
 
{{Code box|xorg.conf|
 
{{Code box|xorg.conf|
 
<code>
 
<code>

Latest revision as of 09:49, 3 February 2008

Category:HDTV Database

Specifications

Vizio P50HDM Plasma Display


VGA xorg.conf

Script.png xorg.conf

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 P50HDM"
       HorizSync 30-80
       VertRefresh 60-85
       Mode    "1366x768"      # vfreq 60.000Hz, hfreq 47.7kHz
               DotClock        85.500000
               HTimings        1366 1414 1526 1798
               VTimings        768 771 777 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

HDMI via DVI adaptor xorg.conf

NOTE: The TV will always overscan HDMI inputs. It also only accepts standard HD modes : 480p/i, 720p/i, 1080i. The NVIDIA binary driver auto-detects 720p with the config below.

Script.png xorg.conf
Section "Monitor"

       Identifier      "Generic Monitor"
       HorizSync       15.734 - 45
       VertRefresh     60
       VendorName      "Vizio"
       ModelName       "P50HDM"

EndSection