From e586f46b88d90bed90ca5387ea531abb6bd8b486 Mon Sep 17 00:00:00 2001 From: Denis Benato Date: Sun, 16 Feb 2025 19:02:15 +0800 Subject: [PATCH] Change nvidia-dkms to nvidia-open-dkms The package nvidia-open-dkms is the suggested option by both archlinux and nvidia. It works generally better. It supports nvidia 2000 and up: unlinke nvidia-dkms, but 1000 series cards have problems with directx12 games anyway. --- manifest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest b/manifest index a4f92d70..58f3f1e2 100644 --- a/manifest +++ b/manifest @@ -134,7 +134,7 @@ export PACKAGES="\ noto-fonts-emoji \ nss-mdns \ ntfs-3g \ - nvidia-dkms \ + nvidia-open-dkms \ opencl-nvidia \ lib32-opencl-nvidia \ nvidia-utils \