Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jun 2014 09:11:28 +1000
From:      Anders Jensen-Waud <anders@jensenwaud.com>
To:        kpneal@pobox.com
Cc:        Chris Maness <chris@chrismaness.com>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: Virtual Box Mouse?
Message-ID:  <20140615231128.GA49715@192-168-1-10.tpgi.com.au>
In-Reply-To: <20140615220519.GA91726@neutralgood.org>
References:  <CANnsUMGaR8-izzZU=B7RiN1NUCyF8aqRioM%2B3rQwrqToZFCCVQ@mail.gmail.com> <alpine.BSF.2.00.1406142003460.47506@wonkity.com> <CANnsUMHVANyEvGU7Z4n_9WV0_1DLnsY5U4rVRdXcRSht1%2BmEzw@mail.gmail.com> <20140615220519.GA91726@neutralgood.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jun 15, 2014 at 06:05:19PM -0400, kpneal@pobox.com wrote:
> On Sun, Jun 15, 2014 at 02:22:36PM -0700, Chris Maness wrote:
> > Warren, where would I find this file?
> 
> /etc/
> /usr/local/etc/
> 

If /etc/X11/xorg.conf doesn't exist, you can generate one by running 'X
-configure' as root. This will generate a new file called xorg.conf.new,
which you can, if it runs successfully for your hardware, copy to
/etc/X11 to make it permanently available for all users on the machine. 

With regards to your mouse issues--I have been running FreeBSD 10 in a VM
on Mac OS X for a while, and I had to install dbus and hal in order for
it to work. Are those services installed and running? Please check that you
have dbus_enble="YES" and hald_enable="YES" in /etc/rc.conf. 

 > 
> > On Sat, Jun 14, 2014 at 7:07 PM, Warren Block <wblock@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
> > _______________________________________________
> > freebsd-questions@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
> -- 
> Kevin P. Neal                                http://www.pobox.com/~kpn/
> "Not even the dumbest terrorist would choose an encryption program that
>  allowed the U.S. government to hold the key." -- (Fortune magazine
>     is smarter than the US government, Oct 29 2001, page 196.)
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

-- 
--
Anders Jensen-Waud
E: anders@jensenwaud.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140615231128.GA49715>