IanL wrote:Last year I installed Pianoteq on a Raspberry Pi 4 running the 64-bit Raspberry Pi OS 'lite' (just CLI, no GUI). I was able to start it by connecting to the Pi from an Ubuntu workstation over ssh with X11 forwarding.
I've just tried again on a new installation - latest version of the RP OS and Pianoteq - but this time I got this: error while loading shared libraries: libGL.so.1: cannot open shared object file: No such file or directory. I managed to fix this by installing the libgl1 package and now I get a Pianoteq window on my workstation but I can't interact with it - mouse and keyboard have no effect.
X11 forwarding is working in general - I can run other GUI programs on the Pi and interact with them on my workstation, but not Pianoteq.
Anyone got any ideas?
Thanks, Ian.
For Pianoteq to work correctly, you need X11 to be correctly installed. In particular, Pianoteq needs
* libX11
* libXau
* libXdmcp
Also, very sadly, all music related programs follow the very unfortunate idea started by that pile of <censored> that is called kontakt of not using standard GUI but custom images and custom interations. As such, a test with other X11 programs is only going to help debugging your setup marginally, but I digress...
Given the minimal install without X11, I am sure your OS install is missing some obscure X11 parts to save space and hence Pianoteq malfunctions. I suggest that you start making sure the above three packages are included in your install. Note that in most Debian/Ubuntu distros you will be encounter this problem complicating your sleuthing: https://askubuntu.com/questions/481/how...des-a-file
Alternatively you can control it via a webapp such as https://github.com/robert-rc2i/ptq-client-webapp
Hope this helps
Last edited by dv (20-09-2024 00:54)
Where do I find a list of all posts I upvoted? :(