Virtual Box Mouse?

Warren Block wblock at wonkity.com
Sun Jun 15 23:50:47 UTC 2014


On Sun, 15 Jun 2014, Chris Maness wrote:
> On Sat, Jun 14, 2014 at 7:07 PM, Warren Block <wblock at wonkity.com> wrote:
>> On Sat, 14 Jun 2014, Chris Maness wrote:
>>
>>> I am running Vbox on my Mac running 10.9, and FreeBSD is running fine
>>> except the mouse does not work.  I have looked up some old threads,
>>> but there hints sound dated and did not work.
>>>
>>> Any suggestions are welcome.
>>
>>
>> Install emulators/virtualbox-ose-additions on the FreeBSD VM.  Then either
>> remove any xorg.conf in it so that X can autodetect the mouse, or modify it
>> like this:
>>
>> Section "ServerLayout"
>>         Identifier "whatever"
>>         InputDevice "Mouse1"
>> EndSection
>>
>> Section "InputDevice"
>>         Identifier "Mouse1"
>>         Driver "vboxmouse"
>> EndSection
>
> Warren, where would I find this file?

virtualbox-ose-additions is a port.  It is in 
/usr/ports/emulators/virtualbox-ose-additions.


More information about the freebsd-questions mailing list