Robin Gareus
Robin Gareus
By default the plugins use ExternalUI (render directly w/hardware acceleration). You need `jalv.extui` to display them. Alternatively you can compile the plugins with `make EXTERNALUI=no` (Note: if you do compile...
Smells like an OpenGL issue. Can you run `glxinfo` or `glxgears` via VNC? Might be similar to #15
You should be able to compile the plugins using software emulated GL, or rather configure that virtual X server to emulate GL. Not sure if it's a good idea in...
Those plugins are by design not embeddeable. This is in order to meet strict requirements for meters redrawing which cannot be guaranteed if they are inside a host provided window.
> When I open one of them in the FX chain window, it displays the generic UI in the chain window, and simultaneously opens a separate floating GUI window, The...
Can you get a backtrace? Two guesses: connection is too slow or stalls for ~150ms or so. "Error writing from plugin to UI" (check stdout, and log window). The raw...
Why tunnel via ssh then? Did you try to just `export DISPLAY=CLIENTNAME:0` and `xhost +SERVERNAME` on the client? IIUC "-X" (secure X11 forwarding) disables various x extensions. Is there an...
PS. does `glxgears` run over `ssh -X`? I just tried an it fails here over ssh ``` $ glxgears X Error of failed request: BadValue (integer parameter out of range...
`ssh -X` blocks X11 extensions relevant for openGL. The UI needs openGL so it won't work. The question is where the segfault occurs, ideally the UI would just not show..
Not really, I can get them myself (using `ssh -x`or similar). Time is what's needed most, this issue is not too high priority on my list.