# ********************************************************************** # Extension section. # ********************************************************************** Section "Extensions" # Option "Composite" "Enable" # Option "RENDER" "Enable" EndSection # ********************************************************************** # Module section. # ********************************************************************** Section "Module" Load "dbe" Load "extmod" SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "type1" Load "freetype" Load "glx" EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" RgbPath "/usr/share/X11/rgb" FontPath "/usr/share/fonts/mac/" FontPath "/usr/share/fonts/custom/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/TTF/" FontPath "/usr/share/fonts/encodings/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/cyrillic/" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "pc101" Option "XkbLayout" "en_US" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Monitor0" VendorName "Samsung" ModelName "SyncMaster 171v" Option "DPMS" # Used for monitor power saving HorizSync 30-81 VertRefresh 56-76 EndSection Section "Monitor" Identifier "Monitor1" VendorName "Sony" ModelName "TV" HorizSync 30-54 VertRefresh 50-100 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nvidia" BusID "PCI:1:0:0" Screen 0 Option "RenderAccel" "yes" Option "AllowGLXWithComposite" "yes" Option "NvAgp" "1" Option "NoLogo" "yes" Option "DigitalVibrance" "80" EndSection Section "Device" Identifier "Card1" Driver "nvidia" VendorName "nvidia" BusID "PCI:1:0:0" Screen 1 Option "NoLogo" "yes" Option "RenderAccel" "yes" Option "DigitalVibrance" "80" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1280x1024" "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" ViewPort 0 0 EndSubsection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Simple Layout" Screen 0 "Screen0" Screen 1 "Screen1" LeftOf "Screen0" Option "CloneDisplay" "off" Option "OffTime" "10" # Monitor sleep time Option "SuspendTime" "10" Option "StandbyTime" "10" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection