summaryrefslogtreecommitdiff
path: root/x11-drivers/xlibre-xf86-input-wacom/files/wacom.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xlibre-xf86-input-wacom/files/wacom.conf.sample')
-rw-r--r--x11-drivers/xlibre-xf86-input-wacom/files/wacom.conf.sample33
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-drivers/xlibre-xf86-input-wacom/files/wacom.conf.sample b/x11-drivers/xlibre-xf86-input-wacom/files/wacom.conf.sample
new file mode 100644
index 000000000000..36f2512d3868
--- /dev/null
+++ b/x11-drivers/xlibre-xf86-input-wacom/files/wacom.conf.sample
@@ -0,0 +1,33 @@
+# Manual configuration example for Bamboo Pen & Touch for use without devd or HAL.
+
+Section "InputDevice"
+ Identifier "wacom stylus"
+ Driver "wacom"
+ Option "Type" "stylus"
+ Option "Device" "/dev/input/event0"
+ Option "AutoServerLayout" "true"
+EndSection
+
+Section "InputDevice"
+ Identifier "wacom eraser"
+ Driver "wacom"
+ Option "Type" "eraser"
+ Option "Device" "/dev/input/event0"
+ Option "AutoServerLayout" "true"
+EndSection
+
+Section "InputDevice"
+ Identifier "wacom touch"
+ Driver "wacom"
+ Option "Type" "touch"
+ Option "Device" "/dev/input/event1"
+ Option "AutoServerLayout" "true"
+EndSection
+
+Section "InputDevice"
+ Identifier "wacom pad"
+ Driver "wacom"
+ Option "Type" "pad"
+ Option "Device" "/dev/input/event1"
+ Option "AutoServerLayout" "true"
+EndSection