# # xorg.conf file for two monitors and a TV # connected to an nVidia card # # # one layout for two monitors # Section "ServerLayout" Identifier "TwinView" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" Option "Xinerama" "true" EndSection # # one layout for one monitor and a TV # Section "ServerLayout" Identifier "TwinViewTV" Screen "TwinViewTV" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection 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 # # two monitors and a television # Section "Monitor" Identifier "Monitor0" VendorName "Samsung" ModelName "205BW" HorizSync 30.0 - 65.0 VertRefresh 50.0 - 120.0 EndSection Section "Monitor" Identifier "Monitor1" VendorName "LG" ModelName "1725s" HorizSync 30.0 - 65.0 VertRefresh 50.0 - 120.0 EndSection Section "Monitor" HorizSync 30.0-50.0 VertRefresh 60 Identifier "Monitor2" EndSection # # device and screen for two monitors # Section "Device" Identifier "NVIDIA" Driver "nvidia" BoardName "nVidia Corporation NV28 [GeForce4 Ti 4200 AGP 8x] rev 161" VendorName "nvidia" BusID "PCI:1:0:0" VideoRam 131072 Option "NvAGP" "3" Option "CursorShadow" "True" Option "TwinView" "1" Option "MetaModes" "1280x1024 +1680+26, 1680x1050; NULL, 1680x1050" Option "SecondMonitorHorizSync" "30-65" Option "SecondMonitorVertRefresh" "50-120" Option "TVStandard" "PAL-B" Option "TVOutFormat" "SVIDEO" EndSection Section "Screen" Identifier "Screen0" Device "NVIDIA" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1680x1050" "1280x1024" "800x600" "640x480" EndSubSection EndSection # # device and screen for single monitor and TV # 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