Point your rhetorical weapons somewhere else!
And try to aim them, and form coherent paragraphs.
I tried to make a joke, how is that cause for attack?
Do AppArmor and Flatpak have any weird interactions?
Do AppArmor and Flatpak have any weird interactions?
Keep calm and rule
US judge gives fiery response to e-filing "dominated by large cartoon dragon dressed in a suit" - Legal IT Insider
Site-specific permissions menu disappeared
Site-specific permissions menu disappeared
VSCodium can't save file if it needs root privileges (Linux Flatpak)
Can my legs become asymmetrical just from walking?
Why/how is my Flatpak like this?
Firefox profile directory doesn't exist?
Encrypted home partition doesn't decrypt on boot
Timeshift crashed my desktop!
Timeshift crashed my desktop!
Fox rule
Can't select multiple tabs
Is it good practice to run a system without a syslog daemon?
What's this flying insect?
Is this a spittlebug?
Do all DEs store the trash in the same place?
Dark Reader extension doesn't work
It might still be a driver problem, with the NVIDIA drivers in general. Try booting with software rendering only, to see if that's the case.
Here’s how to disable the GPU drivers:
Remove “nomodeset” from the GRUB_CMDLINE_LINUX variable in /etc/default/grub
Add “rd.driver.blacklist=nouveau modprobe.blacklist=nouveau” to GRUB_CMDLINE_LINUX instead
Run
sudo update-grubthen rebootNote: This only works if you’re using the open-source drivers, known as Nouveau. If you’re using the proprietary drivers, this will not work.
To check if you’re using Nouveau or the proprietary drivers, run
lspciand check for “NVIDIA”, then runlsmodand check for Nouveau.Remember to change it back when you want to re-enable the NVIDIA drivers.
(PS: I used this website as a source, their procedure is more complicated, and focused on Fedora.)