From owner-freebsd-gnome@FreeBSD.ORG Wed Feb 27 15:06:45 2008 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2F1A41065671 for ; Wed, 27 Feb 2008 15:06:45 +0000 (UTC) (envelope-from yousif@alumni.jmu.edu) Received: from coruscant.far-far-away.us (coruscant.far-far-away.us [70.91.196.65]) by mx1.freebsd.org (Postfix) with SMTP id CDE198FC48 for ; Wed, 27 Feb 2008 15:06:39 +0000 (UTC) (envelope-from yousif@alumni.jmu.edu) Received: (qmail 10568 invoked from network); 27 Feb 2008 10:00:29 -0500 Received: from pknat1.passkey.com (HELO alderaan) (68.162.198.134) by coruscant.far-far-away.us with SMTP; 27 Feb 2008 10:00:29 -0500 Message-ID: From: "Yousif Hassan" To: , References: <200802270454.m1R4s79f000812@yoda.pixi.com> In-Reply-To: <200802270454.m1R4s79f000812@yoda.pixi.com> Date: Wed, 27 Feb 2008 10:07:21 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Windows Mail 6.0.6000.16480 X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16545 Cc: Subject: Re: Xorg wil not start, nv module fails to load X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2008 15:06:45 -0000 Gary Dunn wrote: > Yousif Hassan wrote: >>Anyway look in /usr/ports/x11-drivers/xorg-drivers - check the config >>there (make config) - some default drivers need to be built. At minimum >>- for your needs anyway - you need "mouse" "kbd" and a video driver. >>You should build "vga" and "vesa" at least, and if you know your NVIDIA >>card is supported by the open source driver, build "nv" too. > > .. > > Thanks for getting me pointed in the right direction. I re-installed Xorg > from the port and all is fine using the nv driver. Glad you got it going. > In the past I have always installed Gnome from the ports (it used to > require a special install script), but this time I decided to try the > package method, just for kicks. > > Building Gnome from pkg_add the process failed several times with a > network > timeout. I just re-entered the command and the process seemed to pick up > where it had left off. Maybe that caused this glitch? pkg_add -r gnome2 always has worked for me. I just ran through this yesterday on a new laptop and it installed without a hitch. NOTE: this method only installs Xorg *dependencies* that gnome references directly - not some of the other aspects of modular Xorg -- see below. > 1. The installation instructions at > > http://www.freebsd.org/gnome/docs/faq2.html#q1 > > need some tweaking. The page says Gnome can be installed from packages, > but > that method did not produce a functional Xorg for me. Can the meta-package > be tested? GNOME and Xorg are not the same thing - but I'm sure you know this. There is no expectation that installing GNOME from packages result in a fully-functional Xorg installation. For that, you have to install Xorg, too. As stated above, pkg_add -r gnome2 is the proper method to install *GNOME* from packages. You will not get a fully functional Xorg this way. This may have worked before the switch to the modular Xorg used in FreeBSD now (I'm not sure) but installing "gnome2" from packages is the proper way to install GNOME (and GNOME only). To install Xorg from packages, try: pkg_add -r xorg This method will install a fully-functional Xorg with all of the drivers you had previously had missing, including "kybd" "mouse" "fbdev" "vesa" "nv" and "vga" (plus others you may not need). This is covered in the X chapter of the FreeBSD Handbook. BTW, I know you thought this was a GNOME installation issue, but for specific problems with Xorg and such, like your initial email where drivers weren't loading, use the freebsd-x11@ list instead - it's more pertinent. --YH