<div dir="ltr"><div dir="ltr"><div>Maybe you've sorted it out already, but I got natural scrolling to work by using the x11 in ravenports</div><div><br></div><div>And then just as with your current setup /raven/etc/X11/xorg.conf.d/00_scroll.conf:</div>Section "InputDevice"<br>     Identifier  "Mouse0"<br>       Driver      "mouse"<br>      Option      "Protocol"     "auto"<br>    Option      "Device"       "/dev/sysmouse"<br>  Option      "ZAxisMapping" "5 4"<br>EndSection</div></div>