Sanyo PDP-42H2A

From MythTV

Jump to: navigation, search

Specifications

  • Make: Sanyo
  • Model: PDP-42H2A 42" Plasma
  • Version of MythTV: 0.20
  • Graphics Card used: Nvidia GeForce4 MX 4000 AGP
  • Connection Type: VGA

xorg.conf

The relevant sections of xorg.conf:

Image:Script.png xorg.conf

Section "Monitor"
   Identifier     "Monitor0"
   VendorName     "Monitor Vendor"
   ModelName      "Unknown monitor"
   DisplaySize    922 523
   HorizSync      31.47-63.48
   VertRefresh    51.09-85.06
EndSection

Section "Device"
   Identifier     "Videocard0"
   Driver         "nvidia"
   VendorName     "Videocard vendor"
   BoardName      "NVIDIA GeForce 4000 MX"
EndSection

Section "Screen"
   Identifier     "Screen0"
   Device         "Videocard0"
   Monitor        "Monitor0"
   DefaultDepth    24
   SubSection     "Display"
       Viewport    0 0
       Depth       24
       Modes      "1024x768"
   EndSubSection
EndSection

Other Comments

The display also has DVI-D, Component in a DB-15 plug, 3 S-Video/Composite inputs.

Personal tools