On Ubuntu 16.04 lts my Logitech wireless mouse scroll speed is too high, so I intended to use the following row in the ~/.profile
:
xinput set-prop 9 'Evdev Scrolling Distance' 8 1 1
as suggested earlier in a workaround in this forum.
But if system boots, I get the error:
"unable to find device 9"
.
However if I insert the row into the .bashrc
it works fine, but thus if I wanted to use my mouse with the smoother scroll behavior inside of Unity, first I need to start terminal to execute .bashrc
, which is not too practical.
Any idea?