Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 # Uncomment this and ServerFlags for Dual Head #Screen 1 "Screen1" RightOf "Screen0" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "ServerFlags" # Only Used for Dual-head #Option "Xinerama" "true" Option "DontZap" "false" EndSection Section "Files" RgbPath "/etc/X11/rgb" ModulePath "/usr/lib/xorg/modules" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "extmod" Load "record" Load "dri" Load "dbe" Load "glx" Load "xtrap" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5 6 7" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Apple" ModelName "Color LCD" EndSection # Only used by Dual Head Section "Monitor" Identifier "Monitor1" VendorName "Unknown" ModelName "External Monitor" EndSection Section "Device" Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "9600M" BusID "PCI:2:0:0" Screen 0 # Force Display to DFP-1 (DVI) when available # Comment out for Dual Head Option "UseDisplayDevice" "DFP-1" EndSection # Only Used for Dual Head Section "Device" Identifier "Card1" Driver "nvidia" VendorName "nVidia Corporation" BoardName "9600M" BusID "PCI:2:0:0" Screen 1 EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection # Only used for Dual Head Section "Screen" Identifier "Screen1" Device "Card1" Monitor "Monitor1" SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection