# xorg.conf # vim:ft=xf86conf sts=4 sw=4 ai et Section "Extensions" Option "Composite" "Enable" EndSection Section "InputDevice" Identifier "Multiplexed Keyboard" Driver "kbd" Option "XkbOptions" "compose:menu" EndSection # Section "InputDevice" # Identifier "Evdev Keyboard" # Driver "evdev" # Option "Device" "/dev/input/by-id/usb-Microsoft_Natural_Ergonomic_Keyboard_4000-event-kbd" # # Option "XkbOptions" "compose:menu" # EndSection # Section "InputDevice" # Identifier "Multiplexed Mouse" # Driver "mouse" # Option "Device" "/dev/input/mice" # Option "Protocol" "ImPS/2" # Option "Emulate3Buttons" "off" # EndSection Section "InputDevice" Identifier "Evdev Mouse" Driver "evdev" Option "Device" "/dev/input/by-id/usb-Microsoft_Microsoft_Wireless_Optical_Mouse_1.0A-event-mouse" EndSection Section "Device" Identifier "Built-in Intel 845G Graphics" Driver "intel" BusID "PCI:0:2:0" Option "AccelMethod" "XAA" Option "monitor-VGA" "LG Flatron L1950S" EndSection Section "DRI" Group "video" Mode 0660 EndSection Section "Monitor" Identifier "LG Flatron L1950S" Option "DPMS" "yes" EndSection Section "Screen" Identifier "Main Display" Device "Built-in Intel 845G Graphics" SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Main Display" InputDevice "Multiplexed Keyboard" "CoreKeyboard" InputDevice "Evdev Mouse" "CorePointer" Option "AIGLX" "on" EndSection