2021-05-02
目的:RaspberryPi での実習前に Windows10 で unix 環境の練習をおこなう
環境: ubuntu20LT をインストールして利用する
利点:
Wacom One
接続起動グラフィック:On board
GTX 1070 AERO 8G OC へ HDMI 接続
参考サイト:
Ubuntu 20.04 LTSでWacomペンタブのキー設定:https://qiita.com/WhiteGrouse/items/033b1a43f45236ed3796
$は ubuntu のプロンプト
$ lsusb
Bus 001 Device 009: ID 056a:03a6 Wacom Co., Ltd Wacom One Pen Display 13
デバイス名の取得
$ xsetwacom --list devices
Wacom One Pen Display 13 Pen stylus id: 15 type: STYLUS
Wacom One Pen Display 13 Pen eraser id: 16 type: ERASER
デバイス"Wacom One Pen Display 13 Pen stylus" の設定確認
$ xsetwacom --get "Wacom One Pen Display 13 Pen stylus" all
Option "Area" "0 0 29434 16556"
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Button: Actions are not supported by xorg.conf. Try shell format (-s) instead.
Option "DebugLevel" "0"
Option "CommonDBG" "0"
Option "Suppress" "2"
Option "RawSample" "4"
Option "PressCurve" "0 0 100 100"
Option "Mode" "Absolute"
Option "TPCButton" "off"
Option "Touch" "off"
Property 'Wacom Hardware Touch Switch' does not exist on device.
Option "Gesture" "off"
Option "ZoomDistance" "0"
Option "ScrollDistance" "0"
Option "TapTime" "250"
Option "CursorProx" "30"
Option "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Option "Threshold" "26"
Option "Serial" "0"
Option "PressureRecalibration" "on"
Option "PanScrollThreshold" "1300"
$ xsetwacom -s --get "Wacom One Pen Display 13 Pen stylus" all
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "Area" "0 0 29434 16556"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "Button" "1" "button +1 "
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "Button" "2" "button +2 "
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "Button" "3" "button +3 "
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "Button" "8" "button +8 "
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "ToolDebugLevel" "0"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "TabletDebugLevel" "0"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "Suppress" "2"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "RawSample" "4"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "PressureCurve" "0 0 100 100"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "Mode" "Absolute"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "TabletPCButton" "off"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "Touch" "off"
Property 'Wacom Hardware Touch Switch' does not exist on device.
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "Gesture" "off"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "ZoomDistance" "0"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "ScrollDistance" "0"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "TapTime" "250"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "CursorProximity" "30"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "Rotate" "none"
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Wheel Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
Property 'Wacom Strip Buttons' does not exist on device.
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "Threshold" "26"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "BindToSerial" "0"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "PressureRecalibration" "on"
xsetwacom set "Wacom One Pen Display 13 Pen stylus" "PanScrollThreshold" "1300"