# xorg.conf (xorg X Window System server configuration file) # # This file was generated by failsafeDexconf, using # values from the debconf database and some overrides to use vesa mode. # # You should use dexconf or another such tool for creating a "real" xorg.conf # For example: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" EndSection Section "Module" Disable "dri" Load "glx" Load "GLcore" Load "v4l" Load "extmod" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "es" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "true" EndSection Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "HorizScrollDelta" "0" Option "SHMConfig" "on" Option "TouchpadOff" "2" EndSection Section "Device" Identifier "siscard" Busid "PCI:1:0:0" Driver "sisimedia" Option "EnableSiSCtrl" "yes" Screen 0 EndSection Section "Screen" Identifier "packardbell" Device "siscard" Monitor "generic monitor" Defaultdepth 24 SubSection "Display" Depth 24 Modes "1280x800" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Monitor" Identifier "Generic Monitor" Option "DPMS" EndSection Section "ServerLayout" Identifier "Default Layout" screen 0 "packardbell" 0 0 Inputdevice "Generic Keyboard" Inputdevice "Configured Mouse" Inputdevice "Synaptics Touchpad" EndSection Section "ServerFlags" EndSection