# xorg.conf (X.Org 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 "ServerFlags" # Option "DefaultServerLayout" "Default Layout" Option "DefaultServerLayout" "Dual Head Layout" EndSection # Single head configuration Section "ServerLayout" Identifier "Single Head Layout" Screen 0 "Default Screen" InputDevice "Generic Keyboard" "CoreKeyboard" InputDevice "SynPS/2 Synaptics TouchPad" "CorePointer" Option "StandbyTime" "10" Option "SuspendTime" "20" Option "OffTime" "30" EndSection # Dual head configuration Section "ServerLayout" Identifier "Dual Head Layout" Screen 0 "Default Screen" Screen 1 "External Screen" Below "Default Screen" InputDevice "Generic Keyboard" "CoreKeyboard" InputDevice "SynPS/2 Synaptics TouchPad" "CorePointer" InputDevice "Microsoft Comfort Optical Mouse 1000" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "latin9" Option "XkbOptions" "lv3:ralt_switch" EndSection Section "InputDevice" Identifier "SynPS/2 Synaptics TouchPad" Driver "synaptics" Option "Device" "/dev/input/by-path/platform-i8042-serio-4-event-mouse" Option "TapButton1" "1" Option "VertEdgeScroll" "true" Option "SHMConfig" "true" EndSection Section "InputDevice" Identifier "Microsoft Comfort Optical Mouse 1000" Driver "evdev" Option "Device" "/dev/input/by-id/usb-Microsoft_Comfort_Optical_Mouse_1000-event-mouse" EndSection Section "Screen" Identifier "Default Screen" Device "Radeon XPress 1250" Monitor "LVDS" Option "InitPrimary" "true" # SubSection "Display" # Virtual 1280 1824 # EndSubsection EndSection Section "Screen" Identifier "External Screen" Device "Radeon XPress 1250" Monitor "VGA-0" EndSection Section "Device" Identifier "Radeon XPress 1250" Driver "radeon" EndSection Section "Monitor" Identifier "LVDS" Option "Primary" "true" # not used Option "PreferedMode" "1280x800" # not used Option "DPMS" "true" EndSection Section "Monitor" Identifier "VGA-0" Modeline "1280x1024+" 178.84 1280 1376 1520 1760 1024 1025 1028 1081 -HSync +Vsync Option "PreferedMode" "1280x1024+" Option "Enable" "false" EndSection