mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
kodi: set WAYLAND_DISPLAY=wayland-1
This commit is contained in:
parent
d02656e162
commit
183ec95eff
@ -274,7 +274,7 @@ post_makeinstall_target() {
|
||||
if [ "${DISPLAYSERVER}" = "x11" ]; then
|
||||
echo "DISPLAY=:0.0" >> ${INSTALL}/usr/lib/kodi/kodi.conf
|
||||
elif [ "${DISPLAYSERVER}" = "wl" ]; then
|
||||
echo "WAYLAND_DISPLAY=wayland-0" >> ${INSTALL}/usr/lib/kodi/kodi.conf
|
||||
echo "WAYLAND_DISPLAY=wayland-1" >> ${INSTALL}/usr/lib/kodi/kodi.conf
|
||||
fi
|
||||
|
||||
# nvidia: Enable USLEEP to reduce CPU load while rendering
|
||||
|
Loading…
x
Reference in New Issue
Block a user