# 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 "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "gb" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizEdgeScroll" "500" EndSection Section "Device" Identifier "Configured Video Device" Driver "intel" # Driver "i810" # "legacy driver" for compatibility purposes # Screen "0" Option "XaaNoPixmapCache" Option "XAANoOffscreenPixmaps" "1" Option "DRI" "true" Option "AccelMethod" "XAA" # EXA new, buggy - XAA old, proven VideoRam 440320 Option "XvMCSurfaces" "6" Option "May_Need_ForceBIOS" "1" # Option "ExaNoComposite" "false" # "balls-achingly slow" without this. https://bugs.launchpad.net/xserver-xorg-video-intel/+bug/177492 Option "MigrationHeuristic" "greedy" Option "monitor-TV" "TVOutput" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Monitor" Identifier "TVOutput" Option "Disable" "true" EndSection Section "Screen" Identifier "Default Screen" Monitor "Configured Monitor" Device "Configured Video Device" DefaultDepth 24 SubSection "Display" Virtual 2048 2048 EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" Option "AIGLX" "true" InputDevice "Synaptics Touchpad" EndSection Section "Module" Load "dri" Load "glx" Load "dbe" Load "v4l" Load "type1" Load "freetype" Load "extmod" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "1" EndSection