Skip to content

[BUG]: Nvidia driver problems #814

Description

@Matthew444444

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Hardware: NVIDIA GeForce RTX 2060
AlmaLinux version: 10.2
Installation: Clean installation

I followed the official AlmaLinux NVIDIA installation guide exactly:

dnf install almalinux-release-nvidia-driver
dnf install nvidia-open-kmod nvidia-driver

After reboot, the NVIDIA kernel module did not load. The system booted using a fallback graphics driver with low resolution instead of the NVIDIA driver.

Expected Behavior

Following the official installation guide, should result in the NVIDIA driver loading successfully after the first reboot, with the system starting at the native display resolution and the NVIDIA kernel module active.

Steps To Reproduce

  1. Perform a clean installation of AlmaLinux 10.2.

  2. Boot the system and update packages if desired.

  3. Install the NVIDIA packages exactly as documented:

    dnf install almalinux-release-nvidia-driver
    dnf install nvidia-open-kmod nvidia-driver

  4. Reboot.

  5. Observe that the system boots in low resolution because the NVIDIA kernel module did not load.

Anything else?

The issue was resolved by installing:

dnf install kernel-modules-$(uname -r) kernel-modules-extra-$(uname -r)

and then:

echo video | sudo tee /etc/modules-load.d/video.conf
grubby --update-kernel=ALL --args="nvidia-drm.modeset=1 rd.driver.blacklist=nouveau modprobe.blacklist=nouveau"
dracut -f --kver "$(uname -r)"
reboot

After these steps, the NVIDIA driver loaded correctly.

It may be helpful to document these requirements if they are expected on some systems, or investigate why they are necessary after following the official guide.

Search terms

Alma,Nvidia,Driver,Kernel modules,Linux

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions