Egér sebesség változtatás nem működik Ubuntu 17.10-en xinput-tal és xset-tel

Van egy Logitech vezeték nélküli egerem meg egy ubuntu 17.10-em.

A Settings --> Devices --> Mouse & Touchpad menüben tudom állítani az egérmutató sebességét. A probléma az, hogy nekem az ott beállítható maximum is lassú. Ezért próbálkoztam az xset és xinput vonalon de sikertelenül.

xset
A xset q | grep -A 1 Pointer ezt írja ki:
Pointer Control:
acceleration: 100/1 threshold: 1
Az xset m 1/5 1 paranccsal tudom állítani az értéket, ez után a xset q | grep -A 1 Pointer rendben ki is írja a beállított új értéket de az egér mozgása vagy gyorsulása nem változik.

xinput
A xinput --list --short kiírja az eszközeimet:
⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ xwayland-pointer:13 id=6 [slave pointer (2)]
⎜ ↳ xwayland-relative-pointer:13 id=7 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ xwayland-keyboard:13 id=8 [slave keyboard (3)]

részletesebben:
xinput --list-props 6
Device 'xwayland-pointer:13':
Device Enabled (119): 1
Coordinate Transformation Matrix (121): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
Device Accel Profile (244): 0
Device Accel Constant Deceleration (245): 100.000000
Device Accel Adaptive Deceleration (246): 100.000000
Device Accel Velocity Scaling (247): 10.000000

xinput --list-props 3
Device 'Virtual core keyboard':
Device Enabled (119): 1
Coordinate Transformation Matrix (121): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000

satöbbi.

A probléma: bármit állítok (pl: xinput --set-prop 6 245 10) az egér mozgása nem változik.

Mi lehet a megoldás?