summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522022-06-06 07:17:00 +0200
committertytan6522022-06-06 07:17:00 +0200
commitdaa59e3309aafc42397558a2a3e84f55f75f6419 (patch)
treeffb7794d9ed5f20420a3880b3e254b92ce74d460
parent75cdf2a2d2c31ce070205c92430022677e496b6b (diff)
downloadaur-daa59e3309aafc42397558a2a3e84f55f75f6419.tar.gz
pkg: Add installation note for GDM and Wayland
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--nvidia-utils-beta.install2
3 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 011267db833e..2ae2dcf41309 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = nvidia-utils-beta-nvlax
pkgdesc = NVIDIA drivers utilities (beta version) with NVENC and NvFBC patched with nvlax
pkgver = 515.48.07
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/illnyang/nvlax/
install = nvidia-utils-beta.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6ec124006aec..bf264e46e45f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=nvidia-utils-beta
pkgname=${_pkgname}-nvlax
pkgver=515.48.07
-pkgrel=1
+pkgrel=2
pkgdesc="NVIDIA drivers utilities (beta version) with NVENC and NvFBC patched with nvlax"
arch=('x86_64')
license=('custom')
diff --git a/nvidia-utils-beta.install b/nvidia-utils-beta.install
index 47847c7381ce..bf9a08408ddb 100644
--- a/nvidia-utils-beta.install
+++ b/nvidia-utils-beta.install
@@ -1,6 +1,8 @@
post_upgrade() {
echo "If you run into trouble with CUDA not being available, run nvidia-modprobe first."
+ echo "If you use GDM on Wayland, you might have to run systemctl enable --now nvidia-resume.service"
}
+# For the latter nore, see also https://gitlab.gnome.org/GNOME/gdm/-/issues/784
post_install() {
post_upgrade