I’m a new user, my way around fedora and linux is still quite new. I’m sorry you might’ve had to answer this question numerous times before.
my GPU is an Nvidia Geforce GTX 1070. I’m a graphic designer working mainly with software like Blender Inkscape Gimp etc. unfortunately, I haven’t worked out a way to run them properly on my new Linux system. it’s possible each software has its own problem (I’ve found that Inkscape has been crashing for a few users after the recent upgrade), Blender is acting up oddly. (both programmes run smoothly on the same system on Windows 11)
I’d simply like to rule out the possibility that the software can’t use the graphics card but I couldn’t manage to install Nvidia drivers. I’ve followed the articles, installed RPM repositories and downloaded the RPM Nvidia drivers on Fedora but the system won’t boot using the drivers. it says something about a security issue and falls back on the built-in Nouveau driver.
maybe someone has a useful advice? maybe using Nouveau instead of the Nvidia drivers isn’t related to these problems?
A good idea is to Start Here to see what kind of information we do need to help you on a easy and fast way. Of course searching about your GPU model helps too.
I see on my machine (F39) that I do have an Nvidia repo linked without having an Nvidia GPU. So theoretically it should be possible that Fedora recognizes your Nvidia and installs the drivers for you.
What is important is, that you give the system time to do so.
After a new installation and an update of kernel versions it will do some upgrades in the background.
I have tried to figure out where to see the installed and used drivers. I suppose the equivalent for that on windows would be ‘Device Manager’. because currently I’m unsure if the OS is using my Nvidia or the motherboard’s Intel GPU.
If you could please give us details on your system and what version of Fedora you are using.
Are you Dual Booting (running windows and Fedora on same system)
Make/Model of your computer/laptop + GPU
What version of Fedora are you using, Fedora 39 Workstation or other version.
You said you followed instructions on the GPU driver install, which did you folllow? Fedora has a pretty straight forward way of installing drivers ( I will show a screenshot if you are on Fedora Workstation)
You can type Super + Settings , to pull up hte settings menu and scroll down to About.
Here i have a AMD GPU ( I have turned off my Nvidia GPU ) so you can see if you have your Nvidia GPU active.
As for the updating of the drivers : You can simply go to Super + type Software, click on the hamburger menu to the right and choose “Software Repository” and see the screen shots below to install the Nvidia GPU.
BTW :
I also use Blender, Inkscape, Krita & GIMP, they all work great currently with/without Nvidia GPU ( my Nvidia card is currently off for reasons ) Blender does require cycles rendering on Nvidia through CUDA but you can get all those drivers too. Outside of that it’s no problem
It is good practice to run inxi -Fzxx in a terminal and then paste the output (as text using the </> button). This provides a snapshot of the hardware and drivers being used, and can be found in searches by others with similar issues and hardware. This is important for your issue because there have been a number of different approaches to mixing Intel GPU’s with Nvidia.
Searching this forum for inxi -Fzxx nvidia should get you Nvidia discrete graphic card not working which has a list of commands that will help understand the status of your Nvidia hardware.
I am dual booting, however Windows and Fedora are running from completely separate drives. Fedora is installed on an internal SSD that I temporarily hooked externally using a SATA to USB-C. but the system has been running great so far.
there were instructions in the official Fedora documentations, though I went a bit lost there. I found some guides on YouTube and installed the RPM repository, which added the Nvidia drivers to the Fedora store. I installed something called “NVIDIA Linux Graphics Driver”. I admit that something was said about the ‘470xx’ version, underneath the one in the screenshot, which is meant to support some other graphic cards. I couldn’t figure out which one mine needs but supposed it’s the one I installed because it was said that the 470xx one is for older cards.
the Nvidia driver box is ticked in my Software Settings. I have installed the drivers but it doesn’t load. when I boot the system, a message shows on the boot screen saying unable to load Nvidia kernel, falling back to Nouveau.
footnote:
Gimp seems to perform fine. regarding Inkscape, I found that many people on Gitlab have raised the issue of crashing in recent days, after updating to the newest version. I suppose I should just try an older version.
about Blender, it just behaved oddly. glitched when I resized the window (which really seemed like a graphics card thing). and my desktop background showed in half transparency through the grey background of Blender. it was quite weird. I deleted and will try to reinstall it soon. the thing is, that I do use cycles and render photorealistic shots. I often use OpenGL for the fastest result. but I don’t have much experience with Cuda. might be good as well.
p.s.
could you tell me how to check app data on Linux? on Windows, I can open the ‘programme files’ or ‘appdata’ folders, and check for traces or files software I uninstalled left behind, and erase them manually. can I also do that on Fedora?
The nouveau driver is a fallback when the Nvidia driver fails.
was meant to use in the search tool for this forum (magnifying glass to the left of the 3-bars at upper right). It should find troubleshooting suggestions provided to others with similar issues.
This may very well be related to secure boot.
Please run mokutil --sb-state
If the result is SecureBoot enabled then by default the nvidia driver cannot be loaded.
Please show us the output of dmesg | grep -iE "nvidia|secure" and dnf list installed \*nvidia\*. Please post both those as copy & paste the text using the </> button to retain the on-screen formatting.
on Windows I can simply copy this path and paste it into the file explorer to access all the software’s files. I was wondering if I can do something similar on Fedora
is this sufficient? thank you very much for your help!
please let me know what you understand from it because all I get is that security boot is enabled, which might be the cause?
Thank you for posting that as text. The image is not required for future posts.
That info is enough.
Secureboot seems to be preventing loading the nvidia drivers.
If you wish to boot as is and secureboot is not required, then simply enter the bios setup and disable secureboot.
As an alternative there are a couple things to do that enable signing the nvidia module so it can be loaded while secureboot is enabled.
Follow all the steps in the file /usr/share/doc/akmods/README.secureboot. All that must be done using sudo for each command.
Once step 1 is complete then rebuild the nvidia modules (which will now be signed)
a. Remove the old (unsigned) nvidia modules with sudo dnf remove kmod-nvidia-*
b. Build the new (signed) modules with sudo akmods --force
After step 2.b. completes then reboot. This time the nvidia modules should load and be functional.
I’d try to proceed with your second solution because I don’t know how disabling the scureboot would affect the Windows OS which I’m running on the same system.
excuse me my inexperience, could you give me a bit more detail as to how to perform step 1? did you mean I should paste this line/path in the Terminal? or how exactly I should get to the file secureboot and manipulate it?
This directory is used for documentation. You need to read the file either by running less /usr/share/doc/akmods/README.secureboot in a terminal or using an editor that supports plain text. Note that this files comes from the akmods package which also pulls in additional packages with the tools needed to carry out the procedure.
You do not manipulate it. You read it with a tool such as less /usr/share/doc/akmods/README.secureboot in one terminal window then follow the instructions there by entering the commands one at a time in another terminal window.
Do I need to install this package you mentioned?
if so, how do I do that?
Edit:
I found in a quick googling that AKMOND is part of the RPM package which I’ve already installed. Is there a way I could check if AKMOND is already installed on my system? is it even necessary?
The result shows you if it is available or installed.
If you not want to have problems after every update of the kernel then yes … it is necessary.
Description : Akmods startup script will rebuild akmod packages during system
: boot, while its background daemon will build them for kernels right
: after they were installed.
but there’s an error when I run the command in the first instruction:
yotamguttman@fedora:~$ mokutil --import /etc/pki/akmods/certs/public_key.der
Failed to get file status, /etc/pki/akmods/certs/public_key.der
yotamguttman@fedora:~$ mokutil --import /etc/pki/akmods/certs/public_key.der
Failed to get file status, /etc/pki/akmods/certs/public_key.der