[mythtv-users] MythTV Light on RPi 3b
Jeff
jffry at posteo.net
Sun May 16 16:23:34 UTC 2021
Hi Rob,
On 16/05/2021 18:09, Rob wrote:
> What did you enter in your rc.local to get mythfrontend to load? I'm
> trying the following, but getting an error-out:
> sleep 10 && QT_QPA_EGLFS_ALWAYS_SET_MODE="1" QT_QPA_PLATFORM=eglfs
> mythfrontend --logpath=/tmp/ > /home/pi/mythlog.log
Did you leave the
exit 0
at the end of /etc/rc.local ?
Did you add an ampersand to the end of the command to fork the process
and allow the machine to finish booting? i.e.
sleep 10 && QT_QPA_EGLFS_ALWAYS_SET_MODE="1" QT_QPA_PLATFORM=eglfs
mythfrontend --logpath=/tmp/ &
?
I never saw any systemd errors - and I did a lot of debugging trying to
get various things to work.
Note that even running without a window manager, I still wasn't happy
with the playback and now I only use mythfrontend to program the
backend. For watching content, I switched to kodi, which is in general
much more responsive, even with a window manager, but doesn't offer all
the functionality for recording new programs that mythfrontend does.
Regards
Jeff
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature
Type: application/pgp-signature
Size: 840 bytes
Desc: OpenPGP digital signature
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20210516/0d074bb6/attachment.sig>
More information about the mythtv-users
mailing list