Browse Community
Help
Log In
Responses(1)
Solutions(1)
clixclix
3 Posts
2
May 25th, 2018 12:00
I've found the answer and solved the problem.I edited the file /usr/share/X11/xorg.conf.d/40-libinput.conf and I changed the following section (the one having pointer identifier), adding the two Option lines:
Section "InputClass" Identifier "libinput pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "ScrollMethod" "button" Option "ScrollButton" "2" EndSection
Dell Support Resources
View All
Top
clixclix
3 Posts
2
May 25th, 2018 12:00
I've found the answer and solved the problem.
I edited the file /usr/share/X11/xorg.conf.d/40-libinput.conf and I changed the following section (the one having pointer identifier), adding the two Option lines:
Section "InputClass" Identifier "libinput pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "libinput" Option "ScrollMethod" "button" Option "ScrollButton" "2" EndSection