nvidia-drm *ERROR* Cannot create sg_table for NvKmsKapiMemory when using Chromium/Electron apps
I've confirmed that this error happens for me when I run any Chromium/Electron based application on my system such as Chrome/Discord on ublue Aurora and Bazzite.
To reproduce this issue opening any Chromium/Electron based application running in a Wayland native mode will trigger the error.
This does not happen on Fedora Silverblue OR Fedora Workstation for me, where I may have to manually install NVIDIA drivers.
What I've tried doing so far is creating a new user account, cleaning up kargs and grub mkconfig for issues, regenerating initramfs with a new dracut file added to etc for potentially late loading Nvidia drivers as I've read that Arch users have to do this with mkinitcpio but I've been so far unsuccessful at this part and I need some help.
Reference as to what I'm trying to do:
https://forums.developer.nvidia.com/t/550-54-14-cannot-create-sg-table-for-nvkmskapimemory-spammed-when-launching-chrome-on-wayland/284775/26
Any help would be greatly appreciated as I would prefer to continue using Wayland at the moment.
To reproduce this issue opening any Chromium/Electron based application running in a Wayland native mode will trigger the error.
This does not happen on Fedora Silverblue OR Fedora Workstation for me, where I may have to manually install NVIDIA drivers.
What I've tried doing so far is creating a new user account, cleaning up kargs and grub mkconfig for issues, regenerating initramfs with a new dracut file added to etc for potentially late loading Nvidia drivers as I've read that Arch users have to do this with mkinitcpio but I've been so far unsuccessful at this part and I need some help.
Reference as to what I'm trying to do:
https://forums.developer.nvidia.com/t/550-54-14-cannot-create-sg-table-for-nvkmskapimemory-spammed-when-launching-chrome-on-wayland/284775/26
Any help would be greatly appreciated as I would prefer to continue using Wayland at the moment.
NVIDIA Developer Forums
I think it’s an early loading issue I found a fix, I removed kms from mkinitcpio HOOK and added nvidia and i915 modules to MODULES then re-ran mkinitcpio -P and rebooted and made sure drm is enabled in grub and everything worked in my /etc/mkinitcpio.conf: MODULES=(i915 nvidia nvidia_modeset nvidia_uvm nvidia_drm) HOOKS=(base udev autodetec...
