Westinghouse LVM-37w3

From MythTV

Jump to: navigation, search

Specifications

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.


xorg.conf

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
Personal tools