From owner-freebsd-ports@FreeBSD.ORG Fri Mar 7 11:27:10 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 5F4B31065672 for ; Fri, 7 Mar 2008 11:27:10 +0000 (UTC) (envelope-from thorzero@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.178]) by mx1.freebsd.org (Postfix) with ESMTP id 0EAFE8FC17 for ; Fri, 7 Mar 2008 11:27:09 +0000 (UTC) (envelope-from thorzero@gmail.com) Received: by el-out-1112.google.com with SMTP id v27so483602ele.12 for ; Fri, 07 Mar 2008 03:27:09 -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:mime-version:content-type; bh=YQZ5hiH0w3hcsoYJPGBKBjYqJFkuprAVpXMo+2MNdus=; b=K8C9wTZ3hkY0QXKSwgS7RCMpX98TZ9E86l4OLfuKzPmf6lDrQT+k4jCOZID7CPejebNrLD85jzFPVIaoW6UvXxkehVBt/5EVmJqYFwSIqofqlTBNB2QQBZkuqVso1D3Tc6h8XS8CaKztxJw2kBKZJ2eCA7hjYJw+zvgCq+4y4Jg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:mime-version:content-type; b=bQekZlYNLwWFS4FLAJN7N2PVs9I7eJx5XaZY11ho1X3Q/EEZ/ytkGwg/vq+/6IU8D9egKbwK3GA+b1iOywoZfHBs7EhdmVD/zhIZgJpTtepXkxNdXccmeW+gRxjWcuXlAZ1yMP4Nk6YDCJmQLuValondF8kmrchY6WIGy9uC4YY= Received: by 10.143.45.21 with SMTP id x21mr442817wfj.221.1204889228150; Fri, 07 Mar 2008 03:27:08 -0800 (PST) Received: by 10.142.164.3 with HTTP; Fri, 7 Mar 2008 03:27:08 -0800 (PST) Message-ID: <1bf0a5b00803070327r45818ecfjde6257486eb92379@mail.gmail.com> Date: Fri, 7 Mar 2008 12:27:08 +0100 From: "Laurent Grangeau" To: danfe@FreeBSD.org MIME-Version: 1.0 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 Subject: 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 11:27:10 -0000 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. Here is my log : [root@orion ~]# Xorg -config xorg.conf.new X.Org X Server 1.4.0 Release Date: 5 September 2007 X Protocol Version 11, Revision 0 Build Operating System: FreeBSD 7.0-RELEASE i386 Current Operating System: FreeBSD orion.thorzero.info 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 19:59:52 UTC 2008 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 Build Date: 06 March 2008 07:07:55PM Before reporting problems, check http://wiki.x.org to make sure that you have the latest version. Module Loader present Markers: (--) probed, (**) from config file, (==) default setting, (++) from command line, (!!) notice, (II) informational, (WW) warning, (EE) error, (NI) not implemented, (??) unknown. (==) Log file: "/var/log/Xorg.0.log", Time: Fri Mar 7 13:16:47 2008 (++) Using config file: "xorg.conf.new" (II) Module "ramdac" already built-in (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. Could not init font path element /usr/local/lib/X11/fonts/misc/, removing from list! Could not init font path element /usr/local/lib/X11/fonts/Type1/, removing from list! Could not init font path element /usr/local/lib/X11/fonts/100dpi/, removing from list! Could not init font path element /usr/local/lib/X11/fonts/75dpi/, removing from list! Here is a snippet of my config file : Section "Module" Load "extmod" Load "record" Load "dbe" Load "glx" Load "GLcore" Load "xtrap" Load "dri" Load "freetype" Load "type1" EndSection Here is my Xorg.0.log (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 Do you know why and how it can be fixes ? Regards, -- http://www.thorzero.info Laurent.