# With libXiconfig we don't need configuration for # ps and usb mice. # For serial mice we will set up all serial devices. # Section "ServerLayout" Identifier "Minimal layout" Screen "Screen0" 0 0 InputDevice "Cursor" "SendCoreEvents" InputDevice "Stylus" "SendCoreEvents" InputDevice "Eraser" "SendCoreEvents" EndSection Section "InputDevice" Identifier "Cursor" Driver "wacom" Option "Device" "/dev/ttyS0" Option "Type" "cursor" Option "ForceDevice" "ISDV4" EndSection Section "InputDevice" Identifier "Stylus" Driver "wacom" Option "Device" "/dev/ttyS0" Option "Type" "stylus" Option "ForceDevice" "ISDV4" EndSection Section "InputDevice" Identifier "Eraser" Driver "wacom" Option "Device" "/dev/ttyS0" Option "Type" "eraser" Option "ForceDevice" "ISDV4" EndSection Section "Monitor" Identifier "Monitor0|0" EndSection Section "Device" Identifier "Card0|0" Driver "intel" # http://www.thinkwiki.org/wiki/How_to_reduce_power_consumption #Option "NoDRI" EndSection Section "Screen" Identifier "Screen0" Device "Card0|0" Monitor "Monitor0|0" DefaultDepth 16 EndSection