My mouse won't work

Hi Geniuses,

I have decided to give FreeBSD a try; however, my mouse I can't get my mouse to work. I installed in VirtualBox and my host is windows 7 Ultimate. My VirtualBox version is 4.1.8 r... I am using a Microsoft wireless mouse. I am pretty sure I did something wrong. Can anyone please give me some suggestions?

I always value your efforts,
aroldgre
 
Add to /etc/rc.conf:
Code:
moused_enable="YES"

Then
# service moused start
Or simply reboot.

The type of mouse (PS/2, USB) is not relevant in your case. It will get 'virtualized' and will be presented to the guest OS as a PS/2 mouse.
 
Back
Top