I have installed the Geforce GTX 960. I have set the Asus motherboard bios to default to the iGPU. So I can boot connected to the HDMI port of the mother board and get a graphics desktop screen.
When I boot, Plymouth flashes a message that it is rebuilding the nvidia module (I think this is happening every time I boot which seems strange.)
To install the Nvidia drivers I did the following:
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y
Then
sudo dnf install akmod-nvidia -y
However, now when I run:
modprobe nvidia
I get:
modprobe: FATAL: Module nvidia not found in directory /lib/modules/6.19.7-200.fc43.x86_64
Also I get this output which looks right:
$ cat /proc/cmdline
BOOT_IMAGE=(hd0,gpt2)/vmlinuz-6.19.7-200.fc43.x86_64 root=UUID=27a827c3-4d45-4044-8678-a6dbb0fa20f5 ro rootflags=subvol=root rhgb quiet rd.driver.blacklist=nouveau,nova_core modprobe.blacklist=nouveau,nova_core nvidia-drm.modeset=1
Also this shows that the Nouveau driver is still be used for the 960:
$ inxi -Gxx
Graphics:
Device-1: Intel Xeon E3-1200 v2/3rd Gen Core processor Graphics
vendor: ASUSTeK driver: i915 v: kernel arch: Gen-7 ports: active: HDMI-A-2
empty: DP-1, DP-2, HDMI-A-1, VGA-1 bus-ID: 00:02.0 chip-ID: 8086:0152
Device-2: NVIDIA GM206 [GeForce GTX 960] vendor: EVGA driver: nouveau
v: kernel arch: Maxwell pcie: speed: 2.5 GT/s lanes: 16 ports: active: none
empty: DP-3, DP-4, DP-5, DVI-I-1, HDMI-A-3 bus-ID: 01:00.0
chip-ID: 10de:1401 temp: 22.0 C
Display: wayland server: Xwayland v: 24.1.9 compositor: Sway v: 1.11
driver: gpu: i915 display-ID: 1
Monitor-1: HDMI-A-2 model: ViewSonic VG1930wm res: 1440x900 hz: 60 dpi: 89
diag: 483mm (19")
API: OpenGL v: 4.2 vendor: intel mesa v: 25.3.6 glx-v: 1.4 es-v: 3.0
direct-render: yes renderer: Mesa Intel HD Graphics 2500 (IVB GT1)
device-ID: 8086:0152
API: EGL Message: EGL data requires eglinfo. Check --recommends.
Info: Tools: api: glxinfo gpu: nvidia-settings wl: kanshi, swaymsg,
wlr-randr x11: xdriinfo, xdpyinfo, xprop, xrandr
Does this information help at all with what might be wrong?
Keep in mind I gathered all of this information from the Sway desktop running on the iGPU with the BIOS set to default to the iGPU.