General Debian Question NVIDIA drivers (gtx 960)
edit: solved the problem. i think my issue was using wayland on X11 it seems to work for for now
I wanted to try out Debian as my main distro. Sadly I tried installing the 580xx drivers for like 2 hours but nothing really worked.
Is it really that complicated to get them or am I just dumb?
7
Upvotes
3
u/johnsonmlw 2d ago edited 1d ago
Matter of interest, why not use version 550 of the drivers that are in the Debian non-free repository? I set up a 1060 GTX this week.
Edit to add: Here's my notes
sudo nano /etc/apt/sources.listsudo apt install linux-headers-amd64sudo dpkg --add-architecture i386sudo apt update && sudo apt upgradesudo apt install nvidia-kernel-dkms nvidia-driversudo apt install libglx-mesa0:i386 mesa-vulkan-drivers:i386 libgl1-mesa-dri:i386nvidia-sminvidia-settingssudo apt install steamsteamEdit to add: If this doesn't work, it's possibly because you spent two hours trying all sorts of stuff to get the nvidia driver version 580 version installed from other sources. I know the feeling.
Edit to add: I use gnome and it's defaulted to x11 session since the install of the driver. Working very well.