This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
linux:general [2018/10/19 19:52] dave |
linux:general [2018/10/19 19:54] (current) dave |
||
|---|---|---|---|
| Line 25: | Line 25: | ||
| * We already had a ''10-evdev.conf'' which is being overridden by ''40-libinput.conf'' so all you have to do is: | * We already had a ''10-evdev.conf'' which is being overridden by ''40-libinput.conf'' so all you have to do is: | ||
| * ''mv 10-evdev.conf 80-evdev.conf'' | * ''mv 10-evdev.conf 80-evdev.conf'' | ||
| + | * Reboot | ||
| + | |||
| + | Note: this appears to be all that's needed on Ubuntu 18.10. The rest can be tried if it still isn't working. | ||
| + | |||
| * Install ''imwheel'': | * Install ''imwheel'': | ||
| * ''sudo apt install imwheel'' | * ''sudo apt install imwheel'' | ||
| Line 31: | Line 35: | ||
| * Now go load up reddit in Chromium and scroll around while moving the mouse to see if this works. | * Now go load up reddit in Chromium and scroll around while moving the mouse to see if this works. | ||
| * If it works, start ''imwheel -b 45'' at system startup., | * If it works, start ''imwheel -b 45'' at system startup., | ||
| - | |||
| - | * Note: however, something isn't quite right here because I killed ''imwheel'' with ''imwheel --kill --quit'' and the scrolling problem was still fixed. | ||