I was able to fix (workaround) the issue with following /etc/pm/sleep.d
script:

#!/bin/sh

# restart psmouse after waking from suspend

. "${PM_FUNCTIONS}"

restart_mouse()
{
        rmmod psmouse
        modprobe psmouse
}


case "$1" in
        thaw|resume)
                restart_mouse
                ;;
esac

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1386127

Title:
  mouse does not work correctly after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1386127/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to