From owner-freebsd-emulation@FreeBSD.ORG Thu Apr 5 14:00:29 2012 Return-Path: Delivered-To: emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C3091065670; Thu, 5 Apr 2012 14:00:29 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 718728FC08; Thu, 5 Apr 2012 14:00:23 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q35E0HTA081601; Thu, 5 Apr 2012 08:00:17 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q35E0GcJ081598; Thu, 5 Apr 2012 08:00:16 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 5 Apr 2012 08:00:16 -0600 (MDT) From: Warren Block To: Bernhard Froehlich In-Reply-To: <6326363a4a567af01670902bbe01e20f@bluelife.at> Message-ID: References: <4F77493C.2090600@rawbw.com> <4F7BAC02.6000807@rawbw.com> <6326363a4a567af01670902bbe01e20f@bluelife.at> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Thu, 05 Apr 2012 08:00:17 -0600 (MDT) Cc: emulation@freebsd.org Subject: Re: VirtualBox-4.1.10: Mouse gets trapped in the FreeBSD-9.0 guest with additions installed X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Apr 2012 14:00:29 -0000 On Wed, 4 Apr 2012, Bernhard Froehlich wrote: > I've just verified that the additions haven't regressed since 4.0. > So I've installed 4.1.10 additions on PC-BSD 9.0 and X11, mouse and > clipboard sharing work the same as before. > > To be fair seamless mouse did never work but I'm not sure if that is > because of our old Xorg stack or an oversight in the additions. Seamless mouse does work, but AFAIK requires an xorg.conf: Section "ServerLayout" Identifier "xfce" InputDevice "Mouse1" EndSection Section "InputDevice" Identifier "Mouse1" Driver "vboxmouse" EndSection Tested on FreeBSD 9-stable amd64 host, VirtualBox 4.1.10, FreeBSD 9-stable i386 guest, virtualbox-ose-additions 4.1.10. That's for an xserver without HAL, maybe with HAL it will autodetect. The first couple of clicks after startup seem to get lost, but otherwise it works.