Probably a good idea to either rule it out or rule it in scope for the root cause.
I’d say this was not a great idea. X11 is vanishing and won’t be coming back. If you really want to hang on to it, switch to a desktop which still fully supports it. There are some spins which still roll out of the door with X11 as the default..
Thanks for the tip! I have a GTX 1060 6GB. Will this actually work for me? I’ve heard that since the 1060 is based on the older Pascal architecture, it has syncing issues with GNOME on Wayland. I was told that enabling hardware video acceleration on this specific card usually causes browsers to freeze and show ‘Not Responding’ errors
I had the same issue with my Ryzen 2600/ GTX1060. I got everything working, and running with no crash for the last 3 days.
One caveat: suspend (computer sleep mode) does not work. It didn’t work for me before anyway, so it’s probably the same for you;
The fix disables saving VRAM to file when the GPU switched to power mode P8. This assumes you are using the fauilty akmod driver. The source of the problem is a regressive bug in the power management of Pascal GPUs causing a crash when used alongside Ozone, a GPU abstraction layer used by Chromium and Firefox and also by Electron-based apps like vscode. The fix is quite simple.
Add a configuration option for your system, and re-generate your boot image:
With the nvidia 580 driver that GPU is well supported and works well with wayland and hardware acceleration.
If, however, you have upgraded to fedora 44 then the newer driver (595 series) does not support the 1060.
In that case you would need to revert to the (now legacy) 580 driver with:
remove the nvidia drivers with sudo dnf remove \*nvidia\* --exclude nvidia-gpu-firmware
If not already done, enable the rpmfusion-nonfree repos as shown here
install the proper nvidia driver with sudo dnf install akmod-nvidia-580xx xorg-x11-drv-nvidia-580xx-cuda
The problem with browser video playback will remain even with the 580xx driver branch, and even after upgrading to Fedora 44. The issue is a driver bug. That said, installing the 580xx driver has become a must for Pascal GPUs. And as for Wayland and nvidia, it is what it is.