From owner-freebsd-multimedia Wed Feb 14 19:48:21 2001 Delivered-To: freebsd-multimedia@freebsd.org Received: from iwat.resnet.bucknell.edu (iwat.resnet.bucknell.edu [134.82.91.45]) by hub.freebsd.org (Postfix) with ESMTP id E3D0937B401 for ; Wed, 14 Feb 2001 19:48:16 -0800 (PST) Received: (from iwat@localhost) by iwat.resnet.bucknell.edu (8.11.2/8.11.2) id f1F3n6o54885 for freebsd-multimedia@freebsd.org; Wed, 14 Feb 2001 22:49:06 -0500 (EST) (envelope-from iwat) Date: Wed, 14 Feb 2001 22:49:05 -0500 From: Ian Wat To: freebsd-multimedia@freebsd.org Subject: X402 DRI on Voodoo3 Message-ID: <20010214224905.A54827@iwat.resnet> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-Editor: Vim http://www.vim.org/ X-Info: http://www.students.bucknell.edu/iwat X-Operating-System: FreeBSD/4.2-STABLE (i386) X-Uptime: 10:37PM up 21:52, 4 users, load averages: 0.02, 0.09, 0.17 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hello, I'm trying to get DRI setup for a Voodoo3. Running 4.2 Stable as of yesterday. First compiled X402 via ports. Then compiled cvs Glide3 but I noticed a warning near the end of the compile. "*** Warning: This library needs some functionality provided by -lXxf86dga." "*** Warning: This library needs some functionality provided by -lXxf86vm." A `ldconfig -r` showed that I indeed didn't have Xxf86dga and Xxf86vm as shared libraries. Went ahead and compiled X again with the proper modifications to xf86site.def. #define HasGlide3 YES #define Glide3IncDir /usr/local/include/glide3" The X compile complained about not being able to find -lglide3. ldconfig showed that I had -lglide3.13. Changed the appropriate makefile but no success. Glide3 probably needed the libraries from the above warnings. Anybody have any ideas? Thanks -- /-------------------------------------------------------------\ | Ian J Wat | | | Bucknell University | http://www.students.bucknell.edu/iwat | \-------------------------------------------------------------/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message