I'm relatively new to Unix, so it has been a steep learning curve for me, but I was finally able to get my mouse working in KDE (FreeBSD 10-RC5) and believe this will work for GNOME also though not tested. I found no suitable answers, after searching for two weeks both here and on other how to sites for FreeBSD 10-RC5.
The answer for me turned out to be simple. I modified the rc.conf in the following way. Hopefully this helps others that faced or face this problem, with FreeBSD 10-RC5 (strange 9.2 worked very well, almost went back to it). The rest of rc.conf I left alone except commenting out the local_startup line.
The answer for me turned out to be simple. I modified the rc.conf in the following way. Hopefully this helps others that faced or face this problem, with FreeBSD 10-RC5 (strange 9.2 worked very well, almost went back to it). The rest of rc.conf I left alone except commenting out the local_startup line.
Code:
moused_enable="NO"
moused_type="AUTO"