Man, I've been struggling with this for 3 days now. Then I found this post.
You would have looked at my face when I saw this was about Dell Latitude 7390 and was
solved
.
Read the whole conversation between you guys and felt like 4 guys are sitting at a campfire sipping coffee and discussing life.
It is definitely i915.enable_psr=0. I installed Mint, Ubuntu 22.04, 20, etc. and all of them has the same freeze. I could work for hours in Recovery mode, but as soon as I turned on the GPU, my screen froze. Adding that parameter solved it.
Anyways, for people coming here, what you need to do:
- If you can't stay logged in without freezing, open recovery mode. (press e or shift during boot time)
- Edit the file /etc/default/grub by
Code:
sudo nano /etc/default/grub
- Add
to kernel parameter
- So the line
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
becomes
Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0"
- Then run
to update GRUB's configuration file