mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 06:06:43 +00:00
Merge pull request #6604 from SupervisedThinking/up_wayland
[le11] Wayland updates & fixes
This commit is contained in:
commit
b8d4810720
@ -2,8 +2,8 @@
|
|||||||
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
|
||||||
|
|
||||||
PKG_NAME="nvidia"
|
PKG_NAME="nvidia"
|
||||||
PKG_VERSION="510.54"
|
PKG_VERSION="515.48.07"
|
||||||
PKG_SHA256="c115b57363bbc3e35c43914a9fadca360603c22c17bf42cc02604a7ed21c841a"
|
PKG_SHA256="9ec1515cb214261ae4081a6fc9489800b5fef41c6a8d669e84e4ab1de7f3dc14"
|
||||||
PKG_ARCH="x86_64"
|
PKG_ARCH="x86_64"
|
||||||
PKG_LICENSE="nonfree"
|
PKG_LICENSE="nonfree"
|
||||||
PKG_SITE="https://www.nvidia.com/en-us/drivers/unix/"
|
PKG_SITE="https://www.nvidia.com/en-us/drivers/unix/"
|
||||||
@ -118,7 +118,7 @@ makeinstall_target() {
|
|||||||
cp -P libnvidia-tls.so.${PKG_VERSION} ${INSTALL}/usr/lib
|
cp -P libnvidia-tls.so.${PKG_VERSION} ${INSTALL}/usr/lib
|
||||||
ln -sf libnvidia-tls.so.${PKG_VERSION} ${INSTALL}/usr/lib/libnvidia-tls.so
|
ln -sf libnvidia-tls.so.${PKG_VERSION} ${INSTALL}/usr/lib/libnvidia-tls.so
|
||||||
|
|
||||||
# NVML
|
# NVIDIA Management Library (NVML) / System Management Interface
|
||||||
mkdir -p ${INSTALL}/usr/bin
|
mkdir -p ${INSTALL}/usr/bin
|
||||||
cp -P nvidia-smi ${INSTALL}/usr/bin
|
cp -P nvidia-smi ${INSTALL}/usr/bin
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ After=multi-user.target
|
|||||||
ConditionKernelCommandLine=!installer
|
ConditionKernelCommandLine=!installer
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/seatd -u root -s /var/run/seatd.sock
|
ExecStart=/usr/bin/seatd -u root
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=1
|
RestartSec=1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user