On Sat, Aug 15, 2009 at 12:47 PM, sisil mehta<[email protected]> wrote: > > umm i'm using pd-extended 0.41.4 . So in this case apart from gem which lib > uses opengl ??
I would suggest that for debugging purposes you start with pd-vanilla, so: $sudo mv /usr/lib/pd/default.pdsettings /usr/lib/pd/default.pdsettings.bak And if you created some custom settings you may have .pdsetting and/or .pdrc in your $HOME $mv ~/.pdsettings ~/pdsettings.bak $mv ~/.pdrc ~/pdrc.bak Following that, pd should start only with internals and no 3rd party objects. Then you simply do pd -path /path/to/gf/ -lib gridflow and take it from there. And only then you start adding other libraries/externals until you find the conflicting setup. ./MiS _______________________________________________ [email protected] mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
