umlaeute / Gem

Graphics Environment for Multimedia (official repository)
https://gem.iem.at
Other
98 stars 28 forks source link

gemwin no longer accept argument for the X server to use #426

Closed ch-nry closed 2 months ago

ch-nry commented 2 months ago

Detail

When using pd/Gem via ssh -X, [create :0< was forcing Gem to use local screen, better than the X forwarded screen. Even if this was not officially advertised, this was very useful to debug/configure installation. It no longer work, at least with gemglfw3window

Gem Version

current git

Pd Version

No response

Operating System

Linux

OS Version

ubuntu mate 22.04

Which CPU are you using?

amd64/x86_64 ("64bit Intel")

umlaeute commented 2 months ago

indeed (i think; i haven't checked :-))

i did a quick check in the glfw docs, but i wasn't able to find a way to select the X-server :-/

ch-nry commented 2 months ago

that's alarming, Do you know an other solution to have pd GUI on a computer and the patch/gemwindows on an other computer?

umlaeute commented 2 months ago

how about using [gemglxwindow] as the backend?

ch-nry commented 2 months ago

I switch to gemglfw3window according to this discussion : https://github.com/umlaeute/Gem/issues/406 I no longer know what I should use!

umlaeute commented 2 months ago

all right, we should figure this out :-)

ch-nry commented 2 months ago

Thanks, The rendering was black. It is now fixed. So I switch back to gemglxwindow. I'll create new and better bug report if I notice problem in gemglxwindow.