From owner-freebsd-questions@FreeBSD.ORG Fri Jan 23 08:02:53 2004 Return-Path: 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 E467016A4CE for ; Fri, 23 Jan 2004 08:02:52 -0800 (PST) Received: from smtp.infracaninophile.co.uk (ns0.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3175343D1F for ; Fri, 23 Jan 2004 08:02:02 -0800 (PST) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost.infracaninophile.co.uk [IPv6:::1])i0NG1use051535 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 23 Jan 2004 16:01:57 GMT (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i0NG1rAN051530; Fri, 23 Jan 2004 16:01:53 GMT (envelope-from matthew) Date: Fri, 23 Jan 2004 16:01:53 +0000 From: Matthew Seaman To: dslb@tiscali.dk Message-ID: <20040123160153.GA51170@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , dslb@tiscali.dk, questions@freebsd.org References: <20040123144049.GA50419@happy-idiot-talk.infracaninophile.co.uk> <3FA4E578000092BA@cpfe1.be.tisc.dk> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="5vNYLRcllDrimb99" Content-Disposition: inline In-Reply-To: <3FA4E578000092BA@cpfe1.be.tisc.dk> User-Agent: Mutt/1.5.5.1i X-Spam-Status: No, hits=-4.9 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.62 X-Spam-Checker-Version: SpamAssassin 2.62 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: questions@freebsd.org Subject: Re: FreeBSD 5.2: could not load OpenGL subsystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2004 16:02:53 -0000 --5vNYLRcllDrimb99 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jan 23, 2004 at 04:11:49PM +0100, dslb@tiscali.dk wrote: > >-- Original Message -- > >Date: Fri, 23 Jan 2004 14:40:49 +0000 > >From: Matthew Seaman > >To: db > >Cc: questions@freebsd.org > >Subject: Re: FreeBSD 5.2: could not load OpenGL subsystem > >Usually that's installed by the linux_base* port. Except that the > >emulators/linux_base-8 port has been=20 > >tripped down to just the hard > >minimum, so it doesn't contain any of the X11R6 stuff --- that's a > >change from earlier Linux emulation ports. Try installing the > >x11/linux-XFree86-libs port to go along with it. >=20 > Ok, tried installing with portinstall: >=20 > =3D=3D=3D> Installing for linux-XFree86-libs-4.3.0_1 > =20 > =3D=3D=3D> linux-XFree86-libs-4.3.0_1 conflicts with installed package(s= ): > linux_base-7.1_5 > They install files into the same place. > Please remove them first with pkg_delete(1). > *** Error code 1 > =20 > Stop in /usr/ports/x11/linux-XFree86-libs. > *** Error code 1 > =20 > Stop in /usr/ports/x11/linux-XFree86-libs. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portinstall2802= 5.0 > make -DFORCE_PKG_REGISTER reinstall > ** Fix the installation problem and try again. > ** The following packages were not installed or upgraded (*:skipped / !:f= ailed) > ! x11/linux-XFree86-libs (install error) >=20 > What should I do now? OK. Scratch that idea. You don't want linux-XFree86-libs with linux_base-7.1_5. However, on reviewing earlier messages in the thread I notice you're running an NVIDIA graphics adapter using the default X11 'nv' driver -- and that doesn't give you any sort of accelerated 3D graphics support at all. Instead, install the x11/nvidia-driver port. This is a port of the linux code for driving NVIDIA cards, and it overwrites the X11R6 supplied libGL.so.1 shlib with it's own version. Read the docs carefully and be prepared to fiddle about with kernel configuration in order to get things working. As the driver is linux code already, linux programs should be able to run with it just fine. (Just remember to re-install the NVIDIA drivers if ever you upgrade XFree86-libs) Also make sure you don't have 'Load "dri"' in your /etc/X11/XF86Config, but that you do have 'Load "glx"', and check /var/log/XFree86.0.log to see if the X server is having problems. There's a whole thread on this precisely issue starting with: http://lists.freebsd.org/pipermail/freebsd-questions/2003-November/0250= 13.html which you should certainly look at. Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --5vNYLRcllDrimb99 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAEUVxdtESqEQa7a0RAunlAJ9wSz+PaBQHv5QgygaF3MWnhegp7wCeI64h VhEFTZI2HrE3+6HGFh/y1Hk= =Ybhb -----END PGP SIGNATURE----- --5vNYLRcllDrimb99--