# 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 "AllowEmptyInput" "off" #EndSection Section "Extensions" Option "Composite" "Disable" EndSection Section "DRI" Mode 0666 EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Identifier "Default Screen" Device "Configured Video Device" Monitor "Configured Monitor" DefaultDepth 24 SubSection "Display" Depth 8 Modes "1920x1200" "1024x768" "800x600" Virtual 3200 1215 EndSubSection SubSection "Display" Depth 16 Modes "1920x1200" "1024x768" "800x600" Virtual 3200 1215 EndSubSection SubSection "Display" Depth 24 Modes "3840x1200" Virtual 3200 1215 EndSubSection EndSection Section "Module" Load "extmod" Load "record" Load "dbe" Load "dri" Load "dri2" Load "evdev" # Load "xtrap" # Load "glx" # Load "GLcore" # Load "freetype" EndSection Section "ServerLayout" Identifier "Default Layout" Screen 0 "Default Screen" 0 0 # commented out by update-manager, HAL is now used # InputDevice "Keyboard1" "CoreKeyboard" # commented out by update-manager, HAL is now used # InputDevice "Keyboard2" "SendCoreEvents" EndSection Section "Device" Identifier "Configured Video Device" Driver "ati" Option "EnableRandR12" "true" Option "PairModes" "1920x1200+1280x1024" Option "AccelMethod" "EXA" #either XAA or EXA. "XAA" is the default and safe choice Option "ColorTiling" "1" #Option "DynamicClocks" "on" Option "EnableMonitor" "crt1,lvds,tv,tmds1,crt2,tmds2,cv,tmds2i" BusID "PCI:1:0:0" EndSection