From owner-freebsd-questions@FreeBSD.ORG Thu Jan 30 15:34:13 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 C4B873D2 for ; Thu, 30 Jan 2014 15:34:13 +0000 (UTC) Received: from mail1-a.eqx.gridhost.co.uk (mail1-a.eqx.gridhost.co.uk [95.142.156.16]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A3C91781 for ; Thu, 30 Jan 2014 15:34:13 +0000 (UTC) Received: from [92.27.29.68] (helo=pantagruel.lan) by mail1-a.eqx.gridhost.co.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.72) (envelope-from ) id 1W8sYj-0002LA-Ia; Thu, 30 Jan 2014 14:25:37 +0000 From: Ben Paley Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: VirtualBox and Xorg Date: Thu, 30 Jan 2014 14:25:41 +0000 Message-Id: <2D1C469F-D67C-4FB5-95C6-E5939BDD0111@benpaley.com> To: wblock@wonkity.com Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) Cc: freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Jan 2014 15:34:13 -0000 Warren, Sorry not to have replied earlier, I=92ve been very busy with other = things. Your xorg.conf totally solved my difficulty! I=92ve got HAL and DBUS = enabled so I uncommented the AutoAddDevices line. Thanks very very much! :-) Ben Paley >=20 >=20 > If the desktop environment does not require it, build=20 > x11-servers/xorg-server with the HAL option off. Otherwise, add >=20 > Option "AutoAddDevices" "Off" >=20 > to the ServerLayout section of xorg.conf. This is the entire = xorg.conf=20 > from a 9.1-STABLE VM (with HAL off): >=20 > Section "ServerLayout" > Identifier "xfce" > InputDevice "Mouse1" > # Option "AutoAddDevices" "Off" > EndSection >=20 > Section "InputDevice" > Identifier "Mouse1" > Driver "vboxmouse" > EndSection >=20 > Autoconfiguration of everything else works. The AutoAddDevices line = is=20 > not present on mine, uncomment it to disable HAL.