Access your device via SSH and use vainfo to check which acceleration is supported by your HW/SW.
Posts by mglae
-
-
Change the squash settings until no_root_squash appear in /etc/exports. Most likely it is "No Mapping".
-
Just a guess: do you export the /storage nfs share withno_root_squash?
Are your settings the same in comparison to the wiki? -
ganymede:~ # ssh localhostBad owner or permissions on /storage/.ssh/config
Files and directories on /storage have to be owned by root.root
-
- Install Ubuntu
- Create the two LibreELEC partitions, format them ext4 and label them LE_SYS and LE_DAT
- Copy LibreELEC's KERNEL and SYSTEM files to LE_SYS.
- Create /boot/grub/custom.cfg and boot.
-
-
Disable VAAPI MPEG2 acceleration in Settings->Player->Videos, you may have to increase the settings level to "Expert" to be able to do this.
-
You still need NFS/iSCSI/NBD for mounting /storage, I don't see the use case for an additional method.
-
Sorry, /storage/.config/sleep.d/ seems not to be created by default. Start with mkdir -p /storage/.config/sleep.d
Edit: 20-custom-sleep.sh is still installed an should work. Your link is three years old.
-
-
Yes, that was more brainstorming ...
It look like that toggling the refresh rate does initialize the audio driver again, Let's try to automate this.
If this script works, then what would happen to the pop-up question ?
The script is returning to the original refresh rate, there is no need to save anything new.
Please post the output of xrandr after a clean boot.
-
Then a work around may be to find the matching xrandr parameters. A most likely on your device not working sample is:
Code/usr/bin/xrandr -display :0 --output HDMI-0 --mode 1920x1080 --rate 50 /usr/bin/xrandr -display :0 --output HDMI-0 --mode 1920x1080 --rate 60
and add them to the "post" section of a /storage/.config/sleep.d/*.power script.
-
can this also be done as a squashfs file without nfs share(export)
No, the feature Is not implemented.
-
Try disabling VAAPI MPEG2 acceleration, you may have to increase the settings level to "Expert" to be able to do this.
-
systemctl status ssh
reports: Unit ssh.service could not be found.
The service name is sshd.
[...] however it's not accepting the default SSH password [...]
Add fextmode again.
-
-
Have you already tried a Custom EDID?
-