# # xorg.conf file for a single monitor and TV # connected to an nVidia card # Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "glx" Load "extmod" Load "type1" Load "freetype" 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 # # one monitor and a television # Section "Monitor" Identifier "Monitor0" VendorName "Samsung" ModelName "205BW" HorizSync 30.0 - 65.0 VertRefresh 50.0 - 120.0 EndSection Section "Monitor" HorizSync 30.0-50.0 VertRefresh 60 Identifier "Monitor2" EndSection Section "Device" Identifier "TwinViewTV" VendorName "nvidia" Driver "nvidia" BusID "PCI:1:0:0" Option "TwinView" "1" Option "NvAGP" "3" Option "TVStandard" "PAL-B" Option "TVOutFormat" "SVIDEO" Option "SecondMonitorHorizSync" "30-50" Option "SecondMonitorVertRefresh" "60" Option "TwinViewOrientation" "LeftOf" Option "MetaModes" "1680x1050, 800x600; NULL, 800x600" Option "ConnectedMonitor" "DFP-0,TV-0" EndSection Section "Screen" Identifier "TwinViewTV" Device "TwinViewTV" Monitor "Monitor0" DefaultDepth 24 Subsection "Display" Depth 24 EndSubsection EndSection Section "ServerLayout" Identifier "TwinViewTV" Screen "TwinViewTV" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection