From owner-freebsd-questions@FreeBSD.ORG Tue May 21 18:09:56 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 960EFFA3 for ; Tue, 21 May 2013 18:09:56 +0000 (UTC) (envelope-from machina2413@gmail.com) Received: from mail-bk0-x22c.google.com (mail-bk0-x22c.google.com [IPv6:2a00:1450:4008:c01::22c]) by mx1.freebsd.org (Postfix) with ESMTP id 2C6B5262 for ; Tue, 21 May 2013 18:09:56 +0000 (UTC) Received: by mail-bk0-f44.google.com with SMTP id jc3so597813bkc.3 for ; Tue, 21 May 2013 11:09:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=aExY+XlaMGD0fY2kQjOC7ljFDkw1hAYevqEab23+3go=; b=iPguT0gezc6sW/nTph3BxUth13poxZGOrBZg2ATJ1hkD8VppMy6l/GEWwzKNHDlMlA 1veoyuyQAJedR1EiH5OW0Kt0dNWZBrxHSBY6RKZ7NrOgDc+QeJ/kGfjx/J3tJhbKdQWT Q7mtLacxjwkJfZWbgg0zxM0n3F/6MnPP0DY6+iAMfx9zEADTmA0+k4pH9W15Z/qKYccz 1e4wXmfZ+LuFEDKTGjM5c6n0Zm/2+eSXq8RnJvn6/p8GbXjC6WHOt/GgW4DRm3UHFNyD Fn3cC7lEgHj0CFm0Xs0vqtVeHW8LqmORpAaakCrEZVVCnwtkWqSTsw2n6mnR39p+1hNo lV1Q== MIME-Version: 1.0 X-Received: by 10.205.21.138 with SMTP id qs10mr2038853bkb.39.1369159795129; Tue, 21 May 2013 11:09:55 -0700 (PDT) Received: by 10.205.25.72 with HTTP; Tue, 21 May 2013 11:09:55 -0700 (PDT) In-Reply-To: References: Date: Tue, 21 May 2013 20:09:55 +0200 Message-ID: Subject: Re: FreeBSD, VBox, mouse integration From: asf8g 9hf32 To: Alexandre Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-questions@freebsd.org" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 May 2013 18:09:56 -0000 Well, I don't know much about installation. My professor at university has ordered me to test mouse integration(it hasn't worked). So I need to fix it. The only thing I know is that he has used guest additions. I have 2 scripts. The first loads drivers (vboxguest and vboxvideo). The second is about vboxservice. Loading drivers works fine, I've checked it using "kldstat". I've found on Web that I need to add this 2 lines to rc.conf, but they have been there already. I have no idea what to do next. What do you mean with the same version of VirtualBox? Do I have to have the same version on my host and guest even if i dont use vbox on guest? Lukas 2013/5/21 Alexandre > > > On Tuesday, May 21, 2013, asf8g 9hf32 wrote: > >> Hello, >> >> I'm using VirtualBox. Host OS is FreeBSD, guest OS is FreeBSD(amd64) too. >> I'd like to integrate mouse from guest and host(I don't want to use right >> ctrl to free mouse from guest). >> I'm using vbox guest additions to do it. I have loaded drivers(vboxguest >> and vboxvideo).My rc.conf has lines >> >> vboxguest_enable="YES"vboxservice_enable="YES" >> >> but mouse isn't integrated. >> >> Could you tell me what to do to integrate mouse ? >> >> Thanks, >> >> Lukas > > >> Hi Lukas, > > > In your VM, have you installed VBox additional tool from ports/packages in > addition to the lines in /etc/rc.conf ? > You must use the same version of VirtualBox on both host and guest. > > Kind regards, > Alexandre >