<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 27, 2023 at 1:11 PM Mike Perkins <<a href="mailto:mikep@randomtraveller.org.uk">mikep@randomtraveller.org.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I have spun up a VM to test out fixes/33 from deb-multimedia before I attempt anything non-reversable.<br>
<br>
This is a clean install of Debian bookworm with nothing but the base plus ssh.<br>
<br>
Once I figured out how to pull in the repo, it installed a whole load of stuff and then told me that <br>
it didn't need most of it. Idid an Apt autremove and then rebooted.<br>
<br>
The backend started, updated the (blank) database and then looped telling me to use setup to <br>
initialise it. However, when I start mythtv-setup - as the mythv user, natch - I get this:<br>
<br>
$ mythtv-setup<br>
qt.qpa.xcb: could not connect to display<br>
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.<br>
This application failed to start because no Qt platform plugin could be initialized. Reinstalling <br>
the application may fix this problem.<br>
<br>
Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.<br>
<br>
Aborted<br>
$<br>
<br>
Now this setup is not standard but I can imagine that it isn't that unorthodox.<br>
<br>
* The system is built as a KVM guest running bookworm inside a big host.<br>
* I am ssh'ing into it from another guest which is our main work machine.<br>
* I am using x2go to connect from a thin client into the main work machine.<br>
<br>
Now all the KVM guests have spice and I've never had any problem connecting from one to another and <br>
seeing the results locally. I have even connected from our main machine to the (separate) server <br>
running zoneminder and watched full video running through the links to the thin client!<br>
<br>
Any thoughts?<br>
<br>
-- <br>
<br>
Mike Perkins<br></blockquote><div><br></div><div>I'm currently testing a Debian 12 bookworm VM minimal server. I build the packages for mythtv per the mythtv wiki for Debian install plus some tweaks I've discussed on this mailing list.  But that shouldn't matter.  Since I'm using mariadb-server I made the changes in /etc/mysql/mariadb.conf.d/80-mythtv.cnf so I could have a remote frontend. I included:</div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)"># Additions from MythTV:
</span><br>[mysqld]
<br>bind-address=*
<br>max_connections=100<br>
<br></span></div><div><font face="arial, sans-serif">I can run mythtv-setup via ssh logging in with:</font></div><div><font face="arial, sans-serif">ssh -X <a href="mailto:jim@192.168.0.205">jim@192.168.0.205</a></font></div><div><font face="arial, sans-serif"><br></font></div><div><font face="arial, sans-serif">I can also run mythfrontend to test everything except video playback.</font></div><div><br></div><div>To actually watch video from this VM backend I use mythfrontend using this command and options because my host machine is Debian 12 Wayland Plasma KDE:</div><div><br></div><div><font face="monospace">mythfrontend --platform xcb --noupnp -O libCECEnabled=0</font></div><div><br></div><div>If you don't include the --platform xcb it will try the wayland platform which didn't work well on my UHD 4K TV.</div><div><br></div><div>Maybe some of this helps your situation.</div><div><br></div><div>Jim A<br><br></div><div><br></div></div></div>