I’m planning on changing to Linux eventually, but my PC has a 4060ti. I have heard that Nvidia drivers are a pain to install, and I don’t have the means to change to a non-Nvidia GPU. Am I in trouble?

  • plm00@lemmy.ml
    link
    fedilink
    arrow-up
    7
    ·
    9 days ago

    No, you’ll be fine. And some distros trivialize it. In my case I don’t get as good of framerates as I would on Windows, so there are some issues due to Nvidia not providing open source drivers, but it still works with Linux.

  • mina86@lemmy.wtf
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    9 days ago

    It’s trivial. Use Linux Mint or Debian, enable non-free repositories if required, and that’s pretty much it.

    I’ve never had issues with Nvidia drivers. Your mileage may vary.

  • Kongar@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    4
    ·
    9 days ago

    It used to be a pain. Multiple versions that didn’t all work. Today it’s pretty painless. A lot of installers will actually do it for you now.

    In arch (at least the last time I did it), it was just a matter of picking the right package and installing it with pacman

    EndeavorOS’s installer will do it for you

    I use Fedora these days. It didn’t do it automatically the last time I loaded from scratch (not an upgrade), but the rpm fusion team/repository made it simple. I just followed the crystal clear instructions on their website.

    I think mint does it automatically with the installer…

    Honestly I really don’t even think about nvidia drivers anymore.

  • justinthegeek@lemmy.sdf.org
    link
    fedilink
    arrow-up
    3
    ·
    9 days ago

    What distro are you using? It’s getting pretty simple at this point. I’m running Arch and it maybe took 5 minutes to fully set it up.

  • MyNameIsRichard@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    9 days ago

    As long as you don’t make the mistake of downloading them directly from Nvidia, it should be straight-forward.

      • Enkrod@feddit.org
        link
        fedilink
        arrow-up
        3
        ·
        edit-2
        9 days ago

        depends on your Distro, for Linux Mint it’s just the Driver Manager.

        To access the Driver Manager in Linux Mint, follow these steps:

        1. Click on the Menu (Taskbar) in the lower-left corner of your screen.
        2. Navigate to Administration.
        3. Click on Driver Manager.

        Load Device Manager for Nvidia Drivers on Linux Mint

        Once you have opened the Driver Manager, follow these steps to install the Nvidia drivers:

        1. The Driver Manager will prompt you for your password. Enter your password and click on Authenticate.
        2. The Driver Manager will scan your system for available drivers. Once the scanning is complete, you will see a list of available drivers for your graphics card.
        3. Select the recommended Nvidia driver from the list.
        4. Click on Apply Changes to start the installation process.

        Then reboot.

        source

        For most problems you can really just google stuff like “Linux Mint Nvidia Drivers”

      • Luke@lemmy.ml
        link
        fedilink
        English
        arrow-up
        2
        ·
        9 days ago

        Whatever distro you pick will have instructions for where and how to install the drivers, if it doesn’t do so for you during the install. Ubuntu is probably most likely to do so easiest. I prefer Fedora for other reasons, which is also easy to get nvidia working, but sightly less easy than Ubuntu where it’s a single checkbox during OS install.

      • MyNameIsRichard@lemmy.ml
        link
        fedilink
        arrow-up
        1
        ·
        9 days ago

        Each distro has it’s own way of installing the drivers, Mint uses a driver Manager GUI, endeavour OS uses the nvidia-inst script, but ultimately, they come the repositories of the distro.

  • waffle@sh.itjust.works
    link
    fedilink
    arrow-up
    2
    ·
    9 days ago

    Sometimes it’s plug-n-play and everything works great. Sometimes you press the update Nvidia drivers button on your Ubuntu work computer and then need to tell IT you bricked your OS. YMMV

  • HubertManne@piefed.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 days ago

    I mean I use zorin which is an ubuntu spin just made to be as usable as possible out of the box so its super easy. Barely an inconvenience. I see someone mentions bricking but I have not encountered it but I tend to use old hardware soooooo… oh and i should say old nough that a 4060ti would seem pretty new.

  • GenderNeutralBro@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    2
    ·
    9 days ago

    It ranges from “automatic” to “infuriating”.

    If you have Secure Boot enabled, there are some hoops to jump through. Read the docs and follow the steps for DKMS.

    Depending on your distro and your requirements, you might want to install the drivers manually from Nvidia rather than using older drivers from your distro.

    If you need CUDA, god help you. Choose a distro that makes this easy and use containers to avoid dependency hell. Note that this is not any easier on Windows (at least not last I checked, which was a few years ago).