dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpmThen this command tells me what card I have:
lspci -vnn | grep VGA 04:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP108 [GeForce GT 1030] [10de:1d01] (rev a1) (prog-if 00 [VGA controller])Apparently I need to choose between 3 different Nvidia drivers. This is shockingly hard to figure out, but the RPMfusion howto makes the statment that the akmod driver will work for any card 2012 or later.
For recent GeForce/Quadro/Tesla execute: dnf install akmod-nvidia For Legacy GeForce 400/500 execute: dnf install xorg-x11-drv-nvidia-390xx akmod-nvidia-390xx For Legacy GeForce 8/9/200/300 execute: dnf install xorg-x11-drv-nvidia-340xx akmod-nvidia-340xxI go with akmod-nvidia, double check that I am running the latest kernel, and reboot.
Adventures in Computing / tom@mmto.org