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

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

1 60 61 62 63 64 127
    1. Great posting! Thanks for your efforts, worked well for me:
      nvidia-installer: version 390.25 ([email protected]) Wed Jan 24 20:46:20 PST 2018
      $ uname -a
      Linux myth 4.15.6-300.fc27.x86_64 #1 SMP Mon Feb 26 18:43:03 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
      $ lspci | grep -E “VGA|3D”
      02:00.0 VGA compatible controller: NVIDIA Corporation GP108 [GeForce GT 1030] (rev a1)

      Reply
    2. Black screen after login on Fedora 27 with nVidia Quadro P600.

      Installation went fine, no errors.
      Boots up normally, displays login screen. But after authentication, all screens turn black and computer hangs- ctrl+alt+f* do not open any consoles, caps lock does not work.

      Also tried “nomodeset”, but the result is exactly the same.
      WaylandEnable=false is uncommented in /etc/gdm/custom.conf

      However, when booting runlevel 3 and issuing startx manually, everything works. Except lock screen.
      When pressing Super+L there is an error in log:
      märts 06 12:21:52 localhost.localdomain gsd-media-keys[2047]: Couldn’t lock screen: Cannot invoke method; proxy is for a well-known name without an owner and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag

      Any clues, how to fix this and boot runlevel 5 without hang?

      ***

      01:00.0 VGA compatible controller: NVIDIA Corporation GP107GL [Quadro P600] (rev a1)
      Linux localhost.localdomain 4.15.6-300.fc27.x86_64 #1 SMP Mon Feb 26 18:43:03 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
      nvidia-installer: version 390.25 ([email protected]) Wed Jan 24 20:46:20 PST 2018

      Reply
      • Hi priittoobla,

        I have heard same style GDM problems before, with nVidia Quadro cards.

        Check example this discussion:
        https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/comment-page-56/#comment-316448

        I guess this is a bug on GDM, could you try some other display manager, like LightDM, LXDM, KDM, XDM, WDM, SDDM?

        You can example switch GDM to LightDM on Fedora running following commands:

        
        dnf install -y lightdm
        
        systemctl disable gdm
        systemctl enable lightdm
        
        reboot
        
        Reply
        • Thank you!

          lightdm does not hang when booting runlevel 5

          Reply
    3. In fedora 27 there is no 10_linux in /etc/grub.d and 10_linux_proxy don’t have any line ‘sixteenbit=””‘ to fix

      Reply
      • Hello,

        I have 10_linux with sixteenbit in /etc/grub.d in Fedora 27:

        [[email protected] ~]# lsb_release -dr
        Description:	Fedora release 27 (Twenty Seven)
        Release:	27
        [[email protected] ~]#
        [[email protected] ~]# ls -la /etc/grub.d/
        total 84
        drwx------.   2 root root  4096 Feb 15 10:33 .
        drwxr-xr-x. 147 root root 12288 Mar  9 09:42 ..
        -rwxr-xr-x.   1 root root  8958 Jan 23 23:25 00_header
        -rwxr-xr-x.   1 root root   232 Jan 23 23:25 01_users
        -rwxr-xr-x.   1 root root 11082 Jan 23 23:25 10_linux
        -rwxr-xr-x.   1 root root 10997 Jan 23 23:25 20_linux_xen
        -rwxr-xr-x.   1 root root  2559 Jan 23 23:25 20_ppc_terminfo
        -rwxr-xr-x.   1 root root 10641 Jan 23 23:25 30_os-prober
        -rwxr-xr-x.   1 root root   214 Jan 23 23:25 40_custom
        -rwxr-xr-x.   1 root root   216 Jan 23 23:25 41_custom
        -rw-r--r--    1 root root   483 Jan 23 23:25 README
        [[email protected] ~]#
        [[email protected] ~]# grep sixteenbit /etc/grub.d/10_linux 
          sixteenbit=""
        	sixteenbit="16"
        	linux${sixteenbit} ${rel_dirname}/${basename} root=${linux_root_device_thisversion} ro ${args}
        	initrd${sixteenbit} ${rel_dirname}/${initrd}
        [[email protected] ~]#
        
        Reply
    4. Thanks dude, it works perfectly, i was suffering with this.

      Reply
    5. Thanks for your very clear and helpful instructions!
      The nvidia drivers in rpmfusion-nonfree wouldn’t install for me,
      and the nouveau drivers were causing problems, and so I was
      very happy to come across your posting!

      # nvidia-installer -v |grep version

      nvidia-installer: version 340.106 ([email protected]) Tue Jan 9 15:06:34 PST 2018

      # uname -a

      Linux john 4.15.6-300.fc27.x86_64 #1 SMP Mon Feb 26 18:43:03 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

      # lspci |grep -E “VGA|3D”

      01:00.0 VGA compatible controller: NVIDIA Corporation GT218 [GeForce 210] (rev a2)

      Reply
    6. hey
      mine worked just fine, thank you? here’s the system’s info:

      $ ./NVIDIA-Linux-x86_64-390.25.run -v | grep version
      nvidia-installer: version 390.25 ([email protected]) Wed Jan 24 20:46:20 PST 2018
      $ uname -a
      Linux vio 4.15.6-300.fc27.x86_64 #1 SMP Mon Feb 26 18:43:03 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
      $ lspci |grep -E “VGA|3D”
      01:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2)

      Reply
    7. works like a charm. get uefi go away was a bit of a hassle with dual boot win 10.

      nvidia-installer: version 390.25 ([email protected]) Wed Jan 24 20:46:20 PST 2018

      Linux localhost.localdomain 4.15.6-300.fc27.x86_64 #1 SMP Mon Feb 26 18:43:03 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
    8. [[email protected] ~]$ nvidia-installer -v |grep version
      nvidia-installer: version 390.25 ([email protected]) Wed Jan 24 20:46:20 PST
      [[email protected] ~]$ uname -a
      Linux localhost.localdomain 4.15.6-300.fc27.x86_64 #1 SMP Mon Feb 26 18:43:03 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 GK110B [GeForce GTX TITAN Black] (rev a1)
      02:00.0 VGA compatible controller: NVIDIA Corporation GK110B [GeForce GTX TITAN Black] (rev a1)

      Reply
    9. I was success installing nvidia , but then i saw my i formation graphit
      It is still intel mobile

      I was having problem during installing because it was unable load *nvidia-drm* kernel
      Then i tried install severaltimes , and i was having problem again on build kernel cant load

      I am installing on fedora 27 , kernel 4.15 , nvidia 390

      Reply
      • Hi Harmnot,

        What graphics card you have?

        Could you post output of following commands:

        lspci |grep -E "VGA|3D"
        
        lsmod |grep nouveau
        
        Reply
    10. [CODE]lspci |grep -E “VGA|3D”
      00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
      01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)
      [/CODE]

      [CODE]lsmod |grep nouveau[/CODE]

      for command nouveau show nothing,

      Reply
    11. everytrhing perfect except nouveau section.
      the “cuda install guide” version was working in my case

      [[email protected] a]# nvidia-installer -v |grep version
      nvidia-installer: version 390.25 ([email protected])
      [[email protected] a]# uname -a
      Linux localhost.localdomain 4.8.6-300.fc25.x86_64 #1 SMP Tue Nov 1 12:36:38 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
      [[email protected] a]# lspci |grep -E “VGA|3D”
      01:00.0 VGA compatible controller: NVIDIA Corporation GM107GLM [Quadro M1000M] (rev a2)

      Reply
    12. Thanks, all perfect

      Reply
1 60 61 62 63 64 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