ubuntu-x-swat team mailing list archive
-
ubuntu-x-swat team
-
Mailing list archive
-
Message #83664
[Bug 293201] Re: Crash with ClutterGLX critical
This is not working for me.
My test case is simple.c
/* gcc `pkg-config --cflags --libs clutter-1.0` simple.c*/
#include <clutter/clutter.h>
int main (int argc, char *argv[]) {
ClutterActor *stage;
clutter_init (&argc, &argv);
stage = clutter_stage_get_default ();
clutter_actor_show_all(stage);
clutter_main();
return 0;
}
Error message is: ClutterGLX-CRITICAL **: Unable to find suitable GL
visual.
Lucid with all packages up to date.
I also installed clutter-1.3.8 and error is same.
glxgears is working.
lspci:
VGA compatible controller: S3 Inc. VT8636A [ProSavage KN133] AGP4X VGA Controller (TwisterK) (rev 01)
(Laptop with integrated controller)
grep savage /var/log/Xorg.0.log
(II) Loading /usr/lib/xorg/modules/drivers/savage_drv.so
(II) AIGLX: Loaded and initialized /usr/lib/dri/savage_dri.so
First file is in package: xserver-xorg-video-savage
Latter is in package: libgl1-mesa-dri
Attached: glxinfo
** Attachment added: "glxinfo.txt"
http://launchpadlibrarian.net/53155969/glxinfo.txt
--
Crash with ClutterGLX critical
https://bugs.launchpad.net/bugs/293201
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xserver-xorg-video-savage in ubuntu.