From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 16:23:28 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 493322D5 for ; Mon, 16 Jun 2014 16:23:28 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "wonkity.com", Issuer "wonkity.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E75AA22F5 for ; Mon, 16 Jun 2014 16:23:27 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.9/8.14.9) with ESMTP id s5GGNOam012176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Mon, 16 Jun 2014 10:23:24 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.9/8.14.9/Submit) with ESMTP id s5GGNOpR012173; Mon, 16 Jun 2014 10:23:24 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Mon, 16 Jun 2014 10:23:24 -0600 (MDT) From: Warren Block To: "R. Scott Evans" Subject: Re: Virtual Box Mouse? In-Reply-To: <539F0C27.50301@rsle.net> Message-ID: References: <20140615220519.GA91726@neutralgood.org> <20140615231128.GA49715@192-168-1-10.tpgi.com.au> <539F0C27.50301@rsle.net> User-Agent: Alpine 2.11 (BSF 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 16 Jun 2014 10:23:24 -0600 (MDT) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 16:23:28 -0000 On Mon, 16 Jun 2014, R. Scott Evans wrote: > The question that has yet to be asked... are we talking about enabling the > mouse in X windows or in console? > > For console all you need is 'moused_enable="YES"' in your /etc/rc.conf. > Enabling it across all local terminals doesn't work well for me as the Mac's > F keys don't work (for me) in VirtualBox. > > For X windows, all I added was the hald_enable=YES and dbus_enable=YES to my > /etc/rc.conf. I did not need to install virtualbox additions or any > xorg.conf. I just did a fresh install (via pkg) of xorg & xfce4 on a FreeBSD > 10-R-p4 amd64 install in vbox on my mid 2011 iMac running 10.9.3 to verify > this. That's a good point. The VBox mouse drivers give a seamless mouse, so focus is passed from the host to the VM window and back when the mouse pointer is moved.