On Mon, 19 Jun 2006 12:04:58 -0700
Erik Steffl <[EMAIL PROTECTED]> wrote:

[SNIP]

> > 
> > Do you load the GLcore module explicitly in the "Module" section
> > of xorg.conf? If so then remove that line.
> 
>    no I don't, here's the module section of my xorg.conf:
> 
> Section "Module"
>       # erik: does not exist: Load    "GLcore"
>       Load    "bitmap"
>       Load    "dbe"
>       Load    "ddc"
>       # erik: nvidia doesn't use it: Load     "dri"
>       Load    "extmod"
>       Load    "freetype"
>       # Load  "glx"
>       Load    "int10"
>       # erik: does not exist: Load    "pex5"
>       Load    "record"
>       # erik: no symbols found: Load  "speedo"
>       Load    "type1"
>       Load    "vbe"
>       # erik: does not exist: Load    "xie"
>          # erik: for ati radeon 9800
> # 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 GLX module
>      Load        "glx"   # libglx.a
>      Load        "dri"   # libdri.a
> 
> EndSection
> 
>    see anything suspicious?
> 
>       erik
> 
> 

No, that looks OK.

The next thing I would check is that various symlinks in /usr/lib/
point to the fglrx libraries rather than the mesa ones. You should
at least look at /usr/lib/libGL.so* and /usr/lib/libGLcore.so*. The
command 'strace fglrx' will help you to identify any others.

-- 

Liam


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to