Sorry for not including it in the original posting but here is the
section from xorg.conf which includes the "load glx". Following that is
the error message it generates in the log file. Then the listing
of /usr/lib/modules/extensions/ which (sort of) contains a libglx.so. I
think this may be where the problem is but I'm clueless as to why libglx
wouldn't be working.

-----
Section "Module"

# This loads the DBE extension module.

    Load        "dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

# This loads the Type1 and FreeType font modules
    Load        "type1"
    Load        "freetype"

# This loads the GLX module
    Load        "glx"   # libglx.a
    Load        "dri"   # libdri.a

EndSection
-----

Which results in (Xorg.log):

(II) LoadModule: "glx"
(WW) Warning, couldn't open module glx
(II) UnloadModule: "glx"
(EE) Failed to load module "glx" (module does not exist, 0)

----

ls -l /usr/lib/modules/extensions/
total 932
-r--r--r--  1 root root  16580 Apr 10 17:38 libdbe.a
-r--r--r--  1 root root  32470 Apr 10 17:38 libdri.a
-r--r--r--  1 root root 167396 Apr 10 17:38 libextmod.a
-rwxr-xr-x  1 root root 651460 Apr 10 18:20 libglx.so.1.0.7174
-r--r--r--  1 root root  25688 Apr 10 17:38 librecord.a
-r--r--r--  1 root root  39306 Apr 10 17:38 libxtrap.a


On Fri, 2005-09-02 at 20:50 +0200, Oscar wrote:
> You need to enable the GLX extension en xorg.conf, ie:
> in the Module-section (Section "Module"), append 
> Load "glx"
> before EndSection, and try again :)
> 
> Oscar
> 
> On Fri, 02 Sep 2005 10:34:56 -0500
> John Lange <[EMAIL PROTECTED]> wrote:
> 
> > Xlib:  extension "GLX" missing on display ":0.0".
-- 
John Lange

-- 
gentoo-user@gentoo.org mailing list

Reply via email to