Skip to content

Instantly share code, notes, and snippets.

@hav4ik
hav4ik / guide.md
Created December 11, 2018 21:30
InstallingGuide

Install Nvidia drivers the right way

You don't want Xorg to use your NVIDIA gpu. Need to blacklist nouveau and nvidia-drm. In the created file /etc/modprobe.d/blacklist-nouveau.conf:

blacklist nouveau
options nouveau modeset=0

In the file /etc/modprobe.d/blacklist-nvidia-drm.conf:

blacklist nvidia-drm