You are not logged in.

#1 2006-10-29 17:54:46

slackhack
Member
Registered: 2004-06-30
Posts: 738

weird glx errors

i finally got around to installing my old radeon 8500LE, using the open source radeon drivers. it seems to work perfectly, but when i try any glx commands i get these errors:

sero@homer:~ $ glxinfo
name of display: :0.0
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  142 (GLX)
  Minor opcode of failed request:  25 ()
  Serial number of failed request:  12
  Current serial number in output stream:  12
sero@homer:~ $ glxgears
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  142 (GLX)
  Minor opcode of failed request:  25 ()
  Serial number of failed request:  16
  Current serial number in output stream:  16
sero@homer:~ $ su
Password: 
root@homer:/home/sero # cat /var/log/Xorg.0.log |grep -i render
        X.Org Font Renderer : 0.5
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
        Module class: X.Org Font Renderer
        ABI class: X.Org Font Renderer, version 0.5
(II) RADEON(0): Direct rendering enabled
(II) RADEON(0): Render acceleration enabled
(II) Initializing built-in extension RENDER
root@homer:/home/sero # pacman -S mesa libgl-dri
:: mesa-6.5.1-2: is up to date.  Upgrade anyway? [Y/n] n
:: libgl-dri-6.5.1-1: is up to date.  Upgrade anyway? [Y/n] n
root@homer:/home/sero # 

i don't care that much since direct rendering is working, but i'm curious what the glx errors are about. do i even need mesa since X log says radeon's using some built-in rendering extension?

>>edit: just checked X log for glx:

root@homer:/home/sero # cat /var/log/Xorg.0.log |grep -i glx   
(II) LoadModule: "glx"
(II) Loading /usr/lib/xorg/modules/extensions/libglx.so
(II) Module glx: vendor="X.Org Foundation"
(==) AIGLX enabled
(II) Loading extension GLX
(WW) AIGLX: 3D driver claims to not support visual 0x23
(WW) AIGLX: 3D driver claims to not support visual 0x24
(WW) AIGLX: 3D driver claims to not support visual 0x25
(WW) AIGLX: 3D driver claims to not support visual 0x26
(WW) AIGLX: 3D driver claims to not support visual 0x27
(WW) AIGLX: 3D driver claims to not support visual 0x28
(WW) AIGLX: 3D driver claims to not support visual 0x29
(WW) AIGLX: 3D driver claims to not support visual 0x2a
(WW) AIGLX: 3D driver claims to not support visual 0x2b
(WW) AIGLX: 3D driver claims to not support visual 0x2c
(WW) AIGLX: 3D driver claims to not support visual 0x2d
(WW) AIGLX: 3D driver claims to not support visual 0x2e
(WW) AIGLX: 3D driver claims to not support visual 0x2f
(WW) AIGLX: 3D driver claims to not support visual 0x30
(WW) AIGLX: 3D driver claims to not support visual 0x31
(WW) AIGLX: 3D driver claims to not support visual 0x32
(II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/r200_dri.so
(II) GLX: Initialized DRI GL provider for screen 0

so is this AIGLX something in the radeon drivers that's "taking over" the duties of mesa GL, or is it part of mesa? is there any way to "clean up" all of this, or should i just be glad it's working and leave it alone?

Offline

#2 2006-10-30 00:04:46

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Offline

#3 2006-10-30 00:50:31

slackhack
Member
Registered: 2004-06-30
Posts: 738

Re: weird glx errors

thanks, but i don't have flgrx drivers installed, only the open source ones, xf86-video-ati. or are you saying i should install/enable beryl?

Offline

#4 2006-10-30 00:54:16

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: weird glx errors

i gave you that link because i had the same problems with radeon with my 9600, and there where other tips.

If I was you i would make sure that you graphic card is already supported by the open source drivers, because a few months ago support for 9600 wasn't developed yet, so maybe they didn't get to yours, yet.

If the is the case, then you will have to install the proprietary drivers

Offline

#5 2006-10-30 01:25:28

slackhack
Member
Registered: 2004-06-30
Posts: 738

Re: weird glx errors

okay, thanks. maybe i'll install the proprietary ones anyway, just to see what happens.

cheers

Offline

#6 2006-10-30 05:53:25

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: weird glx errors

Did you searched the log for warning/error message?

Try disabling AIGLX to see if it'll make any change.

Offline

#7 2006-10-30 17:50:25

slackhack
Member
Registered: 2004-06-30
Posts: 738

Re: weird glx errors

Snowman wrote:

Did you searched the log for warning/error message?

Try disabling AIGLX to see if it'll make any change.

when i disable that, my entire computer locks up when i do ctrl+alt backspace. :shock: since i do that a lot, i think i better enable it for now. lol

i don't really notice anything glaring in the log. you can look at it here if you want. here's my xorg.conf.

Offline

#8 2006-10-30 18:52:08

Pajaro
Member
Registered: 2004-04-21
Posts: 884

Re: weird glx errors

maybe those messages come are standard debugging output.

I also see those messages some times when i open some programs:

glxgears:
libGL warning: 3D driver claims to not support visual 0x4b

but everything works fine

Offline

Board footer

Powered by FluxBB