On 6/12/07, Matthew Allum <[EMAIL PROTECTED]> wrote:

> 1) Should Clutter work with an Intel graphics adaptor? I first tried
> this on my laptop and although its a good machine (Core Duo etc) its
> only got an Intel card. All the demo's ran extremely poorly (ie < 1
> FPS) and i thought that there was actually a problem with how I'd
> compiled everything. This same machine is able to run things such as
> Beryl without a problem so I'd be very surprised if it doesn't have
> the hardware grunt for simple demos.

There is a problem with certain versions of the intel drivers where by
attempting to sync to vblank causing the driver to 'stall' for a second
or two. This stall appears to be fixed in newer intel drivers (at least
those shipped with feisty) but I dont think it actually vblanks syncs.

The workaround is to set CLUTTER_VBLANK=none.

Thanks for that, worked like a charm!


>
> 2) After the disapointing results on the laptop I tried on a desktop
> machine with an Nvidia 6200. This ran much better for the examples
> however the more advanced toys such as opt and fluttr died immediately
> with an error saying that OpenGL 1.2 or greater is required. This
> machine is using a fairly new version of the NVidia drivers (v.9631)
> so I'm confident OpenGL is setup and working. I've attached a glxinfo
> dump if its any help.

Hmm, I thought this buglet was fixed - what version of clutter are you
running ?

I was using 0.2 which gave the error. I moved up to 0.3, but guessing
there's been an API change as Opt now no longer compiles:
opt-show.c:119: error: too few arguments to function
'clutter_texture_set_pixbuf'

So unfortunately I can't say whether or not the original problem is fixed.


>
> 3) Any chance of a Clutter forum or somewhere to bulk view the mailing
> list archives? Coming from an open source background its been drummed
> into me to read every forum / mailing list you can find before posting
> a question. Unfortunately there's not much out there for Clutter at
> the moment and I always hate asking questions that make me look
> dumb :)

There is a 'beta' mailing list archive here;
http://lists.o-hand.com/clutter . I guess we could set up a forum if
enough people want it - I myself am not a big fan of those however
(which is likely why its not been done as yet at least).


That archive is great! A link to that on the Clutter mainpage would
help a heap for people just starting on Clutter.
--
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to