# ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Dual-Head nVIDIA" Screen 0 "Screen0" 0 0 InputDevice "Mouse" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" # Option "BlankTime" "10" # Option "SuspendTime" "13" # Option "OffTime" "15" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" RgbPath "/usr/lib/X11/rgb" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/TTF" FontPath "/usr/local/share/fonts" FontPath "/usr/share/fonts" FontPath "/usr/share/fonts/cyrillic" ModulePath "/usr/lib/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/CID/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/TTF" FontPath "/usr/local/share/fonts" FontPath "/usr/share/fonts" FontPath "/usr/share/fonts/cyrillic" EndSection # ********************************************************************** # Module section -- this is an optional section which is used to specify # which run-time loadable modules to load when the X server starts up. # ********************************************************************** Section "Module" Load "extmod" Load "dri" Load "dbe" Load "record" Load "xtrap" Load "glx" Load "type1" Load "freetype" EndSection # ********************************************************************** # Server flags section. This contains various server-wide Options. # ********************************************************************** Section "ServerFlags" # Option "off time" "5" # Option "Xinerama" "on" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard" Driver "keyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Mouse" Driver "mouse" Option "CorePointer" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" Option "Buttons" "6" Option "ZAxisMapping" "5 6" Option "Emulate3Buttons" "no" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Monitor0" VendorName "PHILIPS" ModelName "170S" HorizSync 64.0 VertRefresh 60.0 Option "DPMS" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "Unknown Board" BusID "PCI:1:0:0" Option "CRT2Position" "RightOf" Option "TwinView" Option "MetaModes" "1280x1024,1280x1024" Option "TwinViewOrientation" "RightOf" # Option "SecondMonitorHorizSync" "64.0" Option "SecondMonitorHorizSync" "UseEdidFreqs" # Option "SecondMonitorVertRefresh" "60.0" Option "SecondMonitorVertRefresh" "UseEdidFreqs" Option "RenderAccel" #neu Option "HWcursor" #neu EndSection # ********************************************************************** # Screen sections. # ********************************************************************** Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Virtual 2560 1024 Modes "640x480 800x600 1024x768 1280x1024" ViewPort 0 0 Depth 24 EndSubSection DefaultDepth 24 EndSection