Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does this installer work with NVIDIA GeForce GT 755M ? #307

Open
goldenratio opened this issue May 8, 2024 · 4 comments
Open

does this installer work with NVIDIA GeForce GT 755M ? #307

goldenratio opened this issue May 8, 2024 · 4 comments

Comments

@goldenratio
Copy link

goldenratio commented May 8, 2024

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
@FelipeRuizGarcia
Copy link
Contributor

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.

@goldenratio
Copy link
Author

  • 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

@FelipeRuizGarcia
Copy link
Contributor

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

https://rpmfusion.org/Howto/NVIDIA

@FelipeRuizGarcia
Copy link
Contributor

FelipeRuizGarcia commented Aug 16, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants