Hello. I’m running Fedora 37 on an Asus ROG Zephyrus G14 which has an Nvidia Geforce RTX 3060, and I use both the laptop screen and an external monitor. After upgrading the kernel Fedora will not boot using the new kernel but work fine when selecting an older one. The boot screen hangs and I get an error from noveau (details below). I have been avoiding using newer kernels but need to upgrade to Fedora 38 soon, before 37 end-of-life.
Long story:
Since a few kernel versions ago (don’t know specifically which one) I noticed my laptop screen resolution went up after rebooting, and when trying to lower it to match the resolution I use on my external monitor, the Display Settings dialog didn’t allow me to do so and showed an information panel with something about “unsupported resolutions are not available in this plasma wayland session”. I was unable to figure out how to change the resolution on the laptop screen (and found KDE plasma x11: can't change screen resolution AMD iGPU laptop kernel 6.3.9 / broken sddm 20.0 (asus g14 2022) - Newbie - EndeavourOS ) so I figured that there was something wrong with that kernel and my hardware and figured I’ll just skip that kernel and use the next one. After some time I tried again updating the kernel and the new version won’t boot. I get the following noveau errors at the end of the output for journalctl. Also I have tried editing the boot options on the new kernel adding apci=off and during boot I get the “NVIDIA kernel module missing. Falling back to nouveau”, and does finish booting (but the computer does not seem to work as usual, it responds slowly and seems unstable). Then I found Fedora 37 NVIDIA kernel module missing. Falling back to nouveau and am tempted to just do what the solution there suggests, but am not sure if my system is currently using the Nvidia drivers or not, and if trying to install them is going to lead to more issues than it solves.
~ journalctl -o short-precise -k -b -1
> Oct 16 09:27:42.955211 fedora kernel: Linux version 6.5.6-100.fc37.x86_64 (mockbuild@bkernel01.iad2.fedoraproject.org) (gcc (GCC) 12.3.1 20230508 (Red Hat 12.3.1-1), GNU ld version 2.38-27.fc37) #1 SMP PREEMPT_DYNAMIC Fri Oct 6 19:01:16 UTC 2023
> Oct 16 09:27:42.955225 fedora kernel: Command line: BOOT_IMAGE=(hd0,gpt7)/vmlinuz-6.5.6-100.fc37.x86_64 root=UUID=b55abc35-30b8-4ad6-b8be-3f65bc865285 ro rootflags=subvol=root initcall_blacklist=simpledrm_platform_driver_init rd.luks.uuid=luks-5edd6a14-a3fa-41b5-b685-1f1a95182d52 rhgb quiet initcall_blacklist=simpledrm_platform_driver_init rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
> Oct 16 09:27:42.955232 fedora kernel: BIOS-provided physical RAM map:
> Oct 16 09:27:42.955236 fedora kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[...]
> Oct 16 12:27:54.542443 fedora kernel: Bluetooth: BNEP socket layer initialized
> Oct 16 12:27:54.736171 fedora kernel: ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230331/nsarguments-61)
> Oct 16 12:27:54.737172 fedora kernel: pci 0000:01:00.0: optimus capabilities: enabled, status dynamic power, hda bios codec supported
> Oct 16 12:27:54.737454 fedora kernel: VGA switcheroo: detected Optimus DSM method \_SB_.PCI0.GPP0.PEGP handle
> Oct 16 12:27:54.737472 fedora kernel: nouveau: detected PR support, will not use DSM
> Oct 16 12:27:54.737486 fedora kernel: nouveau 0000:01:00.0: enabling device (0000 -> 0003)
> Oct 16 12:27:54.737654 fedora kernel: nouveau 0000:01:00.0: NVIDIA GA106 (b76000a1)
> Oct 16 12:27:54.861181 fedora kernel: nouveau 0000:01:00.0: bios: version 94.06.15.00.7a
> Oct 16 12:27:54.924182 fedora kernel: mt7921e 0000:02:00.0 wlp2s0: renamed from wlan0
> Oct 16 12:27:55.001208 fedora kernel: nouveau 0000:01:00.0: fb: 6144 MiB GDDR6
> Oct 16 12:27:55.043187 fedora kernel: nouveau 0000:01:00.0: DRM: VRAM: 6144 MiB
> Oct 16 12:27:55.043471 fedora kernel: nouveau 0000:01:00.0: DRM: GART: 536870912 MiB
> Oct 16 12:27:55.043668 fedora kernel: nouveau 0000:01:00.0: DRM: BIT table 'A' not found
> Oct 16 12:27:55.043845 fedora kernel: nouveau 0000:01:00.0: DRM: BIT table 'L' not found
> Oct 16 12:27:55.044008 fedora kernel: nouveau 0000:01:00.0: DRM: TMDS table version 2.0
> Oct 16 12:27:55.044181 fedora kernel: nouveau 0000:01:00.0: DRM: DCB version 4.1
> Oct 16 12:27:55.044342 fedora kernel: nouveau 0000:01:00.0: DRM: DCB outp 00: 04000f76 04600010
> Oct 16 12:27:55.044474 fedora kernel: nouveau 0000:01:00.0: DRM: DCB outp 01: 04000f72 00020010
> Oct 16 12:27:55.044603 fedora kernel: nouveau 0000:01:00.0: DRM: DCB conn 00: 01000046
> Oct 16 12:27:55.044737 fedora kernel: nouveau 0000:01:00.0: DRM: MM: using COPY for buffer copies
> Oct 16 12:27:55.044879 fedora kernel: snd_hda_intel 0000:01:00.1: bound 0000:01:00.0 (ops nv50_audio_component_bind_ops [nouveau])
> Oct 16 12:27:55.046413 fedora kernel: [drm] Initialized nouveau 1.3.1 20120801 for 0000:01:00.0 on minor 1
> Oct 16 12:27:55.046434 fedora kernel: BUG: kernel NULL pointer dereference, address: 0000000000000020
> Oct 16 12:27:55.046513 fedora kernel: #PF: supervisor read access in kernel mode
> Oct 16 12:27:55.064919 fedora kernel: #PF: error_code(0x0000) - not-present page
For comparison this is the output after booting with the last kernel I have tried that works (6.4.4)
> Oct 16 09:28:41.791585 fedora kernel: Linux version 6.4.4-100.fc37.x86_64 (mockbuild@bkernel02.iad2.fedoraproject.org) (gcc (GCC) 12.3.1 20230508 (Red Hat 12.3.1-1), GNU ld version 2.38-27.fc37) #1 SMP PREEMPT_DYNAMIC Wed Jul 19 17:06:05 UTC 2023
> Oct 16 09:28:41.791596 fedora kernel: Command line: BOOT_IMAGE=(hd2,gpt7)/vmlinuz-6.4.4-100.fc37.x86_64 root=UUID=b55abc35-30b8-4ad6-b8be-3f65bc865285 ro rootflags=subvol=root initcall_blacklist=simpledrm_platform_driver_init rd.luks.uuid=luks-5edd6a14-a3fa-41b5-b685-1f1a95182d52 rhgb quiet initcall_blacklist=simpledrm_platform_driver_init rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1
> Oct 16 09:28:41.791601 fedora kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
> Oct 16 09:28:41.791604 fedora kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
> Oct 16 09:28:41.791607 fedora kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
> Oct 16 09:28:41.791609 fedora kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
> Oct 16 09:28:41.791612 fedora kernel: x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256
> Oct 16 09:28:41.791615 fedora kernel: x86/fpu: xstate_offset[9]: 832, xstate_sizes[9]: 8
> Oct 16 09:28:41.791617 fedora kernel: x86/fpu: Enabled xstate features 0x207, context size is 840 bytes, using 'compacted' format.
> Oct 16 09:28:41.791621 fedora kernel: signal: max sigframe size: 3376
> Oct 16 09:28:41.791624 fedora kernel: BIOS-provided physical RAM map:
> Oct 16 09:28:41.791626 fedora kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
> Oct 16 09:28:41.791629 fedora kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[...]
> Oct 16 12:28:51.273707 fedora kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
> Oct 16 12:28:51.273796 fedora kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
> Oct 16 12:28:51.287714 fedora kernel: ACPI: battery: new extension: ASUS Battery Extension
> Oct 16 12:28:51.326707 fedora kernel: Bluetooth: Core ver 2.22
> Oct 16 12:28:51.326786 fedora kernel: NET: Registered PF_BLUETOOTH protocol family
> Oct 16 12:28:51.326827 fedora kernel: Bluetooth: HCI device and connection manager initialized
> Oct 16 12:28:51.326850 fedora kernel: Bluetooth: HCI socket layer initialized
> Oct 16 12:28:51.326864 fedora kernel: Bluetooth: L2CAP socket layer initialized
> Oct 16 12:28:51.326875 fedora kernel: Bluetooth: SCO socket layer initialized
> Oct 16 12:28:51.394718 fedora kernel: kvm_amd: TSC scaling supported
> Oct 16 12:28:51.394848 fedora kernel: kvm_amd: Nested Virtualization enabled
> Oct 16 12:28:51.394873 fedora kernel: kvm_amd: Nested Paging enabled
> Oct 16 12:28:51.394894 fedora kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
> Oct 16 12:28:51.394924 fedora kernel: kvm_amd: Virtual GIF supported
> Oct 16 12:28:51.394946 fedora kernel: kvm_amd: LBR virtualization supported
> Oct 16 12:28:51.402836 fedora kernel: MCE: In-kernel MCE decoding enabled.
> Oct 16 12:28:51.404708 fedora kernel: usbcore: registered new interface driver btusb
> Oct 16 12:28:51.421712 fedora kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
> Oct 16 12:28:51.422097 fedora kernel: intel_rapl_common: Found RAPL domain package
> Oct 16 12:28:51.422130 fedora kernel: intel_rapl_common: Found RAPL domain core
> Oct 16 12:28:51.422154 fedora kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
> Oct 16 12:28:51.422301 fedora kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
> Oct 16 12:28:51.422431 fedora kernel: snd_hda_intel 0000:04:00.1: enabling device (0000 -> 0002)
> Oct 16 12:28:51.422568 fedora kernel: snd_hda_intel 0000:04:00.1: Handle vga_switcheroo audio client
> Oct 16 12:28:51.422701 fedora kernel: mt7921e 0000:02:00.0: enabling device (0000 -> 0002)
> Oct 16 12:28:51.452705 fedora kernel: snd_hda_intel 0000:04:00.1: bound 0000:04:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
> Oct 16 12:28:51.454700 fedora kernel: mt7921e 0000:02:00.0: ASIC revision: 79610010
> Oct 16 12:28:51.457724 fedora kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:08.1/0000:04:00.1/sound/card1/input34
> Oct 16 12:28:51.457789 fedora kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input35
> Oct 16 12:28:51.457811 fedora kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input36
> Oct 16 12:28:51.457833 fedora kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input37
> Oct 16 12:28:51.457863 fedora kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.1/0000:01:00.1/sound/card0/input38
> Oct 16 12:28:51.460697 fedora kernel: snd_hda_codec_realtek hdaudioC2D0: autoconfig for ALC285: line_outs=2 (0x14/0x17/0x0/0x0/0x0) type:speaker
> Oct 16 12:28:51.460820 fedora kernel: snd_hda_codec_realtek hdaudioC2D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
> Oct 16 12:28:51.460886 fedora kernel: snd_hda_codec_realtek hdaudioC2D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
> Oct 16 12:28:51.460947 fedora kernel: snd_hda_codec_realtek hdaudioC2D0: mono: mono_out=0x0
> Oct 16 12:28:51.461002 fedora kernel: snd_hda_codec_realtek hdaudioC2D0: inputs:
> Oct 16 12:28:51.461056 fedora kernel: snd_hda_codec_realtek hdaudioC2D0: Mic=0x19
> Oct 16 12:28:51.461109 fedora kernel: snd_hda_codec_realtek hdaudioC2D0: Internal Mic=0x12
> Oct 16 12:28:51.527699 fedora kernel: loop0: detected capacity change from 0 to 112640
> Oct 16 12:28:51.527734 fedora kernel: loop1: detected capacity change from 0 to 216728
> Oct 16 12:28:51.528703 fedora kernel: loop2: detected capacity change from 0 to 216592
> Oct 16 12:28:51.531706 fedora kernel: loop3: detected capacity change from 0 to 113896
> Oct 16 12:28:51.533702 fedora kernel: mt7921e 0000:02:00.0: HW/SW Version: 0x8a108a10, Build Time: 20230526130917a
> Oct 16 12:28:51.533860 fedora kernel: loop4: detected capacity change from 0 to 113992
> Oct 16 12:28:51.534702 fedora kernel: squashfs: version 4.0 (2009/01/31) Phillip Lougher
> Oct 16 12:28:51.535698 fedora kernel: loop5: detected capacity change from 0 to 323200
> Oct 16 12:28:51.536722 fedora kernel: loop6: detected capacity change from 0 to 102072
> Oct 16 12:28:51.537697 fedora kernel: loop7: detected capacity change from 0 to 83648
> Oct 16 12:28:51.538708 fedora kernel: loop8: detected capacity change from 0 to 143232
> Oct 16 12:28:51.813708 fedora kernel: mt7921e 0000:02:00.0: WM Firmware Version: ____010000, Build Time: 20230526130958
> Oct 16 12:28:52.082693 fedora kernel: EXT4-fs (nvme0n1p7): mounted filesystem ead83e48-dae5-4b88-9440-0eeefe2efb8d r/w with ordered data mode. Quota mode: none.
> Oct 16 12:28:52.264729 fedora kernel: RPC: Registered named UNIX socket transport module.
> Oct 16 12:28:52.264762 fedora kernel: RPC: Registered udp transport module.
> Oct 16 12:28:52.264775 fedora kernel: RPC: Registered tcp transport module.
> Oct 16 12:28:52.264788 fedora kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
> Oct 16 12:28:52.316696 fedora kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card2/input39
> Oct 16 12:28:52.316732 fedora kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:08.1/0000:04:00.6/sound/card2/input40
> Oct 16 12:28:52.403705 fedora kernel: Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> Oct 16 12:28:52.403756 fedora kernel: Bluetooth: BNEP filters: protocol multicast
> Oct 16 12:28:52.403775 fedora kernel: Bluetooth: BNEP socket layer initialized
> Oct 16 12:28:52.422720 fedora kernel: nvidia: loading out-of-tree module taints kernel.
> Oct 16 12:28:52.422901 fedora kernel: nvidia: module license 'NVIDIA' taints kernel.
> Oct 16 12:28:52.422980 fedora kernel: Disabling lock debugging due to kernel taint
> Oct 16 12:28:52.422992 fedora kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
> Oct 16 12:28:52.423007 fedora kernel: nvidia: module license taints kernel.
> Oct 16 12:28:52.645711 fedora kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 511
> Oct 16 12:28:52.645799 fedora kernel:
> Oct 16 12:28:52.645817 fedora kernel: nvidia 0000:01:00.0: enabling device (0000 -> 0003)
> Oct 16 12:28:52.646016 fedora kernel: nvidia 0000:01:00.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=none:owns=none
> Oct 16 12:28:52.657700 fedora kernel: mt7921e 0000:02:00.0 wlp2s0: renamed from wlan0
> Oct 16 12:28:52.690704 fedora kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 535.113.01 Tue Sep 12 19:41:24 UTC 2023
> Oct 16 12:28:52.758705 fedora kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
> Oct 16 12:28:52.842720 fedora kernel: nvidia-uvm: Loaded the UVM driver, major device number 509.
> Oct 16 12:28:52.896700 fedora kernel: NET: Registered PF_QIPCRTR protocol family
> Oct 16 12:28:52.909708 fedora kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms 535.113.01 Tue Sep 12 19:45:42 UTC 2023
> Oct 16 12:28:52.917706 fedora kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
> Oct 16 12:28:53.015706 fedora kernel: ACPI Warning: \_SB.NPCF._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230331/nsarguments-61)
> Oct 16 12:28:53.015784 fedora kernel: ACPI Warning: \_SB.PCI0.GPP0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20230331/nsarguments-61)
> Oct 16 12:28:54.188698 fedora kernel: IPv6: ADDRCONF(NETDEV_CHANGE): enp4s0f4u1u1: link becomes ready
> Oct 16 12:28:54.189770 fedora kernel: r8152 4-1.1:1.0 enp4s0f4u1u1: carrier on
> Oct 16 12:28:54.202705 fedora kernel: [drm] Initialized nvidia-drm 0.0.0 20160202 for 0000:01:00.0 on minor 1
> Oct 16 12:28:54.705722 fedora kernel: Bluetooth: hci0: Device setup in 3221104 usecs
> Oct 16 12:28:54.705789 fedora kernel: Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
> Oct 16 12:28:54.772066 fedora kernel: Bluetooth: hci0: AOSP extensions version v1.00
> Oct 16 12:28:54.772178 fedora kernel: Bluetooth: hci0: AOSP quality report is supported
> Oct 16 12:28:54.774806 fedora kernel: Bluetooth: MGMT ver 1.22
> Oct 16 12:28:58.317734 fedora kernel: fbcon: Taking over console
> Oct 16 12:28:58.329709 fedora kernel: Console: switching to colour frame buffer device 240x67
> Oct 16 12:29:06.160701 fedora kernel: warning: `kded5' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
> Oct 16 12:29:06.377715 fedora kernel: Bluetooth: RFCOMM TTY layer initialized
> Oct 16 12:29:06.377802 fedora kernel: Bluetooth: RFCOMM socket layer initialized
> Oct 16 12:29:06.377830 fedora kernel: Bluetooth: RFCOMM ver 1.11
> Oct 16 12:29:07.029705 fedora kernel: logitech-hidpp-device 0003:046D:405E.0008: HID++ 4.5 device connected.
> Oct 16 12:29:12.585703 fedora kernel: logitech-hidpp-device 0003:046D:4062.0009: HID++ 4.5 device connected.
More info after looking at various messages here and elsewhere
“About this system” output
> Operating System: Fedora Linux 37
> KDE Plasma Version: 5.27.8
> KDE Frameworks Version: 5.108.0
> Qt Version: 5.15.9
> Kernel Version: 6.4.4-100.fc37.x86_64 (64-bit)
> Graphics Platform: X11
> Processors: 16 × AMD Ryzen 9 5900HS with Radeon Graphics
> Memory: 38.6 GiB of RAM
> Graphics Processor: AMD Radeon Graphics
> Manufacturer: ASUSTeK COMPUTER INC.
> Product Name: ROG Zephyrus G14 GA401QM_GA401QM
> System Version: 1.0
~ $ dnf list installed *nvidia*
> Installed Packages
> kmod-nvidia-6.3.8-100.fc37.x86_64.x86_64 3:535.54.03-1.fc37 @@commandline
> kmod-nvidia-6.4.4-100.fc37.x86_64.x86_64 3:535.113.01-1.fc37 @@commandline
> nvidia-gpu-firmware.noarch 20230919-1.fc37 @updates
> nvidia-settings.x86_64 3:535.113.01-1.fc37 @rpmfusion-nonfree-updates
> xorg-x11-drv-nvidia.x86_64 3:535.113.01-1.fc37 @rpmfusion-nonfree-updates
> xorg-x11-drv-nvidia-cuda-libs.x86_64 3:535.113.01-1.fc37 @rpmfusion-nonfree-updates
> xorg-x11-drv-nvidia-libs.i686 3:535.113.01-1.fc37 @rpmfusion-nonfree-updates
> xorg-x11-drv-nvidia-libs.x86_64 3:535.113.01-1.fc37 @rpmfusion-nonfree-updates
> xorg-x11-drv-nvidia-power.x86_64 3:535.113.01-1.fc37 @rpmfusion-nonfree-updates
~ $ rpm -qa | grep ^kernel
> kernel-srpm-macros-1.0-15.fc37.noarch
> kernel-modules-core-6.3.8-100.fc37.x86_64
> kernel-core-6.3.8-100.fc37.x86_64
> kernel-modules-6.3.8-100.fc37.x86_64
> kernel-devel-6.3.8-100.fc37.x86_64
> kernel-6.3.8-100.fc37.x86_64
> kernel-modules-extra-6.3.8-100.fc37.x86_64
> kernel-modules-core-6.4.4-100.fc37.x86_64
> kernel-core-6.4.4-100.fc37.x86_64
> kernel-modules-6.4.4-100.fc37.x86_64
> kernel-devel-6.4.4-100.fc37.x86_64
> kernel-6.4.4-100.fc37.x86_64
> kernel-modules-extra-6.4.4-100.fc37.x86_64
> kernel-headers-6.5.4-100.fc37.x86_64
> kernel-modules-core-6.5.6-100.fc37.x86_64
> kernel-core-6.5.6-100.fc37.x86_64
> kernel-modules-6.5.6-100.fc37.x86_64
> kernel-6.5.6-100.fc37.x86_64
> kernel-modules-extra-6.5.6-100.fc37.x86_64
> kernel-devel-6.5.6-100.fc37.x86_64
~ $ lspci | grep VGA
> 01:00.0 VGA compatible controller: NVIDIA Corporation GA106M [GeForce RTX 3060 Mobile / Max-Q] (rev a1)
> 04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cezanne [Radeon Vega Series / Radeon Vega Mobile Series] (rev c4)
~ $ glxinfo | grep -e OpenGL.vendor -e OpenGL.renderer
> OpenGL vendor string: AMD
> OpenGL renderer string: AMD Radeon Graphics (renoir, LLVM 15.0.7, DRM 3.52, 6.4.4-100.fc37.x86_64)
I don’t use Fedora for gaming (I use dual boot for that) so all I really expect from it is to be able to play video files and streaming, so I’m happy for Fedora to ignore the Nvidia graphics card if that makes my life easier. I’d like to understand if the older kernels were not loading Nvidia drivers, then how to get the new kernel to do the same and avoid that noveau error.