Merge pull request #6604 from SupervisedThinking/up_wayland

[le11] Wayland updates & fixes
This commit is contained in:
CvH 2022-06-15 21:00:54 +02:00 committed by GitHub
commit b8d4810720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
# Copyright (C) 2021-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="nvidia"
PKG_VERSION="510.54"
PKG_SHA256="c115b57363bbc3e35c43914a9fadca360603c22c17bf42cc02604a7ed21c841a"
PKG_VERSION="515.48.07"
PKG_SHA256="9ec1515cb214261ae4081a6fc9489800b5fef41c6a8d669e84e4ab1de7f3dc14"
PKG_ARCH="x86_64"
PKG_LICENSE="nonfree"
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
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
cp -P nvidia-smi ${INSTALL}/usr/bin

View File

@ -5,7 +5,7 @@ After=multi-user.target
ConditionKernelCommandLine=!installer
[Service]
ExecStart=/usr/bin/seatd -u root -s /var/run/seatd.sock
ExecStart=/usr/bin/seatd -u root
Restart=always
RestartSec=1