Westinghouse LVM-37w3
From MythTV
[edit]
Specifications
- Make: Westinghouse Digital
- Model: LVM-37w3
- Size: 37"
- Type: 1920x1080p LCD
- MythTV Version: 0.20+fixes
- Graphics Card: nVidia GeForce 6200TC
- Connection Type: DVI-D
- URL: http://www.westinghousedigital.com/details.aspx?itemnum=56
Here is my xorg.conf for the Westinghouse 37w3. I'm using an nvidia 6200 card to drive it via DVI-D at 1920x1080. I get a beautiful 1080p picture with this.
Section "ServerLayout" Identifier "Default Layout" Screen 0 "Westinghouse LVM-37w3 1080p Screen" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" # Multiple FontPath entries are allowed (they are concatenated together) # By default, a font server independent of the X server is # used to render fonts. ModulePath "/usr/lib/xorg/modules/extensions/nvidia" ModulePath "/usr/lib/xorg/modules/extensions" ModulePath "/usr/lib/xorg/modules" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "freetype" Load "type1" Load "v4l" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Section "Monitor" Identifier "Westinghouse LVM-37w3 1080p" VendorName "Westinghouse" ModelName "LVM-37w3" HorizSync 30-80 VertRefresh 60 Option "dpms" Option "ModeValidation" "NoMaxPClkCheck, NoEdidMaxPClkCheck" Option "UseDisplayDevice" "DFP" EndSection Section "Device" Identifier "nVidia 6200" Driver "nvidia" VendorName "Videocard vendor" BoardName "nVidia Corporation GeForce 6200" EndSection Section "Screen" Identifier "Westinghouse LVM-37w3 1080p Screen" Device "nVidia 6200" Monitor "Westinghouse LVM-37w3 1080p" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1920x1080" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection
