Skip to content

Instantly share code, notes, and snippets.

@tgxn
Last active May 25, 2024 05:13
Show Gist options
  • Save tgxn/6bcf093c879b95bb275794416c42afea to your computer and use it in GitHub Desktop.
Save tgxn/6bcf093c879b95bb275794416c42afea to your computer and use it in GitHub Desktop.
Enabling NVIDIA 555.42.02 in Arch

NVIDIA Beta Install 555.42.02 BETA under Arch

Install of Arch, using the "NVIDIA Propietry" drivers in archinstall. (using nvidia-dkms)

Then, do the following to switch to latest beta drviers 555.42.02!!

Add the options to modprobe

/etc/modprobe.d/nvidia.conf

# Enable NVIDIA "Direct Rendering Manager" Mode Setting, to make Wayland compositors function properly.
options nvidia_drm modeset=1

# Additionally, with the driver version 545 and above, you can also set the experimental nvidia_drm.fbdev=1 parameter, 
#which is required to tell the NVIDIA driver to provide its own framebuffer device instead of relying on efifb or vesafb, which do not work under simpledrm.
options nvidia_drm fbdev=1

remove non-beta drivers

we need to ignore deps, as steam will complain

yay -Rd --nodeps nvidia-dkms nvidia-utils lib32-nvidia-utils

install beta drivers

finally, we can

yay -S nvidia-beta-dkms nvidia-utils-beta lib32-nvidia-utils-beta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment