Problem: On FreeBSD-10.2 amd64, with very recent ports, if I startx, suspend using zzz, and resume afterwards, the mouse pointer is no longer available. It helps to stop X and restart X. On the X220, the hald sometimes needs to be restarted as well (not always).
Same with X230. Restarting moused brings it back.
Try adding: hint.psm.0.flags="0x6000" to /boot/loader.conf
This worked: Deactivate hald in /etc/rc.conf, use moused instead. Then, after resume, restart moused, and the mouse comes back. Now, how can the moused-restart be done automatically after resume ? Kevin: Is the hint.psm.0.flags="0x6000" needed ? It did not change the behaviour, only switching from hald to moused did change it.
There's a related PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200938
(In reply to Kurt Jaeger from comment #4) The other PR contains a workaround, see comment #5. Closing this ticket as duplicate. *** This bug has been marked as a duplicate of bug 200938 ***