Fedora 37/36/35 NVIDIA Drivers Install Guide [530.30.02 / 525.89.02 / 520.56.06 / 515.86.01 / 510.108.03 / 470.161.03 / 390.157 / 340.108] - Comment Page: 77

This is guide, howto install NVIDIA proprietary drivers (manually using .run installer) on Fedora 37/36/35/34/33/32 and disable Nouveau driver. This guide works with GeForce 8/9/200/300/400/500/600/700/800/900/10/20/30/40 series cards. GeForce RTX 40 series cards works with 530.xx, 525.xx, 520.xx NVIDIA drivers, (RTX 4090) GeForce RTX 30 series cards works with 530.xx, 525.xx, 520.xx, 515.xx, 510.xx and 470.xx NVIDIA drivers, (RTX 3090, RTX 3080 and RTX 3070, RTX 3060, RTX 3060 Ti) GeForce RTX 20 series cards works with 530.xx, 525.xx, 520.xx, 515.xx, 510.xx and 470.xx NVIDIA drivers (RTX 2080 Ti, RTX 2080, RTX 2070 Ti, RTX 2070, RTX 2060) GeForce GT/GTX 600/700/800/900/10 series...

3,232 comments on “Fedora 37/36/35 NVIDIA Drivers Install Guide [530.30.02 / 525.89.02 / 520.56.06 / 515.86.01 / 510.108.03 / 470.161.03 / 390.157 / 340.108] - Comment Page: 77

