*** This bug is a duplicate of bug 1722478 *** https://bugs.launchpad.net/bugs/1722478
I'm using 20.04 Ubuntu with Gnome desktop and have the same issue. As a fix I used code mentioned above Eg "modprobe psmouse" as the solution. I placed the following code in a file called "touchpad" #!/bin/sh $sudo modprobe -r psmouse && $sudo modprobe psmouse To do that I used "sudo gedit" and navigated to the directory and put the text in. I then ran the below command in the terminal to make it executable chmod +x /lib/systemd/system-sleep/touchpad To my understanding (which is limited) anything in that directory runs when the computer wakes up so the two finger option starts again automatically. The "touchpad idea came by varying the code on the below site with the solution mentioned above. https://unix.stackexchange.com/questions/309247/linux-mouse-freezes- after-suspend It appears to work reliably so far, and while it is not a true fix to the bug, it might further assist in the meantime.. Cheers M. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1765832 Title: Two finger scrolling not working after suspend To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1765832/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~ubuntu-x-swat Post to : ubuntu-x-swat@lists.launchpad.net Unsubscribe : https://launchpad.net/~ubuntu-x-swat More help : https://help.launchpad.net/ListHelp