# xorg.conf.stamina # Section "Module" Load "glx" Load "GLcore" Load "v4l" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "it" 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 "HorizEdgeScroll" "0" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus" Option "Device" "/dev/input/wacom" Option "Type" "stylus" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "eraser" Option "Device" "/dev/input/wacom" Option "Type" "eraser" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/wacom" Option "Type" "cursor" Option "ForceDevice" "ISDV4"# Tablet PC ONLY EndSection Section "Device" Identifier "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" Boardname "i810" Busid "PCI:0:2:0" Driver "vesa" Screen 0 EndSection Section "Monitor" Identifier "Monitor Generico" Vendorname "Plug 'n' Play" Modelname "Plug 'n' Play" HorizSync 31.5 - 50.0 VertRefresh 56.0 - 65.0 modeLine "1280x800@60" 83.5 1280 1344 1480 1680 800 801 804 828 +vsync -hsync Gamma 1.0 EndSection Section "Screen" Identifier "Default Screen" Device "Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller" Monitor "Monitor Generico" Defaultdepth 16 SubSection "Display" Depth 16 Virtual 1280 800 Modes "1280x800@60" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" screen 0 "Default Screen" 0 0 Inputdevice "Generic Keyboard" Inputdevice "Configured Mouse" # Uncomment if you have a wacom tablet # InputDevice "stylus" "SendCoreEvents" # InputDevice "cursor" "SendCoreEvents" # InputDevice "eraser" "SendCoreEvents" Inputdevice "Synaptics Touchpad" EndSection #Section "Module" # Load "glx" # Load "GLcore" # Load "v4l" #EndSection Section "device" # Identifier "device1" Boardname "i810" Busid "PCI:0:2:0" Driver "i810" Screen 1 EndSection Section "screen" # Identifier "screen1" Device "device1" Defaultdepth 24 Monitor "monitor1" EndSection Section "monitor" # Identifier "monitor1" Gamma 1.0 EndSection Section "ServerFlags" EndSection