From owner-freebsd-ports Wed Jul 19 8:50:45 2000 Delivered-To: freebsd-ports@freebsd.org Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (Postfix) with ESMTP id 9E8C437BDF0 for ; Wed, 19 Jul 2000 08:50:39 -0700 (PDT) (envelope-from ambrisko@whistle.com) Received: from whistle.com (crab.whistle.com [207.76.205.112]) by alpo.whistle.com (8.9.1a/8.9.1) with ESMTP id IAA87981; Wed, 19 Jul 2000 08:47:03 -0700 (PDT) Received: (from ambrisko@localhost) by whistle.com (8.9.3/8.9.1) id IAA12192; Wed, 19 Jul 2000 08:46:40 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200007191546.IAA12192@whistle.com> Subject: Re: Installed Utah-glx, but see no HW accelaration for RIva128ZX In-Reply-To: <004e01bff0c0$67601380$0c00a8c0@ipform.ru> from Artem Koutchine at "Jul 18, 2000 05:59:25 pm" To: Artem Koutchine Date: Wed, 19 Jul 2000 08:46:40 -0700 (PDT) Cc: Adam , ports@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL61 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Artem Koutchine writes: [Charset iso-8859-1 unsupported, filtering to ASCII...] | Yes, i have used the full path to glx.so and I also tried without path. | Didn;t | help. I have read all the docs on the site (that is why i have upgraded | to 3.3.6, it is said that Nvidia drivers work only with 3.3.6). Still | nothing. | Here is ls -l in the /usr/X11R6/lib if it helps (it is Russian locale, so | the | months are unreadable for you): | | lrwxr-xr-x 1 root wheel 11 17 ___ 23:23 libGL.so -> libGL.so.14 | -r--r--r-- 1 root wheel 885908 11 ___ 1999 libGL.so.14 | lrwxr-xr-x 1 root wheel 12 17 ___ 23:23 libGLU.so -> libGLU.so.14 | -r--r--r-- 1 root wheel 75779 11 ___ 1999 libGLU.so.14 | -r--r--r-- 1 root wheel 1024152 11 ___ 1999 libMesaGL.a | lrwxr-xr-x 1 root wheel 15 17 ___ 23:31 libMesaGL.so -> | libMesaGL.so.14 | -r--r--r-- 1 root wheel 885908 11 ___ 1999 libMesaGL.so.14 | -r--r--r-- 1 root wheel 88462 11 ___ 1999 libMesaGLU.a | lrwxr-xr-x 1 root wheel 16 17 ___ 23:31 libMesaGLU.so -> | libMesaGLU.so.14 | -r--r--r-- 1 root wheel 75779 11 ___ 1999 libMesaGLU.so.14 Link the libGL to libMesaGL and libGLU to libMesaGLU. Most of the ports etc. are linked to the "Mesa" prefixed version so you need to either rebuild and relink everything or do this. Then assume you have glx active it should work (do "xdpyinfo | grep GLX", if GLX shows up you are set to go). BTW on a Matrox G400 I have to use 16bpp or colours etc get messed up. I run 1600x1200. "xlock -mode gears" should really spin now. I'm currently working on setting up a bunch of machines. It seems that the best thing to do is nuke Mesa and then install utah-glx and then add in symlinks for the Mesa libs and a directory for /var/db/pkg/Mesa-3.0 for pkg_add to be happy if something depends on Mesa. It would be nice if the utah-glx port could do this. For now I just do it in an installation proceedure. Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message