v18 LibreELEC Testbuilds for x86_64 (Kodi 18.0)
(2019-04-09, 09:41)phunkyfish Wrote:
(2019-04-09, 01:54)smp1 Wrote:
(2019-02-19, 16:23)phunkyfish Wrote: Running on Gemini Lake N5005 and J5005 (Nuc7pjyh) I had an issue having to bring up the overlay to kick the GPU into running at a higher frequency. This also helped with the audio lag.

I had been using the following in autostart.sh to force the GPU to run at a higher frequency all the time:

Code:

(
echo 400 > /sys/devices/pci0000:00/0000:00:02.0/drm/card0/gt_min_freq_mhz
) &

This has stopped working in recent builds (havn't figured out which one yet) and I assume is due to a graphics driver upgrade. Anyone on the forum found a workaround to this?

Thanks

Did you figure out how to make custom gt_min_freq_mhz setting permanent?

Edit: Nevermind, adding it to autostart.sh actually works. It always stays at max frequency when playing video (I use 750 Mhz) and switch to 100 Mhz when Kodi does nothing.    

Can you post the actual content of your autostart.sh? Would like to check it against mine. Also the what device are you running on?    
 
Code:
echo 750 > /sys/devices/pci0000:00/0000:00:02.0/drm/card0/gt_min_freq_mhz
Running on Asrock J4105B-ITX board.


Messages In This Thread
RE: LibreELEC Testbuilds for x86_64 (Kodi 18.0) - by smp1 - 2019-04-09, 14:45
Logout Mark Read Team Forum Stats Members Help
LibreELEC Testbuilds for x86_64 (Kodi 18.0)24