According to the Kodi Wiki for VDPAU there is no 10 bit HEVC support but only 8 bit. It depend to your video sources if you see acceleration or not.
Posts by mglae
-
-
I don't have an Optimus system, it's a regular dell latitude with a gtx 950.
Likely your double Intel/NVidia GPU notebook system is.
So what you're saying is going Kodi on a full desktop Linux is my best bet?
You will not get NVidia HEVC support either because of the lack of VDPAU acceleration.
-
I'm afraid nobody can can help without logs.
Please provide a full debug log.How to post a log (wiki)1. Enable debugging in Settings>System Settings>Logging2. Restart Kodi3. Replicate the problem4. Generate a log URL (do not post/upload logs to the forum)
use "Settings > LibreELEC > System > Paste system logs" or run "pastekodi" over SSH, then post the URL link -
Disabled the Nvidia ones and now it works.
Good.
One problem though, YouTube gives me 401 when I try to sign in.
Better use youtube thread in Kodi forum for such questions.
I tried to actually use it with the Intel drivers, it cannot handle hevc video. so, how can I get the Nvidia drivers to work?
Not possible (at least on LE).
- LE only supports a single GPU and Intel drivers are required for output.
- There is no NVidia VDPAU support for HEVC in Kodi.
- I'm unsure what is supported at all in Linux for your NVidia Optmius system.
-
Likely the intel driver is needed. Remove the file again.
Use ls /sys/class/drm/ to see which kernel devices are available.
-
So you don't need a cryptography package but the python package cryptography. This has to be build for LE.
Start thinking of a docker solution.
-
The issue is visible in the log. The default audio device returned by kodi is "Default" but when trying to set the value again it is interpreted as "PULSE:Default".
Your alsa devices are:
Code
Display More2022-07-08 18:11:15.669 T:984 INFO <general>: Enumerated ALSA devices: 2022-07-08 18:11:15.669 T:984 INFO <general>: Device 1 2022-07-08 18:11:15.670 T:984 INFO <general>: m_deviceName : @ 2022-07-08 18:11:15.670 T:984 INFO <general>: m_displayName : Default (vc4-hdmi MAI PCM i2s-hifi-0) () 2022-07-08 18:11:15.670 T:984 INFO <general>: m_displayNameExtra: 2022-07-08 18:11:15.670 T:984 INFO <general>: m_deviceType : AE_DEVTYPE_PCM 2022-07-08 18:11:15.670 T:984 INFO <general>: m_channels : FL, FR 2022-07-08 18:11:15.670 T:984 INFO <general>: m_sampleRates : 32000,44100,48000,96000 2022-07-08 18:11:15.670 T:984 INFO <general>: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE 2022-07-08 18:11:15.670 T:984 INFO <general>: m_streamTypes : No passthrough capabilities 2022-07-08 18:11:15.670 T:984 INFO <general>: Device 2 2022-07-08 18:11:15.670 T:984 INFO <general>: m_deviceName : sysdefault 2022-07-08 18:11:15.670 T:984 INFO <general>: m_displayName : vc4-hdmi () 2022-07-08 18:11:15.670 T:984 INFO <general>: m_displayNameExtra: MAI PCM i2s-hifi-0 2022-07-08 18:11:15.670 T:984 INFO <general>: m_deviceType : AE_DEVTYPE_PCM 2022-07-08 18:11:15.670 T:984 INFO <general>: m_channels : FL, FR 2022-07-08 18:11:15.670 T:984 INFO <general>: m_sampleRates : 32000,44100,48000,96000 2022-07-08 18:11:15.670 T:984 INFO <general>: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE 2022-07-08 18:11:15.670 T:984 INFO <general>: m_streamTypes : No passthrough capabilities 2022-07-08 18:11:15.670 T:984 INFO <general>: Device 3 2022-07-08 18:11:15.670 T:984 INFO <general>: m_deviceName : sysdefault:CARD=vc4hdmi 2022-07-08 18:11:15.670 T:984 INFO <general>: m_displayName : vc4-hdmi (vc4hdmi) 2022-07-08 18:11:15.670 T:984 INFO <general>: m_displayNameExtra: MAI PCM i2s-hifi-0 2022-07-08 18:11:15.670 T:984 INFO <general>: m_deviceType : AE_DEVTYPE_PCM 2022-07-08 18:11:15.670 T:984 INFO <general>: m_channels : FL, FR 2022-07-08 18:11:15.670 T:984 INFO <general>: m_sampleRates : 32000,44100,48000,96000 2022-07-08 18:11:15.670 T:984 INFO <general>: m_dataFormats : AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE 2022-07-08 18:11:15.670 T:984 INFO <general>: m_streamTypes : No passthrough capabilities 2022-07-08 18:11:15.670 T:984 INFO <general>: Device 4 2022-07-08 18:11:15.670 T:984 INFO <general>: m_deviceName : hdmi:CARD=vc4hdmi,DEV=0 2022-07-08 18:11:15.670 T:984 INFO <general>: m_displayName : vc4-hdmi (vc4hdmi) 2022-07-08 18:11:15.670 T:984 INFO <general>: m_displayNameExtra: ACI ASUS VP247 on HDMI 2022-07-08 18:11:15.670 T:984 INFO <general>: m_deviceType : AE_DEVTYPE_HDMI 2022-07-08 18:11:15.670 T:984 INFO <general>: m_channels : FL, FR 2022-07-08 18:11:15.670 T:984 INFO <general>: m_sampleRates : 32000,44100,48000,96000 2022-07-08 18:11:15.670 T:984 INFO <general>: m_dataFormats : AE_FMT_RAW,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_U8,AE_FMT_RAW 2022-07-08 18:11:15.670 T:984 INFO <general>: m_streamTypes : STREAM_TYPE_AC3,STREAM_TYPE_DTSHD,STREAM_TYPE_DTSHD_MA,STREAM_TYPE_DTSHD_CORE,STREAM_TYPE_DTS_1024,STREAM_TYPE_DTS_2048,STREAM_TYPE_DTS_512,STREAM_TYPE_EAC3,STREAM_TYPE_TRUEHD
To avoid any guessing try all possible devices:
- "ALSA:Default"
- "ALSA:@" (already tested by you with failure)
- "ALSA:sysdefault"
- "ALSA:sysdefault:CARD=vc4hdmi"
- "ALSA:hdmi:CARD=vc4hdmi,DEV=0"
-
I wasn't sure what to put in the 'Audio Device' setting for Bluetooth Audio Device Changer so I set it to "ALSA:@"
Best practice to set the correct device in Bluetooth Changer:
- Deinstall Bluetooth Changer Addon and it's configuration
- Configure correct audio device via kodi settings.
- Install Bluetooth Changer again. It will use the kodi setting as default.
If still failing debug log may tell more.
-
-
LE is installing PyCryptodome to /usr/lib/python*/site-packages if that help.
-
Likely you have to enable the new skin in settings via My Addons.
More simple is just copying the addon (skin in this case), changing it and restarting kodi. The copy has precedence.
-
is there a sort of warranty that it always be ~549 ?
Yes. I'm not aware that free space is short on any platform and need to be increased. BTW: 549MiB = 549*2^20 B
last time you pointed me to piece of code, but I couldn't get why the decompressed size is/seems always the same:
Because the empty image is created this size: https://github.com/LibreELEC/Libr…pts/mkimage#L52
what I don't know are the values in line 16 !
${SYSTEM_SIZE} and ${SYSTEM_PART_START}
LibreELEC.tv/options at c8a2d1c81793ad7951d0f9f6ac55ec31524cdadf · LibreELEC/LibreELEC.tvJust enough OS for KODI. Contribute to LibreELEC/LibreELEC.tv development by creating an account on GitHub.github.com -
-
According to this post your BT device is not supported from kernel 5.10.
-
Editing the addon_manifest.xml with another package works so far
You have to change it on the kodi package.mk file only.
E.g. define $ADDITIONAL_KODI_ADDONS in your options file and add the addon names in kodi's package.mk
-
but this is the only way to say "after X11 services start, before kodi.target starts"
This condition is already fulfilled for autostart.sh with After=graphical.target and Before=kodi.service.
But X11 startup may take so long that a sleep 3 or similar is required at start of the script.
-
-
<key id="195">activatewindow(contextmenu)</key>
Correct Action is <key id="195">ContextMenu</key>.