ydegoyon wrote:
puès, the artefacte page is obsolete and everything is in svn now, thus in the latests builds automagically
These ones: http://autobuild.puredata.info/auto-build/2008-06-28/?
I installed the one for my system (ubuntu gutsy), and unfortunately both problems remain:
atte@ajstrup:~$ pd /usr/lib/pd/doc/examples/pdp/example01.pd tk scaling is 1.18830409357 <init> : Avifile RELEASE-0.7.47-070916-12:47-4.1.3 <init> : Available CPU flags: fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 tm pbe up bts est tm2 <init> : 1600.00 MHz Intel(R) Pentium(R) M processor 1600MHz detected ----- At this point i clicked the bng ---------- X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 143 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 32 Current serial number in output stream: 32 pd_gui: pd process exited atte@ajstrup:~$
/usr/lib/pd/doc/examples/Gem/04.video/00.SimpleVideo.pd
This is (now) with http://autobuild.puredata.info/auto-build/2008-06-28/Pd-0.40.3-extended-2008... under ubuntu/7.10 on an IBM T41 (PentiumM) laptop with ati graphics card:
atte@ajstrup:~$ lspci | grep Rad 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon Mobility M7 LW [Radeon Mobility 7500]
Any help appreciated!
ola,
- Pd crashes when using pdp
atte@ajstrup:~$ pd /usr/lib/pd/doc/examples/pdp/example01.pd tk scaling is 1.18830409357 <init> : Avifile RELEASE-0.7.47-070916-12:47-4.1.3 <init> : Available CPU flags: fpu vme de pse tsc msr mce cx8 sep mtrr pge mca cmov pat clflush dts acpi mmx fxsr sse sse2 tm pbe up bts est tm2 <init> : 1600.00 MHz Intel(R) Pentium(R) M processor 1600MHz detected ----- At this point i clicked the bng ---------- X Error of failed request: BadMatch (invalid parameter attributes) Major opcode of failed request: 143 (GLX) Minor opcode of failed request: 5 (X_GLXMakeCurrent) Serial number of failed request: 32 Current serial number in output stream: 32 pd_gui: pd process exited atte@ajstrup:~$
this has nothing to do with your cam here, but with the output object [pdp_glx]
try to change it for a [pdp_xv]
ydegoyon wrote:
try to change it for a [pdp_xv]
Great that works. Thanks alot!
Isn't glx supposed to work? I guess xv is (much?) slower, right. So I should struggle to get glx working, right?
Any ideas in this direction? For instance, is glx working for other people running linux?