I'm trying to set my raspberry pi to "Natural Scrolling" when accessing via VNC. Have added the following in the first section /usr/share/X11/xorg.conf.d/40-libinput.conf but it still scrolls the "unnatural" way. Surprisingly, not a whole lot about this on the internet and would think it would(should!) be in the configuration set-up.
Section "InputClass" Identifier "libinput pointer catchall" MatchIsPointer "on" MatchDevicePath "/dev/input/event" Driver "libinput" Option "NaturalScrolling" "true" <------ Added line. EndSection*
naturalandunnatural? – jsotola Feb 27 '23 at 19:13xinput list-props 6(where 6 is the id of my mouse) showed "libinput Natural Scrolling Enabled 0". You may be able to change withlibinput– Milliways Mar 03 '23 at 23:41