nvidia-auto-installer-for-fedora-linux icon indicating copy to clipboard operation
nvidia-auto-installer-for-fedora-linux copied to clipboard

does this installer work with NVIDIA GeForce GT 755M ?

Open goldenratio opened this issue 1 year ago • 4 comments

I have installed all modes - driver, nvrepo, plcuda, ffmpeg, vulkan, vidacc, primec

It seems GPU is not detected?

Nvidia X Server settings doesn't show the GPU,

image

nvtop and nvidia-semi doesn't detect GPU, image

Any help is greatly appreciated.

neofetch log,

             .',;::::;,'.                femi@b6de-6e3d-be7a-af67-9800-842c-07d 
         .';:cccccccccccc:;,.            -------------------------------------- 
      .;cccccccccccccccccccccc;.         OS: Fedora Linux 40 (Workstation Editi 
    .:cccccccccccccccccccccccccc:.       Host: 20217 Lenovo IdeaPad Y510P 
  .;ccccccccccccc;.:dddl:.;ccccccc;.     Kernel: 6.8.8-300.fc40.x86_64 
 .:ccccccccccccc;OWMKOOXMWd;ccccccc:.    Uptime: 26 mins 
.:ccccccccccccc;KMMc;cc;xMMc:ccccccc:.   Packages: 2488 (rpm), 34 (flatpak) 
,cccccccccccccc;MMM.;cc;;WW::cccccccc,   Shell: bash 5.2.26 
:cccccccccccccc;MMM.;cccccccccccccccc:   Resolution: 2560x1440 
:ccccccc;oxOOOo;MMM0OOk.;cccccccccccc:   DE: GNOME 46.1 
cccccc:0MMKxdd:;MMMkddc.;cccccccccccc;   WM: Mutter 
ccccc:XM0';cccc;MMM.;cccccccccccccccc'   WM Theme: Adwaita 
ccccc;MMo;ccccc;MMW.;ccccccccccccccc;    Theme: Adwaita [GTK2/3] 
ccccc;0MNc.ccc.xMMd:ccccccccccccccc;     Icons: Adwaita [GTK2/3] 
cccccc;dNMWXXXWM0::cccccccccccccc:,      Terminal: gnome-terminal 
cccccccc;.:odl:.;cccccccccccccc:,.       CPU: Intel i7-4700MQ (8) @ 3.400GHz 
:cccccccccccccccccccccccccccc:'.         GPU: NVIDIA GeForce GT 755M 
.:cccccccccccccccccccccc:;,..            GPU: NVIDIA GeForce GT 755M 
  '::cccccccccccccc::;,.                 Memory: 4394MiB / 15931MiB 

dnf list installed *nvidia*

Installed Packages
akmod-nvidia.x86_64                           3:550.78-1.fc40       @rpmfusion-nonfree-nvidia-driver
kmod-nvidia-6.8.8-300.fc40.x86_64.x86_64      3:550.78-1.fc40       @@commandline                   
nvidia-modprobe.x86_64                        3:550.78-1.fc40       @rpmfusion-nonfree-nvidia-driver
nvidia-persistenced.x86_64                    3:550.78-1.fc40       @rpmfusion-nonfree-nvidia-driver
nvidia-settings.x86_64                        3:550.78-1.fc40       @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia.x86_64                    3:550.78-1.fc40       @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-cuda.x86_64               3:550.78-1.fc40       @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-cuda-libs.i686            3:550.78-1.fc40       @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-cuda-libs.x86_64          3:550.78-1.fc40       @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-kmodsrc.x86_64            3:550.78-1.fc40       @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-libs.i686                 3:550.78-1.fc40       @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-libs.x86_64               3:550.78-1.fc40       @rpmfusion-nonfree-nvidia-driver
xorg-x11-drv-nvidia-power.x86_64              3:550.78-1.fc40       @rpmfusion-nonfree-nvidia-driver

goldenratio avatar May 08 '24 16:05 goldenratio

Hello @goldenratio ,

Questions,

  1. is uefi disable on the machine ? if not, can you disable ?
  2. have been worked in that before in that machine ?

I have been using a Lenovo with fedora 40 as well, saw the same issue as you upgrading the kernel. The issues reinstalling some packages. I create this script to do it:

https://github.com/FelipeRuizGarcia/super-machine-setup/blob/test/utils/fedora/os-fedora-nvidia.sh

that work for me. Hopefully can help u.

FelipeRuizGarcia avatar May 08 '24 20:05 FelipeRuizGarcia

  • is uefi disable on the machine ? if not, can you disable ? ya, UEFI is disable and also secure boot is disabled

  • have been worked in that before in that machine ? it has never worked

reinstalling didn't work

goldenratio avatar May 09 '24 07:05 goldenratio

@goldenratio , take a look to the kernel modules and specifc versions for your graphics card.

https://rpmfusion.org/Howto/NVIDIA

FelipeRuizGarcia avatar Aug 15 '24 05:08 FelipeRuizGarcia

@goldenratio , take a look to the kernel modules and specifc versions for your graphics card.

also, check the specific steps for your gfx card at https://rpmfusion.org/Howto/NVIDIA

Lets see if the nvidia kernel modules are loaded . share with us the cat /default/grub

there should be an nvidia-drm.modeset=1 option to be able to load

also, sudo lsmod | grep nvidia

I am ready to help you with this.


oh wait ... remove the kmod-nvidia package ... do not install it.

just install the akmod-nvidia, as the guide how to mentioned

FelipeRuizGarcia avatar Aug 16 '24 21:08 FelipeRuizGarcia