initial
This commit is contained in:
50
20250417173821-wacom_notes.org
Normal file
50
20250417173821-wacom_notes.org
Normal file
@@ -0,0 +1,50 @@
|
||||
:PROPERTIES:
|
||||
:ID: 7612a9a6-ae70-4525-93a0-81bac857df39
|
||||
:END:
|
||||
#+title: wacom-notes
|
||||
#+filetags: :hardware:linux:wacom:
|
||||
|
||||
The command: `xsetwacom --list` gave me:
|
||||
|
||||
Wacom One by Wacom M Pen stylus id: 12 type: STYLUS
|
||||
Wacom One by Wacom M Pen eraser id: 13 type: ERASER
|
||||
|
||||
Then, in order to map the stylus to a single monitor i needed to know my monitor mappings via `xrandr`:
|
||||
|
||||
Screen 0: minimum 8 x 8, current 3840 x 1080, maximum 32767 x 32767
|
||||
DP-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 600mm x 340mm
|
||||
1920x1080 60.00*+ 143.85 119.98 59.94
|
||||
1680x1050 59.95
|
||||
1440x900 59.89
|
||||
1440x576 50.00
|
||||
1440x480 59.94
|
||||
1280x1024 75.02 60.02
|
||||
1280x960 60.00
|
||||
1280x720 60.00 59.94
|
||||
1152x864 75.00
|
||||
1024x768 75.03 70.07 60.00
|
||||
800x600 75.00 72.19 60.32 56.25
|
||||
720x480 59.94
|
||||
640x480 75.00 72.81 59.94 59.93
|
||||
DP-1 disconnected (normal left inverted right x axis y axis)
|
||||
HDMI-0 connected 1920x1080+1920+0 (normal left inverted right x axis y axis) 521mm x 293mm
|
||||
1920x1080 60.00*+ 59.94 50.00
|
||||
1680x1050 59.95
|
||||
1600x900 60.00
|
||||
1440x900 59.89
|
||||
1280x1024 60.02
|
||||
1280x800 59.81
|
||||
1280x720 60.00 59.94 50.00
|
||||
1024x768 70.07 60.00
|
||||
800x600 72.19 60.32 56.25
|
||||
720x576 50.00
|
||||
720x480 59.94
|
||||
640x480 72.81 59.94
|
||||
DP-2 disconnected (normal left inverted right x axis y axis)
|
||||
DP-3 disconnected (normal left inverted right x axis y axis)
|
||||
DP-4 disconnected (normal left inverted right x axis y axis)
|
||||
DP-5 disconnected (normal left inverted right x axis y axis)
|
||||
|
||||
Then I simply map it via:
|
||||
|
||||
`xsetwacom set "Wacom One by Wacom M Pen stylus" MapToOutput HEAD-0`
|
||||
Reference in New Issue
Block a user