Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Section "InputDevice"
Identifier "Touchscreen"
- Driver "evdev"
+ Driver "tslib"
Option "Device" "/dev/input/event1"
- Option "SwapAxes" "True"
+ Option "EmulateRightButton" "True"
EndSection
+Section "ServerFlags"
+ Option "AutoAddDevices" "False"
+EndSection
Section "ServerLayout"
Identifier "Default Layout"
Identifier "Touchscreen"
Driver "tslib"
Option "Device" "/dev/input/event1"
+ Option "EmulateRightButton" "True"
EndSection
+Section "ServerFlags"
+ Option "AutoAddDevices" "False"
+EndSection
Section "ServerLayout"
Identifier "Default Layout"
DESCRIPTION = "Machine specific xorg.conf files"
-PR = "r36"
+PR = "r37"
SRC_URI = "file://xorg.conf"