Samsung HP-S4253

From MythTV

Jump to: navigation, search

Specifications

  • Make: Samsung
  • Model: HP-S4253 - 42" Plasma
  • Version of MythTV: From Subversion on March 12, 2007; roughly 0.21
  • Graphics Card: nVidia Corporation NV34 [GeForce FX 5200] rev 161
  • Connection Type: VGA

xorg.conf

Relevant sections of xorg.conf:

xorg.conf

Section "Monitor"
  DisplaySize  347 195
  Identifier   "Monitor[0]"
  ModelName    "Samsung Plasma"
  Option       "DPMS"
  VertRefresh  60
  HorizSync    48
EndSection

Section "Device"
  BoardName    "GeForce4"
  Driver       "nvidia"
  Identifier   "Device[0]"
  Screen       0
  VendorName   "NVidia"
  Option       "ConnectedMonitor" "CRT"
  Option       "RenderAccel" "true"
  Option       "UseEdidDpi" "false"
EndSection

Section "Screen"
  DefaultDepth 24
  SubSection "Display"
    Depth      24
    Modes      "1024x768_60"
  EndSubSection
  Device       "Device[0]"
  Identifier   "Screen[0]"
  Monitor      "Monitor[0]"
EndSection

The mode was found via EDID and gathered from /var/log/Xorg.0.log

Other Comments

Using Internal player for videos and Xine for DVD, everything works as expected without additional configuration

Personal tools