# /etc/X11/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 /etc/X11/xorg.conf manual page. # (Type "man /etc/X11/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 "Files" EndSection Section "Module" Load "bitmap" Load "dri" Load "dbe" # Was not here before Load "extmod" Load "freetype" Load "glx" Load "int10" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "imps/2" Option "ZAxisMapping" "4 5" #Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" EndSection Section "Device" Identifier "Radeon Mobility M7" Driver "radeon" BusID "PCI:1:0:0" #VideoRAM 65536 Option "ColorTiling" "false" #Option "MergedFB" "true" #Option "DynamicClocks" "on" #Option "CRT2Position" "RightOf" # The next line lets me switch between dual-head and several clone modes of varying resolutions with xrandr. #Option "MetaModes" "1024x768-1280x1024 1024x768-1024x768 1024x768+1280x1024 1280x1024 1024x768 800x600 640x480" #Option "MergedNonRectangular" "true" # In 1024x768-1280x1024 mode the DPI is correct (100), but in all other modes it is weird. Try to override #Option "MergedDPI" "100 100" #Option "CRT2HSync" "30-81" #Option "CRT2VRefresh" "56-76" #Screen 0 #Option "XAANoOffscreenPixmaps" "true" Option "Monitor-LVDS" "LVDS Monitor" Option "Monitor-VGA-0" "VGA-0 Monitor" EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" EndSection Section "Monitor" Identifier "VGA-0 Monitor" Option "DPMS" Option "Enable" "0" EndSection Section "Screen" Identifier "Default Screen" Device "Radeon Mobility M7" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 2560 1024 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "AIGLX Layout" Screen "Default Screen" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" InputDevice "Synaptics Touchpad" Option "AIGLX" "true" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "true" EndSection