07/03/15 10:34:28
>>191の続きで/etc/X11/xorg.confより抜粋です。
Section "ServerLayout"
(中略)
InputDevice "stylus" "AlwaysCore"
InputDevice "eraser" "AlwaysCore"
EndSection
(中略)
Section "InputDevice"
Driver "wacom"
Identifier "stylus"
Option "Device" "/dev/ums1"
Option "Type" "stylus"
Option "USB" "on"
Option "Mode" "Absolute"
Option "Vendor" "WACOM"
Option "Threshold" "5"
EndSection
Section "InputDevice"
Driver "wacom"
Identifier "eraser"
Option "Device" "/dev/ums1"
Option "Type" "eraser"
Option "USB" "on"
Option "Mode" "Absolute"
Option "Vendor" "WACOM"
Option "Threshold" "5"
EndSection