Sony KDL-32S2000
From MythTV
[edit]
Specifications
- Make: SONY
- Model: KDL-32S2000
- Size: 32"
- MythTV Version: 0.21 SVN trunk
- Graphics Card: nVidia GeForce 8600GT
- Connection Type: DVI-HDMI
[edit]
Detailed Specifications
- Screen: LCD
- Native Resolution: 1366 x 768
[edit]
xorg.conf
Section "ServerLayout"
Identifier "Simple Layout"
Screen 0 "Screen0" 0 0
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
Section "Files"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
EndSection
Section "Module"
Load "dbe" # Double buffer extension
SubSection "extmod"
Option "omit xfree86-dga" # don't initialise the DGA extension
EndSubSection
Load "freetype"
Load "glx"
EndSection
Section "ServerFlags"
Option "Xinerama" "0"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "gb"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "Auto" # Auto detect
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "SONY TV"
Option "IgnoreEDID"
ModeLine "1920x1080i_@50Hz" 74.250 1920 2448 2492 2640 1080 1084 1094 1124 +hsync +vsync interlace
ModeLine "1920x1080i_@60Hz" 74.250 1920 2008 2052 2200 1080 1084 1094 1124 +hsync +vsync interlace
ModeLine "1280x720p_@50Hz" 74.250 1280 1720 1760 1980 720 725 730 750 +hsync +vsync
ModeLine "1280x720p_@60Hz" 74.250 1280 1390 1430 1650 720 725 730 750 +hsync +vsync
ModeLine "720x576p_@50Hz" 27.000 720 732 796 864 576 581 586 625 -hsync -vsync
ModeLine "720x480p_@60Hz" 27.000 720 736 798 858 480 489 495 525 -hsync -vsync
EndSection
Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8600 GT"
Screen 0
Option "ConnectedMonitor" "DFP-0"
Option "RenderAccel" "1"
Option "XvmcUsesTextures" "true"
Option "ModeValidation" "AllowNon60HzDFPModes,NoDFPNativeResolutionCheck"
Option "ExactModeTimingsDVI" "True"
Option "AllowGLXWithComposite" "true"
Option "AddARGBGLXVisuals" "True"
Option "UseEDIDdpi" "false"
Option "UseEvents" "True"
Option "IgnoreDisplayDevices" "TV"
Option "UseEvents" "True"
Option "DPI" "100 x 100"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Videocard0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1920x1080i_@50Hz" "1920x1080i_@60Hz" "1280x720p_@50Hz" "1280x720p_@60Hz" "720x576p_@50Hz" "720x480p_@60Hz"
EndSubSection
EndSection
