Issues with touchscreen

Running Zorin OS Core 16 on hp-Notebook. having some issues with touchscreen, these fixes helped with the responsiveness issues I was having with scrolling or using touch-to-click; but my touchscreen scroll ability is locked to the scrollbar, what are the settings are to utilize my entire screen to scroll and interact with desktop environment without using touchpad?

I know of this working for Firefox, but not sure about other browsers.
For Firefox users, you can sed the input into the firefox.desktop file:

sudo sed -i "s|Exec=|Exec=env MOZ_USE_XINPUT2=1 |g" /usr/share/applications/firefox.desktop

Undo the change with:

sudo sed -i "s|Exec=env MOZ_USE_XINPUT2=1 |Exec=|g" /usr/share/applications/firefox.desktop
1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.