- Graphire ET-0405-U (pen, no mouse)
- Graphire2 ET-0405A-U (pen, no mouse)
- Intuos2 A4 XD-0912-U (pen, no mouse)
- Intuos Art CTH-690/K0 (pen, no finger touch)
Add the followings to your /etc/X11/xorg.conf
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "w_stylus" "SendCoreEvents"
InputDevice "w_eraser" "SendCoreEvents"
EndSection
Section "InputDevice"
Identifier "w_stylus"
Driver "usbtablet"
Option "Type" "stylus"
Option "Device" "/dev/uhid0"
Option "Mode" "Absolute"
Option "Threshold" "10"
# Option "DebugLevel" "99"
EndSection
Section "InputDevice"
Identifier "w_eraser"
Driver "usbtablet"
Option "Type" "eraser"
Option "Device" "/dev/uhid0"
Option "Mode" "Absolute"
# Option "DebugLevel" "99"
EndSection
Section "InputDevice"
Identifier "w_stylus"
Driver "usbtablet"
Option "Type" "stylus"
Option "Device" "/dev/uhid6"
Option "Mode" "Absolute"
Option "Threshold" "10"
# Option "DebugLevel" "99"
EndSection
Section "InputDevice"
Identifier "w_eraser"
Driver "usbtablet"
Option "Type" "eraser"
Option "Device" "/dev/uhid6"
Option "Mode" "Absolute"
# Option "DebugLevel" "99"
EndSection
If you do not have /dev/uhid6, please run the following:
# cd /dev
# ./MAKEDEV uhid6
- Not for big endiannness architectures
For NetBSD 8.99.2 of 2017-09-03 or later
Ryo ONODERA ryo@tetera.org