Posts by vpeter
-
-
Most of all I thought this SW was meant to be open to the community for fine tuning and experiments or did I get the wrong message?
It is open: source code is available and you can change it to your needs.
Btw: I did make whole system RW few years back. And it was very, very easy. Only few lines of code changed.
-
This doesn't work? ssh-public-keys
And it is the same as with normal Linux distro.
-
Creating appropriate file in /storage/.config/pulse-daemon.conf.d/ doesn't work?
-
From what I saw those Waveshare screens are using custom hidraw driver as described here: GitHub - derekhe/waveshare-7inch-touchscreen-driver. I rewrote the driver for tslib and it was working for few users. Maybe you will get luck too
-
I think creating file /storage/.cache/reset_oe or /storage/.cache/reset_xbmc forces to make a reset on next boot.
-
One option is to use overlay like here: Alternative to Kodi packages: Modroot - Development - LibreELEC Forum
-
Then I'm out of ideas.
-
When you press Download button you select a FOLDER where file will be saved.
-
-
-
Sorry I read wrong.
HDMI cable and TV works here.
-
Sorry but I'm not familiar with this errors. Maybe it doesn't work with hdmi2dvi adapter (newer tested this).
-
-
After LibreELEC.tv/package.mk at master · LibreELEC/LibreELEC.tv · GitHub add lines
Codesed -e "s,^.*NAutoVTs=.*$,NAutoVTs=6,g" -i $INSTALL/etc/systemd/logind.conf sed -e "s,^.*ReserveVT=.*$,ReserveVT=6,g" -i $INSTALL/etc/systemd/logind.conf sed -e "s,^.*KillUserProcesses=.*$,KillUserProcesses=yes,g" -i $INSTALL/etc/systemd/logind.conf
The other option is to just use custom file in projects/YOUR_PROJECT/filesystem/etc/systemd.
-
-
-