# $Id: xorg-7.2-intel950-xrandr.conf 756 2007-05-29 22:32:14Z tas $ # ---------- General ---------- Section "Files" # RgbPath "/usr/share/X11/rgb" FontPath "unix/:-1" EndSection Section "Module" Load "i2c" Load "bitmap" Load "ddc" Subsection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" Load "glx" Load "dri" Load "v4l" Load "extmod" Load "record" Load "dbe" Load "xtrap" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Protocol" "raw" Option "Device" "/dev/input/mice" Option "SendCoreEvents" "true" Option "UseSHM" "true" Option "SHMConfig" "true" # disable tap initially Option "MaxTapTime" "0" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Button" "false" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" Option "DefaultServerLayout" "DUAL" EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "Composite" "false" EndSection Section "Device" Identifier "Card0" Driver "intel" BusID "PCI:0:2:0" Option "DRI" "true" Option "SWcursor" "false" # Option "PageFlip" "true" Option "Legacy3D" "false" Option "AperTexSize" "65536" Option "AccelMethod" "EXA" EndSection # ---------- Monitors ---------- Section "Monitor" # Generic Plug-and-Play Identifier "PNP" Option "DPMS" EndSection Section "Monitor" Identifier "Monitor0" Option "DPMS" "true" Modeline "1280x800" 71.0 1280 1328 1360 1440 800 803 809 823 EndSection # ---------- Layout LONE for accel. single only ---------- Section "Screen" Identifier "LONE_screen" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "LONE" Screen "LONE_screen" InputDevice "Synaptics" "AlwaysCore" InputDevice "USB Mouse" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection # ---------- Layout DUAL for xrandr manipulation --------- Section "Screen" Identifier "DUAL_screen" Device "Card0" Monitor "PNP" DefaultDepth 24 SubSection "Display" Depth 24 Virtual 2048 1200 EndSubSection EndSection Section "ServerLayout" Identifier "DUAL" Screen "DUAL_screen" InputDevice "Synaptics" "AlwaysCore" InputDevice "USB Mouse" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection