Comment 14 for bug 293201

Revision history for this message
Aapo Rantalainen (aapo-rantalainen) wrote :

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