From owner-freebsd-questions@FreeBSD.ORG Sun Aug 8 13:22:51 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2D5D1065675 for ; Sun, 8 Aug 2010 13:22:51 +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 7CA8B8FC08 for ; Sun, 8 Aug 2010 13:22:51 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id o78DMlwU033063; Sun, 8 Aug 2010 07:22:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id o78DMliN033060; Sun, 8 Aug 2010 07:22:47 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Sun, 8 Aug 2010 07:22:47 -0600 (MDT) From: Warren Block To: Chip Camden In-Reply-To: <20100808040739.GA41947@libertas.local.camdensoftware.com> Message-ID: References: <4C5B8748.1060904@el.net> <20100806041651.GA97269@libertas.local.camdensoftware.com> <20100808040739.GA41947@libertas.local.camdensoftware.com> 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.6 (wonkity.com [127.0.0.1]); Sun, 08 Aug 2010 07:22:47 -0600 (MDT) Cc: freebsd-questions@freebsd.org Subject: Re: virtualbox X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2010 13:22:51 -0000 On Sat, 7 Aug 2010, Chip Camden wrote: > When running Xorg under VirtualBox, I had to add the following to > xorg.conf to get the keyboard and mouse to respond: > > Section "ServerFlags" > Option "AutoAddDevices" "off" > EndSection As with a physical machine, that is only needed to disable hal input device detection. One of my FreeBSD 8 VMs has dbus and hal enabled, virtualbox-ose-additions installed, and runs without an xorg.conf.