Date: Thu, 24 Nov 2005 15:39:21 -0500 From: Louis LeBlanc <FreeBSD@keyslapper.net> To: FreeBSD Questions <freebsd-questions@FreeBSD.org> Subject: Unresolved symbol in libdri.a (X.org) Message-ID: <20051124203920.GA2036@keyslapper.net>
next in thread | raw e-mail | index | archive | help
--IS0zKkzwUGydFO0o Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ok, I've done a good load of googling on this, and I've seen hundreds of reports of this problem with X.org, but not a single solution. I'm at a loss. First my config: OS: 5.4-RELEASE-p8 X.org version: xorg-6.8.2 (built from ports) video driver: nvidia-driver-1.0.7676_1 (built from ports) My xorg.conf (only including what I suspect is relevant: Section "Module" Load "dbe" Load "extmod" Load "dri" Load "glx" Load "record" Load "xtrap" Load "freetype" Load "type1" EndSection # Not compatible with glx, which nvidia wants, so no composite in KDE # Section "Extensions" # Option "Composite" "Enable" # EndSection =2E.. Section "Device" Identifier "NV AGP TwinView" VendorName "nVidia Corporation" Driver "nvidia" # update this with the PCI id of your card. Consult the output # of the 'lspci' command. The BusID is usually optional when # only using one graphics card. BusID "PCI:1:0:0" BoardName "NV34 [GeForce FX 5200]" # These are extras that may need removal Option "NoLogo" "True" Option "RenderAccel" "True" Option "NvAGP" "1" # Use NVIDIAs agp Option "HWCursor" "True" # Option "CursorShadow" "True" # Option "EnableAGPFW" "1" # Use Fast Writes # twinview setup Option "TwinView" Option "SecondMonitorHorizSync" "31-80" Option "SecondMonitorVertRefresh" "56-75" Option "TwinViewOrientation" "RightOf" Option "MetaModes" "1280x1024,1280x1024; 1024x768,1024x768" Option "ConnectedMonitor" "crt,crt" EndSection Now, the problem I'm seeing is in Xorg.0.log. It appears there is some kind of problem resolving a symbol somewhere, but I can't figure out exactly where the problem is. Here's an excerpt from Xorg.0.log: =2E.. (**) NVIDIA(0): DPMS enabled (II) Loading extension NV-CONTROL (II) Loading extension XINERAMA (=3D=3D) RandR enabled Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/l= ibdri.a is unresolved! Symbol __glXgetActiveScreen from module /usr/X11R6/lib/modules/extensions/l= ibdri.a is unresolved! (II) Initializing built-in extension MIT-SHM (II) Initializing built-in extension XInputExtension =2E.. There are a couple other "inappropriate ioctl" warnings related to the mouse and thumbball, though they are probably not related to this problem. Any ideas what the cause of this resolution problem is? TIA Lou --=20 Louis LeBlanc FreeBSD-at-keyslapper-DOT-net Fully Funded Hobbyist, KeySlapper Extrordinaire :) Please send off-list email to: leblanc at keyslapper d.t net Key fingerprint =3D C5E7 4762 F071 CE3B ED51 4FB8 AF85 A2FE 80C8 D9A2 Beauty, n.: The power by which a woman charms a lover and terrifies a husband. -- Ambrose Bierce --IS0zKkzwUGydFO0o Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDhiT4r4Wi/oDI2aIRAmNmAJ9NX4KTDF4gQvUuuVIe3KOpBItjOwCfcWhy ODlEV5z94QOoxWqFPIeOJiI= =/yVX -----END PGP SIGNATURE----- --IS0zKkzwUGydFO0o--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051124203920.GA2036>