- Fix the thumb button: Edit the file
/usr/lib/X11/xorg.conf.d/10-wacom.conf
and in the firstInputClass
-Section, add the Option:
Code: Option "Button2" "3" - For the pressure curve, edit the same file and add something to the same section. Try out the following options (restarting X every time to see the effect) and choose the one You like the most:
For interested users: The numbers describe a bezier curve and You can also change the values of the options via the command-line-toolCode: Option "PressCurve" "0,75,25,100" # softest Option "PressCurve" "0,50,50,100" Option "PressCurve" "0,25,75,100" Option "PressCurve" "0,0,100,100 # linear (default)" Option "PressCurve" "25,0,100,75" Option "PressCurve" "50,0,100,50" Option "PressCurve" "75,0,100,25 # firmest" xsetwacom
. By usingxsetwacom
, the changes take effect immediately, but will be reset upon machine reboot (or driver reload).
That's it! You're done!
Keine Kommentare:
Kommentar veröffentlichen