On Tue, 2008-12-09 at 10:30 -0600, Keath Milligan wrote: > I have clutter compiled and running on Vista (using Tor Lillqvist's GTK+ > bundle), but I've run into a couple of problems:
My guess is the pixel format you've ended up with is one of the 'Microsoft Generic GDI' implementations which means it's software rendering and only supports GL 1.1. So either there's something wrong the choose_pixel_format function or your system doesn't have the GL drivers installed properly. The function hasn't been tested on many systems and I've never tried it on Vista so it could be broken. There is a program that comes with the OpenGL SuperBible that lists all of the pixel formats supported on your windows installation. It would be really helpful if you could run it and send back the output. You need to download the sample binaries from here: http://www.starstonesoftware.com/OpenGL/ and then run this program in the zip: SuperBible4/examples/projects/microsoft/chapt19/GLView/GLView.exe If there are only 'GEN' type pixel formats then your installation only has the generic Microsoft software driver. Clutter refuses to use GEN drivers and tries to use 'ICD' drivers. I think there are also MCD drivers but I'm not entirely sure whether that works or not. Hope that helps - Neil -- To unsubscribe send a mail to [EMAIL PROTECTED]
