Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" # ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc" FontPath "/usr/X11R6/lib/X11/fonts/Type1" FontPath "/usr/X11R6/lib/X11/fonts/CID" FontPath "/usr/X11R6/lib/X11/fonts/75dpi" FontPath "/usr/X11R6/lib/X11/fonts/100dpi" FontPath "/usr/X11R6/lib/X11/fonts/cyrillic" FontPath "/usr/X11R6/lib/X11/fonts/local" FontPath "/usr/X11R6/lib/X11/fonts/TTF" FontPath "/usr/X11R6/lib/X11/fonts/encodings/" FontPath "/usr/X11R6/lib/X11/fonts/util/" EndSection Section "ServerFlags" AllowMouseOpenFail # allows the server to start up even if the mouse doesn't work #DontZap # disable (server abort) DontZoom # disable / (resolution switching) EndSection Section "Module" Load "dbe" # Double-Buffering Extension Load "extmod" Load "type1" Load "freetype" Load "glx" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbRules" "xorg" #Option "XkbVariant" "nodeadkeys" #Option "XkbOptions" "" EndSection Section "InputDevice" Identifier "USBMouse" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "SynapticsMouse" Driver "mouse" Option "Device" "/dev/psaux" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "CorePointer" Option "SendCoreEvents" "true" EndSection Section "Monitor" Identifier "CRT" VendorName "Belinea" ModelName "106030" Option "UseEdidFreqs" "1" EndSection Section "Monitor" Identifier "LCD" VendorName "Samsung" ModelName "X30" HorizSync 31.5-100 VertRefresh 59-76 Option "IgnoreEDID" "1" Modeline "1280x800" 83.91 1280 1312 1624 1656 800 816 824 841 EndSection Section "Monitor" Identifier "TV" HorizSync 30-50 VertRefresh 60 Option "DPMS" EndSection Section "Device" Identifier "NvidiaGFX" Driver "nvidia" Option "RenderAccel" "true" Option "NvAGP" "1" # Option "DPMS" Option "NoLogo" "on" Option "HWCursor" "on" Option "CursorShadow" "on" Option "AllowGLXWithComposite" "true" Option "TwinView" "true" Option "TwinViewOrientation" "LeftOf" Option "MetaModes" "1280x1024, 1280x800; 1280x1024, NULL; NULL, 1280x800; 800x600, NULL" Option "SecondMonitorHorizSync" "31.5-100" Option "SecondMonitorVertRefresh" "59-76" #Option "Xinerama" "false" EndSection Section "Device" Identifier "TV" Driver "nvidia" Option "RenderAccel" "true" Option "NvAGP" "1" # Option "DPMS" Option "NoLogo" "on" Option "HWCursor" "on" Option "CursorShadow" "on" Option "AllowGLXWithComposite" "true" Option "TwinView" "true" Option "TwinViewOrientation" "Below" Option "MetaModes" "800x600, 1280x800;" Option "SecondMonitorHorizSync" "30-50" Option "SecondMonitorVertRefresh" "60" Option "TVOutFormat" "COMPOSITE" Option "TVStandard" "PAL-B" Option "ConnectedMonitor" "TV,LCD" #Option "Xinerama" "false" EndSection Section "Screen" Identifier "Screen0" Device "NvidiaGFX" Monitor "LCD" DefaultColorDepth 24 Subsection "Display" Depth 24 Modes "1280x800" Viewport 0 0 EndSubsection EndSection Section "Screen" Identifier "TV" Device "TV" Monitor "LCD" DefaultColorDepth 24 EndSection Section "ServerLayout" Identifier "NvidiaGFX" #Identifier "TV" InputDevice "USBMouse" "CorePointer" InputDevice "SynapticsMouse" "AlwaysCore" InputDevice "Keyboard1" "CoreKeyboard" Screen 0 "Screen0" 0 0 #Screen "TV" EndSection Section "Extensions" Option "Composite" "Enable" EndSection