From owner-freebsd-questions@freebsd.org Sun Dec 6 05:18:55 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 76310A41572 for ; Sun, 6 Dec 2015 05:18:55 +0000 (UTC) (envelope-from wblock@wonkity.com) 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 44781175E for ; Sun, 6 Dec 2015 05:18:55 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.15.2/8.15.2) with ESMTPS id tB65IkC4050273 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sat, 5 Dec 2015 22:18:46 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.15.2/8.15.2/Submit) with ESMTP id tB65IkbK050270; Sat, 5 Dec 2015 22:18:46 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 5 Dec 2015 22:18:46 -0700 (MST) From: Warren Block To: John Aten cc: freebsd-questions@freebsd.org Subject: Re: Mouse & Keyboard not working in Virtual Box VM In-Reply-To: <010EFC12-FD25-4A04-B042-9B0C95478C03@gmail.com> Message-ID: References: <010EFC12-FD25-4A04-B042-9B0C95478C03@gmail.com> User-Agent: Alpine 2.20 (BSF 67 2015-01-07) 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]); Sat, 05 Dec 2015 22:18:46 -0700 (MST) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Dec 2015 05:18:55 -0000 On Sat, 5 Dec 2015, John Aten wrote: > After installing Enlightenment, I ran X -configure, Why? The very first thing to try is letting X detect hardware and autoconfig. That means running it without any xorg.conf at all. If that is not enough, entries for only the video driver or mouse are all that is needed. The VM only needs emulators/virtualbox-ose-additions. Other VirtualBox stuff is for being a VirtualBox host and not needed in a guest. > Section "InputDevice" > Identifier "Mouse0" > Driver "vboxmouse" > EndSection > > Section "Device" > Identifier "Card0" > Driver "vboxvideo" > EndSection So again, rename or delete any existing xorg.conf. Then run X. At most, the two entries above being the entire contents of that file should work.