[PD] pdp window on another x display

B. Bogart ben at ekran.org
Thu Feb 23 21:14:25 CET 2006


yuck,

Why are you exporting the display rather than running the patch on the
same machine your showing it on?

since you running on X11 on OSX there are some missing extensions that
allow things like video to work well on linux. I guess there is no video
overlay (xv), maybe you can't even do GL on a mac in X11, anyone know?
SDL should work though...

you can always send the list some debugging info to help tell us why (at
least) the SDL part does not work.

start pd with:

gdb pd
(gdb) run [put your pd flags here]

Then when it craches you should get the (gdb) prompt back and you can
try typing "bt" to see what function caused the crash.

Good luck.

.b.

Paris Treantafeles wrote:
> Hi List,
>
> I've been searching the archives but didn't quite find the advice  that
> I need.
>
> Here's the situation.
> Two machines.
> One running debian, the other running os x.
>
> I'm using X on both and I can export the display to run pd on the
> debian machine but display it on the mac.
> Pd shows up, I can load a patch etc.
> Then I try to have a pdp window show on the mac and no luck - here's
> the situation:
>
> 1. pdp_xv seems that the graphics card on my debian box doesn't  support
> it.
> running xvinfo gives "no adaptors present"
> i guess this with a display ipOfMac:0.0
> would be the way to go.
>
> 2. pdp_glx - tried sending this a message with the display of the mac.
> it worked for a second then crashes with
> X Error of failed request: BadMatch (invalid parameter attributes)
> Major opcode of failed request: 150 (GLX)
> Minor opcode of failed request: 5 (X_GLXMakeCurrent)
> Serial number of failed request: 32
> Current serial number in output stream: 32
>
> 3. pdp_sdl
> crashes
>
>
> Any advice on how to do this would really be appreciated!
>
>
> Thanks,
> p
>
> _______________________________________________
> PD-list at iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 256 bytes
Desc: OpenPGP digital signature
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20060223/ec47f338/attachment.pgp>


More information about the Pd-list mailing list