From owner-freebsd-questions@FreeBSD.ORG Mon Dec 21 11:13:40 2009 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 6F0C1106566B for ; Mon, 21 Dec 2009 11:13:40 +0000 (UTC) (envelope-from elegoff@gmail.com) Received: from mail-gx0-f218.google.com (mail-gx0-f218.google.com [209.85.217.218]) by mx1.freebsd.org (Postfix) with ESMTP id 2B2088FC0A for ; Mon, 21 Dec 2009 11:13:40 +0000 (UTC) Received: by gxk10 with SMTP id 10so4832815gxk.3 for ; Mon, 21 Dec 2009 03:13:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=/xewY1MOcSBRlfC6FoYWkg74RvqlhoNHG5fPiwUfTdI=; b=r0Ijln29rfjHumSwle/y68gZQjvfw5yYMlZWmdEcadTnou4zkmyZTqmHcI2U8/7ILO bosjThDihd/Pll6WYHYeh6zSojwuwfyyaln3XFm5zpVRIdpIym98DRnSzwwkH7V4nsPt W33FzY3bekSc3Kyqw2UHzSIzzJlcWBj26znjM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=bNhN0OjJzVmhedqJyJNCWrXqywP6dp9zEi867tIg/YWT0quTTNWRMEV7OemaGknuZ1 fTg+wZJumIodJALG8yp9tYzOsEwvAYo76l+iQH6UAj1O35NDESRR8jx1DXCzpzSedx4i QhOcaQaRcZJVz1eDdFk56/etth5g9Ei234DzA= MIME-Version: 1.0 Received: by 10.101.169.1 with SMTP id w1mr11281866ano.21.1261392528694; Mon, 21 Dec 2009 02:48:48 -0800 (PST) In-Reply-To: <200912201457.00830.oloringr@gmail.com> References: <4B2DF514.1070505@rawbw.com> <200912201318.39744.oleg.ginzburg@nevosoft.ru> <4B2DFB71.2000402@rawbw.com> <200912201457.00830.oloringr@gmail.com> Date: Mon, 21 Dec 2009 11:48:48 +0100 Message-ID: From: Eric Le Goff To: Ed Jobs Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: freebsd-questions@freebsd.org Subject: Re: How to make VirtualBox have higher (full screen) resolution? 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: Mon, 21 Dec 2009 11:13:40 -0000 My understanding from a previous post in this list (Around december 18th) was that=C2=A0VBoxLinuxAdditions-x86.run=C2=A0was specifically tied t= o the Linux kernel This also what I experimented. Regards, Eric Le Goff On Sun, Dec 20, 2009 at 1:57 PM, Ed Jobs wrote: > > On Sunday 20 December 2009 12:24, Yuri wrote: > > Oleg Ginzburg wrote: > > > You need for "Install =C2=A0Guest Additional > > > > How do I do this? > > I have VBOXADDITIONS_3. CDROM image in the virtual Linux. But how to > > install it? > > > > mount it in the guest (linux) system and there is a file callled > VBoxLinuxAdditions-x86.run > as root all you need to do is cd in the mounted folder and run: > ./VBoxLinuxAdditions-x86.run > > -- > Real programmers don't document. If it was hard to write, it should be ha= rd to > understand.