PlayerProcessInfo is mapped to the 'o' when using a keyboard. But keep in mind the overlay results in some additional CPU load.
Posts by mglae
-
-
The Kodi fix is merged in the meantime and will be part of the next LibreELEC release.
You can test today if curious, the fix is already part of the latest Milhouse Test Builds.
Create a 9.0.1 installation stick, boot from it and type run at the boot prompt to enable persistent live mode. Follow the "Installing" paragraph in first post of the thread to install the test build.
Your current installation is not altered by the test.
-
Code
20:46:48.066 T:140353191193920 ERROR: CShader::InsertSource - failed to open file gl_tonemap.glsl
Maybe the fix for Kodi issue #15723 can help you too.
-
-
Enable Expert settings level. Go to Settings->Player->Videos and disable MPEG2 acceleration.
-
Code
Mar 17 12:17:26 LibreELEC kernel: pcieport 0000:00:1c.0: AER: Corrected error received: 0000:00:1c.0 Mar 17 12:17:26 LibreELEC kernel: pcieport 0000:00:1c.0: PCIe Bus Error: severity=Corrected, type=Data Link Layer, (Transmitter ID) Mar 17 12:17:26 LibreELEC kernel: pcieport 0000:00:1c.0: device [8086:9c14] error status/mask=00001000/00002000 Mar 17 12:17:26 LibreELEC kernel: pcieport 0000:00:1c.0: [12] Timeout
Try the work around from here.
-
-
Looks like you only build the package(s) but do not install them to the image. But this is really a wild guess.
-
LibreELEC vdr-addon is created without any vdr locale file.
If you really do need them you have to configure and add locale for all packages.
-
-
'm not sure how to do it with libreelec...
The driver is compiled into the LibreELEC kernel. You have to add a kernel parameter.
Make /flash writable: mount -o remount,rw /flash
Edit /flash/EFI/BOOT/syslinux.cfg, /flash/syslinux.cfg or /flash/extlinux.conf (depends how your system was installed) and add i915.enable_fbc=0 after the quiet.
Save and reboot. Check with cat /proc/cmdline that the parameter is set correctly.
-
The LE9 Generic image includes an EFI32 boot loader.
But this is useless theoretical discussion. Create an LE9 Generic installation stick, type "run" at first boot for persistent live mode and test if your hardware is working.
-
Do you have any idea if I will run into driver related problems?
For example, if I install on a computer with an AMD graphics card, then throw the hard drive into the HTPC in question, will it be a disaster?There is no hardware depended installation. All drivers are selected at boot time.
-
-
-
-
You can try to use loglevel 1 in advancedsettings.xml without overlay, see Log file/Advanced - Official Kodi Wiki
-
In general legacy boot does work with LibreELEC installation media.
For getting the "Non-System Disk" error the BIOS seem to perform some additional partition layout or file system checks that fail on the GPT partitioned installer media with protective MBR.
To work around that you can try to set up the hard disk on a different legacy boot machine. The installer will create a MSDOS partition table on disks < 2TB.
Or install a different minimal Linux distribution, create the two LibreELEC partitions and add LibreELEC as default option to the boot manager.