From owner-freebsd-ports@FreeBSD.ORG Fri Mar 7 13:12:07 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F21E1065675 for ; Fri, 7 Mar 2008 13:12:07 +0000 (UTC) (envelope-from thorzero@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.168]) by mx1.freebsd.org (Postfix) with ESMTP id 3C87F8FC13 for ; Fri, 7 Mar 2008 13:12:07 +0000 (UTC) (envelope-from thorzero@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so508301wfa.7 for ; Fri, 07 Mar 2008 05:12:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; bh=bJZMJtYwDd0HRZs1bHFHEnOkr49VCcqXJnN55loDu9w=; b=IIbWoBTXRY1dM9LvD0zs4MYwnXizhCjO0qkrDwvm8dTpodsQlETnbOHPLbJ7fVxnRhHJWprGOi77pA3CbRSZ2t1tIXGJ3LhSybG1wHm3qmW663XTS906s/YHUus8P3REnRJFq5X5Qzt8AcZKunIwC4sqwEoPvaQOknXN27DDm6w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=udhdceiu1zNsIDyPZiJf9TS8sfxpb1N9zr6KPNQi/yKbBqjZ4MBU6ggEQEkJQgu79ZqkFj72NzHcFOWo3WeU5a73qSqGGUna6h81jzcD4y27zLqd9qLxYcQJKXv56GqQ8w3t07qO5zcmheI+TnxRyzvbV1nBlpfD7eOGrFCwMJI= Received: by 10.142.106.18 with SMTP id e18mr505920wfc.33.1204895525645; Fri, 07 Mar 2008 05:12:05 -0800 (PST) Received: by 10.142.164.3 with HTTP; Fri, 7 Mar 2008 05:12:05 -0800 (PST) Message-ID: <1bf0a5b00803070512g7eaffedfnc357f165187bcc7f@mail.gmail.com> Date: Fri, 7 Mar 2008 14:12:05 +0100 From: "Laurent Grangeau" To: "Alexey Dokuchaev" In-Reply-To: <1bf0a5b00803070503l2bf7fd9cvf112a99c8ef448e3@mail.gmail.com> MIME-Version: 1.0 References: <1bf0a5b00803070327r45818ecfjde6257486eb92379@mail.gmail.com> <20080307124422.GA64627@FreeBSD.org> <1bf0a5b00803070503l2bf7fd9cvf112a99c8ef448e3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org, TooMany Secrets Subject: Re: FreeBSD Port: nvidia-driver-169.12 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2008 13:12:07 -0000 Hi, I think I've found the problem :) In "/usr/local/lib/xorg/modules/extensions", there was "libglx.so" and " libglx.so.1". I rename the "libglx.so" in "libglx.so.old" and "libglx.so.1" in "libglx.so". I re-run Xorg -config /root/xorg.conf.new and the error is gone !! :) I'm not able at the time to start X (because I "ssh"ed my computer) but tonight, I'll try to start X and I think there will be no problem. My log file now show the good libglx extension : (II) LoadModule: "glx" (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so (II) Module glx: vendor="NVIDIA Corporation" compiled for 4.0.2, module version = 1.0.0 Module class: X.Org Server Extension ABI class: X.Org Server Extension, version 0.1 (II) NVIDIA GLX Module 169.12 Thu Feb 14 16:15:29 PST 2008 Regards, On Fri, Mar 7, 2008 at 2:03 PM, Laurent Grangeau wrote: > Hi, > > I try to do as you said (i.e. reboot and remove "dri" module) but the > error is still there. The /boot/loeader.conf is well configured > (nvidia_load="YES"). > > I don't install Xorg via the meta-ports, but package by package (i.e. > xorg-server, xinit, nvidia-driver and ). Can the error come here ? > > I think the error come from the "glx" module. It's the module of Xorg. > > (II) LoadModule: "glx" > (II) Loading /usr/local/lib/xorg/modules/extensions//libglx.so > (II) Module glx: vendor="X.Org Foundation" > compiled for 1.4.0, module version = 1.0.0 > ABI class: X.Org Server Extension, version 0.3 > (==) AIGLX disabled > (II) Loading extension GLX > > Is it necessary to install x11-drivers/xf86-video-nv ? > > Thank you for your help and time :) > > Regards, > > > On Fri, Mar 7, 2008 at 1:44 PM, Alexey Dokuchaev > wrote: > > > On Fri, Mar 07, 2008 at 01:12:32PM +0100, TooMany Secrets wrote: > > > On 3/7/08, Laurent Grangeau wrote: > > > > Hi there ! > > > > > > > > I've been using FreeBSD now for 4 months. I've been able to compile > > > > NVidia-drivers without Linux compatibility on FreeBSD 7.0 but when > > I > > > > generate a xorg.conf file, and when I try this file, it says that > > the NVidia > > > > GLX module fails to load. > > > > (EE) NVIDIA(0): Failed to initialize the GLX module; please check > > in your X > > > > (EE) NVIDIA(0): log file that the GLX module has been loaded in > > your X > > > > (EE) NVIDIA(0): server, and that the module is the NVIDIA GLX > > module. > > > > If > > > > (EE) NVIDIA(0): you continue to encounter problems, Please try > > > > (EE) NVIDIA(0): reinstalling the NVIDIA driver. > > > > > > With fbsd 7, after compile nvidia, you need to reboot your computer. > > > Then the nvidia ko run ok. > > > > Make sure you it's in your /boot/loader.conf. Also, you might find > > useful to remove "dri" from your ``Modules'' section in X.org config > > file. > > > > ./danfe > > > > > > -- > http://www.thorzero.info > Laurent. > -- http://www.thorzero.info Laurent.