Posts by smp
-
-
Try to disable in bios anything that has to do with power saving. And maybe try to force the max. GPU frequency (not sure how to do this on AMD).
-
I don't see any issues on my J4105 board with SD videos and VAAPI hw acceleration enabled. Can you upload a small sample of the problematic video?
-
Are you using a 4K display? Make sure the scaling method is set to "Nearest neighbor". Otherwise you will get lots of dropped frames when upscaling SD to 4K.
-
It seems like the Intel NUCs are kind of hardware limited
There is nothing wrong with current Intel NUC's hardware. HDR support has just appeared in Linux kernel 5.3 and it is not yet implemented in Kodi.
-
Yeah, setting GPU frequency to a max.setting is pretty much a must for most Intel LE boxes. I use 750 mhz GPU speed for my Gemini Lake box. However, I didn't have to change the CPU governor to "performance" because default "powersave" seem to work fine for me.
-
Run this command in ssh:
If is says "powersave" - run this:
If this solves your issue you can make it permanent by adding it to /storage/.config/autostart.sh
-
-
Kodi will not pass through the interlaced video (which I assume you want to feed to a high quality hardware deinterlacer/upscaler).
Your best bet would be one of those M9702 media players that use modded Oppo firmware.
-
-
I have and I think the first mention to m88ds3103b is by crazycat in this page.
This whole thread is about m88ds3103b. And you obviously missed page 4.
-
after compiling again with the patch I did the update of the image through tarlibreelec started but the module did not appear
Add RTL8188FU to "ADDITIONAL_DRIVERS=" in projects/Amlogic/options
how can I install the module in libreelec without recompiling the complete system?
You can't. You have to compile a new image.
-
Did you add it to distributions/LibreELEC/options?
-
You can remove the PKG_SHA256 line from package.mk
Without that patch it will not compile with kernel 3.14
-
You will also need this patch. Copy it to packages/linux-drivers/RTL8188FU/patches
-
You will need to add a package to the build.
Add RTL8188FU to ADDITIONAL_DRIVERS in distributions/LibreELEC/options.
mkdir packages/linux-drivers/RTL8188FU
add package.mk to packages/linux-drivers/RTL8188FU (use package.mk from another RTL driver as a reference)
PROJECT = Amlogic DEVICE = Odroid_C2 ARCH = arm scripts/build RTL8188FU (or PROJECT = Amlogic DEVICE = Odroid_C2 ARCH = arm make image)
-
Pi4 doesn't do 4k h.264
-