From owner-freebsd-questions@FreeBSD.ORG Tue Jun 21 08:26:52 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE5B16A41C; Tue, 21 Jun 2005 08:26:52 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from mail.ijs.si (mail.ijs.si [193.2.4.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FBC443D1F; Tue, 21 Jun 2005 08:26:51 +0000 (GMT) (envelope-from dejan.lesjak@ijs.si) Received: from localhost (mail.ijs.si [193.2.4.66]) by patsy.ijs.si (Postfix) with ESMTP id B054017B937; Tue, 21 Jun 2005 10:26:50 +0200 (CEST) Received: from patsy.ijs.si ([127.0.0.1]) by localhost (patsy.ijs.si [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 84306-01-5; Tue, 21 Jun 2005 10:26:48 +0200 (CEST) Received: from idefix.ijs.si (idefix.ijs.si [193.2.4.33]) by patsy.ijs.si (Postfix) with ESMTP id 5CF8617B8AF; Tue, 21 Jun 2005 10:26:47 +0200 (CEST) Received: from localhost.ijs.si (localhost.ijs.si [127.0.0.1]) by idefix.ijs.si (Postfix) with ESMTP id B03505C0A; Tue, 21 Jun 2005 10:26:47 +0200 (CEST) From: Dejan Lesjak To: freebsd-x11@freebsd.org, Soheil Hassas Yeganeh Date: Tue, 21 Jun 2005 10:26:46 +0200 User-Agent: KMail/1.8 References: <4c90b77205062100592e7df922@mail.gmail.com> In-Reply-To: <4c90b77205062100592e7df922@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200506211026.47116.dejan.lesjak@ijs.si> X-Virus-Scanned: amavisd-new at ijs.si Cc: freebsd-questions@freebsd.org Subject: Re: failed to load nvidia driver (NVIDIA 7174 on Xorg-6.8.2/FreeBSD 5.4) 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: Tue, 21 Jun 2005 08:26:52 -0000 On Tuesday 21 of June 2005 09:59, Soheil Hassas Yeganeh wrote: > Dear All, > I had portupgrade to the Xorg-6.8.2 and NVIDIA-7174. > When I run X -configure it says : > > (EE) Failed to load module "nvidia" (once-only module, -1077942264) > > and then it uses nv instead of nvidia driver. > The verbose log is attached. This log doesn't show X using nv driver. It however shows it is trying to load nvidia module twice, succeeding the first and failing the second time. After that, there is still line: (II) NVIDIA X Driver 1.0-7174 Tue Mar 22 06:54:34 PST 2005 which would come from 'nvidia' driver, so it seems to be loaded. This actually looks like a log from 'X -configure' run, which would indeed try to load all drivers and therefore also 'nv'. It would be more interesting to see log from running X server. How does configuration file (xorg.conf) look like? Dejan