Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13342 - xfree 4.2.1-r2 gives __glxfree and __glxmalloc errors with nvidia glx/kernel
Summary: xfree 4.2.1-r2 gives __glxfree and __glxmalloc errors with nvidia glx/kernel
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-05 23:45 UTC by Alan
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
XFree log file showing errors (XFree86.0.log,27.80 KB, text/plain)
2003-01-05 23:46 UTC, Alan
Details
My XF86Config file (XF86Config,3.35 KB, text/plain)
2003-01-05 23:46 UTC, Alan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alan 2003-01-05 23:45:44 UTC
Errors relating to __glxfree and __glxmalloc are showing up on the console 
when x is started with startx.  

I have xfree 4.2.1-r2, nvidia-kernel 1.0.3123-r2 and nvidia-glx 1.0.3123 
loaded on a brand new 1.4rc2 system.  

This does not appear to affect X's ability to run correctly however.

Attaching my xfree log and xf86config
Comment 1 Alan 2003-01-05 23:46:26 UTC
Created attachment 7006 [details]
XFree log file showing errors

Note __glx* errors towards the bottom of the file.
Comment 2 Alan 2003-01-05 23:46:46 UTC
Created attachment 7007 [details]
My XF86Config file
Comment 3 Alan 2003-01-05 23:50:18 UTC
A file listing of the files giving off the error.

phoenix extensions # pwd
/usr/X11R6/lib/modules/extensions
phoenix extensions # ll
total 2188
drwxr-xr-x    2 root     root         4096 Jan  3 19:09 ./
drwxr-xr-x    9 root     root         4096 Jan  3 17:36 ../
-rwxr-xr-x    1 root     root      1941652 Jan  3 17:36 libGLcore.a*
-rwxr-xr-x    1 root     root        16020 Jan  3 17:36 libdbe.a*
-rwxr-xr-x    1 root     root        28804 Jan  3 17:36 libdri.a*
-rwxr-xr-x    1 root     root       157898 Jan  3 17:36 libextmod.a*
lrwxr-xr-x    1 root     root           43 Jan  3 19:09 libglx.so -
> /usr/lib/opengl/nvidia/extensions/libglx.so*
-rwxr-xr-x    1 root     root        25744 Jan  3 17:36 librecord.a*
-rwxr-xr-x    1 root     root        40338 Jan  3 17:36 libxtrap.a*


Running opengl-update xfree removes these errors (but Nvidia complains it 
can't find GLX (expected)).
Comment 4 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-07 13:22:42 UTC
Sorda expected.  Please read the docs with nvidia-glx package in /usr/share/doc.
You should remove 'dri' and 'GLcore' from the Modules section, like so ... :

-----------------------------------------
Section "Module"
        Load            "extmod"
        Load            "record"
        Load            "xtrap"
        Load            "dbe"
        Load            "drm"
        Load            "glx"
#       Load            "dri"
#       Load            "GLcore"
        Load            "v4l"
#       Load            "xaa"
        Load            "fb"
        Load            "bitmap"
        Load            "freetype"
        Load            "speedo"
        Load            "type1"
#       Load            "xtt"
    EndSection
--------------------------------------