1 75 76 77 78 79 127
      • Thanks Dirk,

        Problem is rhgb kernel parameter. I guess this is fixed soon. I can get same xorg error:

        (EE) NVIDIA(GPU-0): Failed to acquire modesetting permission.
        (EE) NVIDIA(0): Failing initialization of X screen 0
        (II) UnloadModule: "nvidia"
        (II) UnloadSubModule: "glxserver_nvidia"
        (II) Unloading glxserver_nvidia
        (II) UnloadSubModule: "wfb"
        (II) UnloadSubModule: "fb"
        (EE) Screen(s) found, but none have a usable configuration.
        (EE)
        Fatal server error:
        (EE) no screens found(EE)
        Reply
    1. Thanks for you webpage
      please what driver I should to use for NVIDIA Geforce GT 730 into fedora 29

      Reply
      • Hi Felix and thanks,

        You can use 410.73 drivers. Your card should be supported!

        Reply
        • BUT DONT SUPPORT DKMS dou yo have the NVIDIA-patched for this?
          THANKS AGAIN

          Reply
          • dkms, should be supported also. Did you installed all dependencies on step 2.5 and selected “yes” on step 2.8.3?

            Reply
            • i have don this after a fresh install of fedora 29. i had to install make to build DKMS

              Reply
              • Hi Rolf,

                Oh, now I see make is not anymore installed as dependency on step. 2.5. Thanks, I added it to install line too.

                Reply
        • There are chances that his GT 730 is based on a Fermi GPU which are now maintained through an older driver branch just for bug and security fixes.
          I think than the latest version for Fermi GPUs is 410.66

          Reply
    2. Fedora 29 in GRUB I have deleted “rhgb”in GRUB_CMDLINE_LINUX , GDM starts normally without issues

      Reply
    3. Succeeded

      nvidia-installer: version 410.73

      Linux new-host 4.18.16-300.fc29.x86_64 #1 SMP Sat Oct 20 23:24:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

      00:02.0 VGA compatible controller: Intel Corporation HD Graphics 630 (rev 04)
      01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Mobile] (rev a1)

      Reply
    4. Looking through NVIDIA documentation I found a more “elegant” way.
      I’ve installed the required packages (only kernel-devel was missing).
      Then I just created a new configuration file (since is advised to not modify existing ones) in /etc/modprobe.d/ with this two line:
      blacklist nouveau
      options nouveau modeset=0

      and suddenly I rebuild initramfs as you described, which pick up the module loader configuration file mentioned above, preventing Nouveau from loading and performing a kernel modeset.

      Both ways (yours and mine) filed the firs time because the package “elfutils-libelf-devel” was not installed, luckily the nvidia-installer log reported that the cause was the missing package so was easy to solve.

      Reply
      • Hi Stefano,

        I know that here is a few not mandatory steps, but I have used several years to modify this guide and used my own experiences and users feedback. This is what it currently is.

        Reply
    5. Hi! after all this steps, i don’t have the Nvidia X server settings, also there is a message box telling me “Couldn’t find Nvidia-settings on your device” :/, i did every step you showed here, i have Fedora 29 and a Nvidia GeForce GTX 1050

      Reply
      • Hi Rokuzov,

        Did you get nVidia drivers installed and could use graphical environments? Or where you get this message box?

        Reply
    6. Hi JR,

      thanks for the detailed instructions.

      Recently I had to uninstall the Nvidia and re-enable nouveau drivers on a Fedora 28 machine. To make it work again I had to reinstall the libglvnd* packages in step 5.12 as well.

      Reply
      • Hi horvathd,

        Thanks, you are totally right, added this to guide!

        Reply
    7. Was successful. Thanks for making these guides. I’ve been using them for many, many versions now.

      nvidia-installer: version 410.73

      Linux localhost.localdomain 4.18.16-300.fc29.x86_64 #1 SMP Sat Oct 20 23:24:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

      01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2)

      Reply
    8. [[email protected] kb]# nvidia-installer -v |grep version
      nvidia-installer: version 415.13
      [[email protected] kb]# uname -a
      Linux localhost.localdomain 4.18.16-300.fc29.x86_64 #1 SMP Sat Oct 20 23:24:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
      [[email protected] kb]# lspci |grep -E “VGA|3D”
      01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 680] (rev a1)
      [[email protected] kb]#

      Reply
    9. Worked like charm. Thanks a lot! I had same problem with gdm and black screen but installing sddm overcomes that.

      nvidia-installer: version 410.73
      Linux gigant 4.18.16-300.fc29.x86_64 #1 SMP Sat Oct 20 23:24:08 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
      01:00.0 VGA compatible controller: NVIDIA Corporation GK106 [GeForce GTX 660] (rev a1)

      Reply
    10. I was able to install the drivers on fedora 29 from the rpm fusion repo (by enabled in software centre repo menu) and then installing the driver by the commandxorg-x11-drv-nvidia.x86_64. That was still broken so I tried these packages nvidia-modprobe.x86_64 and nvidia-persistenced.x86_64 then I run “sudo dracut -f” and now I can boot into gnome without gdm locking up or removing the “rhgb” parameter . I don’t know which packege fixed this, it wasn’t dracut. Hope this helps, worked on gtx 970.

      Reply
      • Hi SomeGrunt,

        This guides point is not solve only rhgb problem, but just to be alternative way to install nVidia drivers stable, beta, legacy or whatever version you wish. It’s something what you can’t get from any repo.

        Reply
    11. really good guide, thx a lot.
      I have one comment to this. I upgraded from f28 to f29 and some screen issuse, so i decidied to update my nvidia driver from 396 to 410 but I run into trouble. googeling does help me so I uninstalled the old driver completely -> switched back to nouveau -> and after the system runs again I installed nvidida driver 410. Hope this help someone that had also trouble with updating the driver

      Reply
    12. Thanks for your excellent guide. I had tried everything to get this working and I finally got everything working with this guide.

      One thing I noticed is that when I upgraded the kernel from 4.18.16 to 4.18.17, I had to manually re-install the driver.

      Reply
      • Hi John,

        Thanks and nice to hear that you got everything working!

        Normally dkms should take care of rebuilding Nvidia for updated kernel, but some reason currently it fails. Did you tried update to 4.18.18? Is it still same?

        Reply
    13. Complete!
      [[email protected] ~]$ nvidia-installer -v |grep version
      nvidia-installer: version 410.73
      [[email protected] ~]$ uname -a
      Linux localhost.localdomain 4.18.17-300.fc29.x86_64 #1 SMP Mon Nov 5 17:56:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
      [[email protected] ~]$ lspci |grep -E “VGA|3D”
      01:00.0 VGA compatible controller: NVIDIA Corporation GK104 [GeForce GTX 680] (rev a1)
      [[email protected] ~]$

      Reply
    14. Using GDM, removed rhgb quiet

      nvidia-installer: version 415.13

      Linux localhost.localdomain 4.18.17-300.fc29.x86_64 #1 SMP Mon Nov 5 17:56:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
      01:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] (rev a1)

      Reply
      • DKMS broken though, says it can’t find 410.73 conf file, and now can’t boot into OS after 4.18.18 kernel update. Tried running the installer again in multi-user and got no errors, but dkms status still returns an error.

        Any help would be greatly appreciated.

        Reply
        • Installed 410.73 again and reinstalled dkms which cleared the dkms.conf error, then installed 415.13 and I’m able to boot but the error is back as well when I run [dkms status]

          https://imgur.com/zVAhBbc

          I checked contents for /usr/src and there is no nvidia-410.73 folder, should I manually delete /var/lib/dkms/nvidia/410.73 folder?

          Reply
          • Hi Steve,

            I just checked your image and own config. You should try to remove /var/lib/dkms/nvidia/410.73 manually, you can do it example with following command:

            mv /var/lib/dkms/nvidia/410.73 /root/

            Then run dkms status again, do you still get error?

            Reply
1 75 76 77 78 79 127

Leave a Reply to JR Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Close