# xorg.conf (xorg X Window System server configuration file) # # This file was generated by dexconf, the Debian X Configuration tool, using # values from the debconf database. # # Edit this file with caution, and see the xorg.conf manual page. # (Type "man xorg.conf" at the shell prompt.) # # This file is automatically updated on xserver-xorg package upgrades *only* # if it has not been modified since the last upgrade of the xserver-xorg # package. # # If you have edited this file but would like it to be automatically updated # again, run the following command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "macintosh" Option "XkbLayout" "no" EndSection Section "Files" FontPath "unix/:7100" FontPath "unix/:7101" ModulePath "/usr/lib/xorg/modules,/opt/lib/xorg/modules" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "RightEdge" "1200" Option "LeftEdge" "20" Option "TopEdge" "20" Option "BottomEdge" "360" Option "FingerHigh" "40" Option "FingerLow" "20" Option "HorizScrollDelta" "0" Option "VertTwoFingerScroll" "1" Option "SHMConfig" "on" EndSection Section "Device" Identifier "ATI-X1600-0" # Driver "ati" Driver "radeonhd" # Option "ShadowFB" "on" Option "noRandR" BusID "PCI:1:0:0" Screen 0 EndSection #Section "Device" # Identifier "ATI-X1600-1" # Driver "radeonhd" # Driver "avivo" # Option "ShadowFB" "on" # BusID "PCI:1:0:0" # Screen 1 #EndSection Section "ServerFlags" Option "AIGLX" "Off" EndSection Section "Extensions" Option "Composite" "Off" EndSection Section "Monitor" Identifier "macBookLVDS" Option "DPMS" HorizSync 50-60 VertRefresh 60 DisplaySize 332 207 EndSection #Section "Monitor" # Identifier "external" # Option "DPMS" # HorizSync 50-60 # VertRefresh 60 ## DisplaySize 332 207 #EndSection Section "Screen" Identifier "Screen-0" Device "ATI-X1600-0" Monitor "macBookLVDS" DefaultDepth 24 SubSection "Display" Depth 24 # Modes "1440x900" "1152x864" "1280x1024" Modes "1440x900" EndSubSection EndSection #Section "Screen" # Identifier "Screen-1" # Device "ATI-X1600-0" # Monitor "external" # DefaultDepth 24 # SubSection "Display" # Depth 24 # Modes "1680x1050" "1440x900" "1152x864" "1280x1024" ## Modes "1440x900" # EndSubSection #EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Screen-0" # Screen "Screen-1" RightOf "Screen-0" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" # Option "xinerama" "on" # Option "clone" "off" EndSection