From owner-freebsd-questions@FreeBSD.ORG Sun Jun 15 21:22:37 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D899AB44 for ; Sun, 15 Jun 2014 21:22:37 +0000 (UTC) Received: from mail-vc0-x236.google.com (mail-vc0-x236.google.com [IPv6:2607:f8b0:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9802423B8 for ; Sun, 15 Jun 2014 21:22:37 +0000 (UTC) Received: by mail-vc0-f182.google.com with SMTP id il7so4102245vcb.41 for ; Sun, 15 Jun 2014 14:22:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=aluxaT8It8LmA484m2OhndoGuoaSA2kZ6bQ/LNLIpLc=; b=XMD1V+ZAAePVF8oxe89fe5i/KkKOxlfmafuqc6Z0+sWIK9YpX4BD6pJPqYdR6hPcyB OhzzQmlrdMNo4i0UtdDBmW51R0NbzCRUMHAkjgLfc9ITytT7yrFMJrSjF5lKS5qjGj+H wrOgw1U5+nmje7I6rUUHF3GfLdAki/kL2IIxA3++R4w83NBd8F4B0EQV3S2ZW7DnJr/J V4LYFrVvLkL6otJGCur+uPMqPpWx16vYwleZs/b0V3aP0HTDqBNSpRrTw+XDccSFX+NV aeV1PDyhs2yh7pffOQ3pXHyA7rN77KMPGTElBLsK7597SzxJg9QH8R5UKR7HrFXeFU0y 9J0Q== MIME-Version: 1.0 X-Received: by 10.58.160.10 with SMTP id xg10mr13220850veb.0.1402867356347; Sun, 15 Jun 2014 14:22:36 -0700 (PDT) Sender: christopher.maness@gmail.com Received: by 10.58.191.35 with HTTP; Sun, 15 Jun 2014 14:22:36 -0700 (PDT) In-Reply-To: References: Date: Sun, 15 Jun 2014 14:22:36 -0700 X-Google-Sender-Auth: FILohZQyg5ErzRgsMMGhIBTVg4E Message-ID: Subject: Re: Virtual Box Mouse? From: Chris Maness To: Warren Block Content-Type: text/plain; charset=UTF-8 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: Sun, 15 Jun 2014 21:22:37 -0000 Warren, where would I find this file? Thanks, Chris Maness On Sat, Jun 14, 2014 at 7:07 PM, Warren Block wrote: > On Sat, 14 Jun 2014, Chris Maness wrote: > >> I am running Vbox on my Mac running 10.9, and FreeBSD is running fine >> except the mouse does not work. I have looked up some old threads, >> but there hints sound dated and did not work. >> >> Any suggestions are welcome. > > > Install emulators/virtualbox-ose-additions on the FreeBSD VM. Then either > remove any xorg.conf in it so that X can autodetect the mouse, or modify it > like this: > > Section "ServerLayout" > Identifier "whatever" > InputDevice "Mouse1" > EndSection > > Section "InputDevice" > Identifier "Mouse1" > Driver "vboxmouse" > EndSection