The title explains the issue. Its a kernel bug with certain models of intel cpus and can be fixed by adding a command to kernel.
I managed to edit kernel in popos and it fixed the issue. below is the command that i used.
kernelstub -a “i915.enable_psr=0”
However I havent figured out how to implement the same kernel fix on EOS. this is my first time doing anything with kernel. anyone here who could tell me how I can add the command on EOS?
Been on dracut for a while. It used to be easy - sudo update-grub but that was removed, think it is still in aur, but it is only an alias to the full command:
grub-mkconfig -o /boot/grub/grub.cfg
(I cheated - I ssh’d into my home pc from my phone!!!).