07/04/22 20:01:26 T9n9MQdm
>>120
>>107への答忘れてました。申し訳ないです。
feistyへはアップグレードです。以下、xorg.conf該当部分です。
#が付いている部分は省きます。
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "USB" "on"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "USB" "on"
Option "ForceDevice" "ISDV4"
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "USB" "on"
Option "Mode" "relative"
Option "ForceDevice" "ISDV4"
EndSection
よろしくお願いします。