# /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 #UPDATED FOR Xorg 7.3, which autodetects most settings Section "Extensions" Option "Composite" "enable" EndSection Section "ServerFlags" Option "DefaultServerLayout" "wideLayout" #Option "DefaultServerLayout" "singleLayout" Option "DontZap" "off" EndSection Section "InputDevice" Identifier "Logitech Mouseman Optical" Driver "evdev" Option "device" "/dev/input/mouse0" Option "CorePointer" Option "ButtonMapping" "1 2 8 4 5 6 7 3 9" #Option "ButtonMapping" "1 2 8 3 9 10" EndSection Section "Device" Identifier "card0" Driver "radeon" #Driver "fglrx" #Option "AGPMode" 8 ##Option "EnablePageFlip" "true" ##Option "ColorTiling" "true" #Option "AccelMethod" "EXA" #Option "BackingStore" "on" ##Option "AccelDFS" "true" #Option "DisplayPriority" "HIGH" #Option "ClockGating" "true" EndSection Section "Monitor" Identifier "DVI-0" Option "DPMS" "on" #Option "RightOf" "VGA-0" Option "Rotate" "left" Option "Position" "1280 -896" EndSection Section "Monitor" Identifier "VGA-0" #Option "DPMS" "on" EndSection #### DEVICE CONFIGURATION #1: single-head mode #### Section "Screen" Identifier "singleScreen" Device "card0" #Monitor "VGA-0" DefaultDepth 24 SubSection "Display" Virtual 1280 1024 Modes "1280x1024" "1280x960" "1024x768" "800x600" "640x480" "320x240" EndSubSection Option "Monitor-VGA-0" "VGA-0" Option "Monitor-DVI-0" "off" EndSection Section "ServerLayout" Identifier "singleLayout" Screen "singleScreen" InputDevice "Logitech Mouseman Optical" EndSection #### DEVICE CONFIGURATION #2: XRandr wide-screen mode #### Section "Screen" Identifier "wideScreen" Device "card0" Monitor "DVI-0" DefaultDepth 24 #DefaultDepth 16 SubSection "Display" Virtual 2360 1920 # force 1920x1080 mode because the screen will otherwise # default to the same resolution as VGA-0 (1280x1024) Modes "1920x1080" EndSubSection EndSection Section "ServerLayout" Identifier "wideLayout" Screen "wideScreen" InputDevice "Logitech Mouseman Optical" EndSection