############################################################################# Section "Files" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/100dpi/" FontPath "/usr/share/fonts/75dpi/" EndSection Section "Module" Load "glx" Load "extmod" Load "wfb" Load "dri" Load "xtrap" Load "record" Load "dbe" EndSection Section "ServerFlags" Option "Xinerama" "False" Option "AutoAddDevices" "True" Option "RandR" "True" EndSection Section "Extensions" Option "XVideo" "Enable" Option "XVideo-MotionCompensation" "Enable" Option "Composite" "Enable" EndSection Section "DRI" Mode 0660 Group "video" EndSection ############################################################################# Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" EndSection Section "Monitor" Identifier "Monitor0" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "GeForce 8400M GS" BusID "PCI:1:0:0" Screen 0 Option "NoLogo" "true" Option "AddARGBGLXVisuals" "true" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 # Option "TwinView" "1" # Option "metamodes" "DFP: nvidia-auto-select +0+0" SubSection "Display" Depth 24 EndSubSection EndSection ############################################################################# # # Section "Monitor" # Identifier "Monitor1" # EndSection # # Section "Device" # Identifier "Card1" # Driver "nvidia" # VendorName "nVidia Corporation" # BoardName "GeForce 8400M GS" # BusID "PCI:1:0:0" # Screen 1 # Option "NoLogo" "true" # EndSection # # Section "Screen" # Identifier "Screen1" # Device "Card1" # Monitor "Monitor1" # DefaultDepth 24 # Option "TwinView" "1" # Option "metamodes" "CRT: nvidia-auto-select +0+0" # SubSection "Display" # Depth 24 # EndSubSection # EndSection # ############################################################################# Section "ServerLayout" Identifier "Workspace0" Screen 0 "Screen0" 0 0 # Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection