Hi.

On Sun, 04 May 2025 22:32:24 +0200 François Patte wrote:
> As fotr the GPU driver I use the Nvidia driver from rpmfusion repo and I 
> suppose that during every update akmod does its jobs...

If you don't reboot too early it should work yes.

> How to be sure?

For example like this:

1. glxinfo -B

Should show something like:

   OpenGL vendor string: NVIDIA Corporation
   OpenGL renderer string: Quadro K4000/PCIe/SSE2
   OpenGL core profile version string: 4.6.0 NVIDIA 470.256.02

2. lsmod | grep nvidia

   nvidia_drm             86016  8
   nvidia_modeset       1511424  3 nvidia_drm
   nvidia_uvm           2834432  0
   nvidia              40759296  84 nvidia_uvm,nvidia_modeset
   video                  81920  2 dell_wmi,nvidia_modeset

3. modinfo -n nvidia

   /lib/modules/6.14.2-300.fc42.x86_64/extra/nvidia-470xx/nvidia.ko

4. dnf list --installed kernel kmod-\*

   Installed packages
   kernel.x86_64                                    6.12.10-200.fc41    
so-updates
   kernel.x86_64                                    6.12.13-200.fc41    
so-updates
   kernel.x86_64                                    6.14.2-300.fc42     
so-updates
   <snip unrelated>
   kmod-nvidia-470xx.x86_64                         3:470.256.02-9.fc42 
so-rpmfusion-nonfree
   kmod-nvidia-470xx-6.12.10-200.fc41.x86_64.x86_64 3:470.256.02-9.fc42 
@commandline
   kmod-nvidia-470xx-6.12.13-200.fc41.x86_64.x86_64 3:470.256.02-9.fc42 
@commandline
   kmod-nvidia-470xx-6.14.2-300.fc42.x86_64.x86_64  3:470.256.02-9.fc42 
@commandline

-- 
francis
-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to