PDA

View Full Version : Nautilus error messages


captain_obvious
10-18-02, 11:39 PM
When I logout from X, my console screen shows two error messages.

the first: (nautilus: 1930): Gtk-CRITICAL **: file gtkwidget.c: line 2933 (gtk_widget_event): assertion "WIDGET_REALIZED_FOR_EVENT '(widget event)' failed

that one shows several times

the second shows only once: (nautilus: 1930): Bonobo- WARNING **: Leaked a total of 1 refs to 1 bonobo object (s)

I don't have a clue what they mean, as I am totally new to this Linux thing.

I am running RH 8.0 Psyche with kernel version2.4.18-17.8.0 and the nForce GPU.

Also I can't seem to play any games that require GLX, like tuxracer. So I am assuming that GLX is not working, but not sure how to tell for sure.

Thanks in advance.

bwkaz
10-19-02, 08:42 AM
I remember seeing similar things when I used KDE (obviously not with the Gtk widgets). I don't think it's a huge deal.

For the GLX problem, though, what's not working? Are you getting an error, or is it just running slowly?

What does glxinfo tell you about "direct rendering" -- it should say "Yes".

I don't remember if you've done this or not before, but have you run the nv_check.sh script that's here (http://3dguios.resnet.mtu.edu/nv_check.sh)?

captain_obvious
10-19-02, 11:33 AM
when I run the nv check it says I don't have "load GLX in the module section"
I checked XF86Config and the phrase Load GLX is in the module section...


When I run glxinfo i get this message:

name of display: :0.0
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual

visual x bf lv rg d st colorbuffer ax dp st accumbuffer ms cav
id dep cl sp sz l ci b ro r g b a bf th cl r g b a ns b eat
----------------------------------------------------------------------
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x21 16 tc 0 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x22 16 dc 0 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x23 16 tc 0 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None
Xlib: extension "GLX" missing on display ":0.0".
Xlib: extension "GLX" missing on display ":0.0".
0x24 16 dc 0 0 0 c . . 0 0 0 0 0 0 0 0 0 0 0 0 0 None

bwkaz
10-19-02, 02:55 PM
Post your config file then. The Load "glx" line has to not only be there, it has to not be commented out...

In any case, it isn't getting loaded.

captain_obvious
10-19-02, 03:01 PM
Took a closer look at it and realized that it was indeed commented out, I removed the # and it works. I am only getting audio from the CD player though, no other sounds... any ideas?