|
From: Jason G. <kil...@gm...> - 2018-02-28 23:26:46
|
On Wed, Feb 28, 2018 at 9:52 AM, andersa32 via Linuxwacom-discuss <lin...@li...> wrote: > I have a linux system. > The xf86-input-wacom runs smoothly. > > How do I configure the speed of the stylus/cursor/pen? > > Apparently this has no immediate effect: > > xinput set-prop 11 'Device Accel Constant Deceleration' 4 > > Also I run xfce and in the settings (xfconf) the pointers properties also > have no effect regarding 'acceleration' and 'threshold'. > > I also noticed that with the above command the mouse that comes with the > intuos does slow down. > > > Any ideas? > Have you switched your pen into relative mode? The pen and eraser devices both default to absolute mode, which is not affected by the acceleration properties (since it is a 1:1 mapping between the physical position of the pen and the displayed pointer position). You should run `xsetwacom set <id> mode relative` for both the pen and eraser devices if you want the command you provided to have any effect. I've tested your command after switching my pen to relative mode and the pointer movement slows down as expected. Jason --- Now instead of four in the eights place / you’ve got three, ‘Cause you added one / (That is to say, eight) to the two, / But you can’t take seven from three, / So you look at the sixty-fours.... |