NVIDIA Drivers (Rocky 10)
Rocky 10 with EPEL only has basic NVIDIA support packages, not the full proprietary drivers. You'll see:
libva-nvidia-driver - VA-API for video acceleration
nvidia-gpu-firmware - GPU firmware files
pcp-pmda-nvidia-gpu - Performance monitoring
For full NVIDIA driver support on Rocky 10, you'd typically need to use either:
NVIDIA's official repository
ELRepo repository
sudo dnf install epel-release
AMD Radeon Drivers (Rocky 10)
Like Fedora, AMD drivers are in-kernel. Just install:
sudo dnf install xorg-x11-drv-amdgpu
After installing NVIDIA drivers, reboot your system for the kernel modules to load properly.
Rocky 10 with EPEL only has basic NVIDIA support packages, not the full proprietary drivers. You'll see:
libva-nvidia-driver - VA-API for video acceleration
nvidia-gpu-firmware - GPU firmware files
pcp-pmda-nvidia-gpu - Performance monitoring
For full NVIDIA driver support on Rocky 10, you'd typically need to use either:
NVIDIA's official repository
ELRepo repository
sudo dnf install epel-release
AMD Radeon Drivers (Rocky 10)
Like Fedora, AMD drivers are in-kernel. Just install:
sudo dnf install xorg-x11-drv-amdgpu
After installing NVIDIA drivers, reboot your system for the kernel modules to load properly.
Last edited:

