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: 82

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,233 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: 82

1 80 81 82 83 84 127
    1. $ nvidia-installer -v | grep version
      nvidia-installer: version 410.93

      $ uname -a
      Linux localhost.localdomain 4.19.13-300.fc29.x86_64 #1 SMP Sat Dec 29 22:54:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

      $ lspci |grep -E “VGA|3D”
      05:00.0 VGA compatible controller: NVIDIA Corporation GP107 [GeForce GTX 1050 Ti] (rev a1)

      Smooth install Fedora 29, Thank you for your guide!

      Reply
    2. Thanks for the help, worked for me with this:

      nvidia-installer: version 410.93
      Linux localhost.localdomain 4.19.13-300.fc29.x86_64 #1 SMP Sat Dec 29 22:54:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
      02:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2)

      Reply
    3. [[email protected] ~]# nvidia-installer -v |grep version
      nvidia-installer: version 415.27
      [[email protected] ~]# uname -a
      Linux localhost.localdomain 4.19.15-300.fc29.x86_64 #1 SMP Mon Jan 14 16:32:35 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
      [[email protected] ~]# lspci |grep -E “VGA|3D”
      01:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] (rev a1)

      Reply
    4. nvidia-installer: version 415.27

      Linux xmbg088f 4.19.15-300.fc29.x86_64 #1 SMP Mon Jan 14 16:32:35 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

      01:00.0 VGA compatible controller: NVIDIA Corporation GK107 [GeForce GTX 650] (rev a1)

      Worked great without any problems. Fedora 29 Cinnamon.

      Reply
    5. [[email protected] ~]$ nvidia-installer -v |grep version
      nvidia-installer: version 415.27
      [[email protected] ~]$
      [[email protected] ~]$ uname -a
      Linux x360-lan 4.19.15-200.fc28.x86_64 #1 SMP Mon Jan 14 17:06:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
      [[email protected] ~]$
      [[email protected] ~]$ lspci |grep -E “VGA|3D”
      00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
      00:13.0 Non-VGA unclassified device: Intel Corporation Sunrise Point-LP Integrated Sensor Hub (rev 21)
      01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1)

      Reply
    6. does not work with:
      ==================

      4.19.13-200.fc28
      4.19.14-200.fc28

      works fine with:
      ===============

      4.19.10-200.fc28

      nvidia-installer: version 390.87 ([email protected]) Tue Aug 21 17:33:51 PDT 2018

      03:00.0 VGA compatible controller: NVIDIA Corporation GF104 [GeForce GTX 460] (rev a1)

      Reply
      • Hi,

        Just updated 390.87 installer to work with latest 4.19 and 4.20 kernels. Please re-download it and try again.

        Reply
        • will do. thanks.

          Reply
    7. nvidia-installer: version 410.93

      [[email protected] /]$ nvidia-installer -v |grep version
      nvidia-installer: version 410.93
      [[email protected] /]$
      [[email protected] /]$ uname -a
      Linux x360.lan 4.19.15-200.fc28.x86_64 #1 SMP Mon Jan 14 17:06:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
      [[email protected] /]$
      [[email protected] /]$ lspci |grep -E “VGA|3D”
      00:02.0 VGA compatible controller: Intel Corporation UHD Graphics 620 (rev 07)
      00:13.0 Non-VGA unclassified device: Intel Corporation Sunrise Point-LP Integrated Sensor Hub (rev 21)
      01:00.0 3D controller: NVIDIA Corporation GP108M [GeForce MX150] (rev a1)

      Reply
    8. $ nvidia-installer -v | grep version
      nvidia-installer: version 415.27

      $ uname -a
      Linux xxx 4.20.3-200.fc29.x86_64 #1 SMP Thu Jan 17 15:19:35 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

      $ lspci |grep -E “VGA|3D”
      01:00.0 VGA compatible controller: NVIDIA Corporation GM206GLM [Quadro M2200 Mobile] (rev a1)

      Reply
    9. Had a problem with 415.25 (or anything after 396 for that matter) on kernels 4.19 and 4.20, resulting in black screen after grub.
      After some searching it turns out the problem was caused by old libglx.so that wasn’t properly updated during Fedora upgrade at some point.
      Solved by running dnf reinstall xorg-x11-server-*

      Reply
      • Hi AF,

        Thanks for this info, might be useful to someone who have same black screen problem caused by old libglx.so.

        Reply
      • How could you get a command line with that black screen? I tried a lot but couldn’t…

        Reply
        • You should be able to switch terminal levels with alt+ctrl [F2-6 key]

          Reply
    10. [[email protected] ~]$ nvidia-installer -v |grep version
      nvidia-installer: version 415.27
      [[email protected] ~]$ uname -a
      Linux localhost.localdomain 4.20.3-200.fc29.x86_64 #1 SMP Thu Jan 17 15:19:35 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
      [[email protected] ~]$ lspci |grep -E “VGA|3D”
      26:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 3GB] (rev a1)

      Reply
    11. AFter upgrade to kernel version 4.20.3 it does not work any more GTS 450 with patched version. driver version 390.87

      Reply
    12. AFter upgrade to kernel version 4.20.3 it does not work any more GTS 450 with patched version. driver version 390.87 with and without DKMS and without 32 compatible libs

      Reply
    13. The error is CC [M] /var/lib/dkms/nvidia/390.87/build/nvidia/os-pci.o
      /var/lib/dkms/nvidia/390.87/build/nvidia/os-interface.c:1700:5: error: unknown type name ‘ipmi_user_t’
      ipmi_user_t p_user; // ptr to ipmi_msghandler user structure
      ^~~~~~~~~~~
      /var/lib/dkms/nvidia/390.87/build/nvidia/os-interface.c:1709:5: error: unknown type name ‘ipmi_user_t’; did you mean ‘pci_power_t’?
      ipmi_user_t user,
      ^~~~~~~~~~~
      pci_power_t

      Reply
      • Hi Favio,

        Did you tried latest updated patched version?

        For me this works normally with kernel 4.20.3:

        wget https://nvidia.if-not-true-then-false.com/NVIDIA-Linux-x86_64-390.87-patched-kernel-4.20.run
        
        Reply
        • Saved my evening:) Thank you JR

          Reply
    14. Thank you!

      nvidia-installer: version 415.27

      Linux W-01-W10-i7 4.20.3-200.fc29.x86_64 #1 SMP Thu Jan 17 15:19:35 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

      01:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] (rev a1)

      Additionally, the nvidia-installer found my initial failed install from the GNOME Software update tool, and provided the yum remove command for that.

      Reply
    15. There are 2190 comments, so forgive me for “TLDR”.

      Is anyone else experiencing Gnome-Shell crashing almost every time that you unlock the screen? Since NVIDIA-Linux-x86_64-390.87-patched.run I’ve been having the issue. My card is a GTS450, so needs the 390 train.

      When I enter my password to unlock, Gnome Shell crashes and then restarts. I don’t lose anything, just time. It runs ABRT but can’t report anything because of the proprietary drivers.

      Any help would be appreciated.

      Reply
1 80 81 82 83 84 127

Leave a Reply to haaun 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