# xorg.conf for ThinkPad x41 / Debian Lenny # # Written by Stefan Ott # See http://www.ott.net/knowledge/x41debian/ # # Configure the middle mouse button for scrolling Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "EmulateWheel" "True" Option "EmulateWheelButton" "2" Option "EmulateWheelTimeout" "200" EndSection # Tell xorg to ignore the TV output Section "Monitor" Identifier "TV" Option "Ignore" "True" EndSection # Set a virtual screen size that's large enough to operate an external display Section "Screen" Identifier "Default Screen" Device "Generic Video Card" DefaultDepth 24 SubSection "Display" Modes "1024x768" "1280x1024" "2048x768" Virtual 2304 1024 EndSubSection EndSection