From owner-freebsd-questions@FreeBSD.ORG Sat Apr 26 02:34:37 2008 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 141261065670 for ; Sat, 26 Apr 2008 02:34:37 +0000 (UTC) (envelope-from smallhand@crawblog.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.239]) by mx1.freebsd.org (Postfix) with ESMTP id 06D408FC19 for ; Sat, 26 Apr 2008 02:34:36 +0000 (UTC) (envelope-from smallhand@crawblog.com) Received: by rv-out-0506.google.com with SMTP id b25so2507970rvf.43 for ; Fri, 25 Apr 2008 19:34:36 -0700 (PDT) Received: by 10.140.202.12 with SMTP id z12mr2137636rvf.186.1209177276536; Fri, 25 Apr 2008 19:34:36 -0700 (PDT) Received: by 10.141.190.19 with HTTP; Fri, 25 Apr 2008 19:34:36 -0700 (PDT) Message-ID: <919383240804251934v6dde0337x2993f8cc14b3bc4b@mail.gmail.com> Date: Fri, 25 Apr 2008 22:34:36 -0400 From: "Edward Ruggeri" To: cuongvt In-Reply-To: <16908580.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <16908580.post@talk.nabble.com> Cc: freebsd-questions@freebsd.org Subject: Re: do I need to install xorg? 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: Sat, 26 Apr 2008 02:34:37 -0000 On Fri, Apr 25, 2008 at 10:15 PM, cuongvt wrote: > > I bought nvidia geforce 8500GT graphic card > and I want to install fresh Freebsd 7.0 (with X, gnome) > So do I need to portinstall x11/xorg with x11/nvidia-driver? > Or I only need to portinstall x11/nvidia-driver only in order to startx? > Thanks and regards You will need to install the x11/xorg port -- this is not part of the base system. You can do this through packages or ports. You can even install it (as a package) through sysinstall by selecting a distribution containing x11. -- Ned Ruggeri