I'm using a raspberry pi 4 with display. I have enabled touch but I can't use the scroll to scroll.
I tried to add this file with this information but I continue to have this problem despite having restarted the raspberry:
Edit /etc/X11/xorg.conf.d/10-evdev.conf and change first section to:
Section "InputClass" Identifier "evdev pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event*" Driver "evdev" Option "EmulateWheel" "true" Option "EmulateWheelButton" "2" Option "XAxisMapping" "6 7" Option "YAxisMapping" "4 5" EndSection