Samsung 215TW
From MythTV
[edit]
Specifications
- Make: Samsung
- Model: SyncMaster 215TW
- Size: 21"
- Type: 1680x1050 LCD
- MythTV Version: 0.21_p16468
- Graphics Card: nVidia G71 (GeForce 7300GS)
- Connection Type: VGA (would use DVI, but I need a DVI KVM for that)
[edit]
xorg.conf
Section "Device" Identifier "7300gs" Driver "nvidia" Option "RenderAccel" "true" Option "AllowGLXWithComposite" "true" Option "NoLogo" EndSection
Section "Monitor" Identifier "215tw" HorizSync 30-81 VertRefresh 56-75 Modeline "1680x1050" 150.21 1680 1712 2224 2264 1050 1071 1081 1103 EndSection
Section "Screen"
Identifier "Screen 1"
Device "7300gs"
Monitor "215tw"
DefaultDepth 24
Subsection "Display"
Depth 8
Modes "1680x1050"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 16
Modes "1680x1050"
ViewPort 0 0
EndSubsection
Subsection "Display"
Depth 24
Modes "1680x1050"
ViewPort 0 0
EndSubsection
EndSection
