If I had a dollar for every time the Nvidia driver screwed me over I still couldn’t order anything with it because my graphics driver wouldn’t load.

  • dan@upvote.au
    link
    fedilink
    arrow-up
    14
    ·
    edit-2
    2 days ago

    install newest proprietary nvidia drivers

    On newer cards, the open source drivers work pretty well as of version 555. The process for installing them is usually very similar to the proprietary drivers, but there’s often some flag you need to set to tell it to use the open source ones instead. For Fedora, the instructions are here: https://rpmfusion.org/Howto/NVIDIA#Kernel_Open (ignore the part about it only working for data center GPUs, as that’s no longer true)

    sudo sh -c 'echo "%_with_kmod_nvidia_open 1" > /etc/rpm/macros.nvidia-kmod'
    sudo akmods --kernels $(uname -r) --rebuild 
    

    If you use Nvidia’s installer, it automatically uses the open source driver instead of the proprietary one if you have a new enough GPU (20 series or newer)