First time actually asking a question here, but I've dug through 20 or so threads on this forum and others and can't find anything.
Basically, the issue is that when I try to use my GPU on my laptop (an ACER Predator, the GPU is an RTX 3060 Mobile / Max-Q), it freezes on the startup screen (specifically the Predator logo above the Ubuntu logo, no spinning dots).
It does this when I use any proprietary driver, including all of these:
The Software & Updates window showing the Additional Drivers tab. It shows the device, "NVIDIA Corporation: GA106M GeForce RTX 3060 Mobile / Max-Q", and then the options for drivers below.
and installing nvidia-driver-460
from the command line. All of them freeze in the same place when booting.
Adding nomodeset
in GRUB hasn't worked as a temporary or permanent solution, but booting with the other kernel option GRUB provides (5.13.0-23 instead of 5.12.0-25) does get me in when using the nvidia-driver-460-server
driver. It's a bit buggy though, with missing animations in GNOME and some other issues. Also, I can't actually use the drivers- NVIDIA Prime is missing.
My current method of fixing the problem each time so I can try something else is by using GRUB to get into recovery mode and doing sudo apt remove --purge nvidia*
, then rebooting. None of the ctrl
+alt
+f1
keys work when it freezes.
Let me know if you have anything else I can try, or need any more information. I've tried a lot of things, and some of them probably escape me right now. I also did have it working for a little bit, but when I restarted my computer it was broken again and I honestly forget what it was I did back then. Thank you!