Can you follow the steps here, except that you will not be using nomodeset.
Instead, try these two parameters: i915.enable_psr=0 i915.enable_dc=0
It will look like:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0 i915.enable_dc=0"
Tap ctl+o to overwrite, enter key to save current configuration, then tap ctl+x to eXit the editor.
Now, you must run
sudo update-grub
Then, reboot the computer and test if it still freezes.
4 Likes