I have been using Kodi on an Amazon Fire TV stick for many years. Now I want to move the media center to a mini PC with LibreELEC. To do this, I successfully installed the current version 12.2.1 build LibreELEC-Generic.x86_64-12.2.1.img.gz on a GMKtec G3 Plus (Intel Twin Lake N150). Unfortunately, I'm already having massive problems playing videos (1080p) with the default settings. The playback freezes after a few seconds, even though the video counter continues to run. The situation is similar when streaming IPTV. Every few seconds, the image stops and the buffer reloads. Apparently, after a few seconds, the CPU is at 100% capacity (top -d 1).
In the meantime, I have done some research and found out the following with SSH:
- lspci | grep -i vga
returns
00:02.0 VGA compatible controller: Intel Corporation Alder Lake-N [Intel Graphics] - cat /proc/cpuinfo | grep -i model
returns
model : 190
model name : Intel(R) N150
model : 190
model name : Intel(R) N150
model : 190
model name : Intel(R) N150
model : 190
model name : Intel(R) N150 - vainfo
returns
Trying display: drm
libva info: VA-API version 1.22.0
libva info: Trying to open /usr/lib/dri/iHD_drv_video.so
libva info: Found init function __vaDriverInit_1_22
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.22 (libva 2.22.0)
vainfo: Driver version: Intel iHD driver for Intel(R) Gen Graphics - 25.2.6 (6209f5a)
vainfo: Supported profile and entrypoints
VAProfileNone : VAEntrypointVideoProc
... - find /usr/lib/modules -type f | wc -l
returns 0 - lsmod | grep i915
returns nothing
To be honest, I don't have much experience with Linux yet as you may already see.
Is it possible that there are issues with the graphics driver? How can I get LibreELEC working on this device? I would love to do so in order to get rid of this Fie TV stick. Many thanks!
Any suggestions are highly appreciated!