hello everyone
hope you are all doing well
anyone have tried to install linux mint ( 20.xx , 21.xx, 22 ) on a dell latitude 5430 before and experienced a laggy display and mouse cursur laggy movement before even start installing?
the wierd thing is
same thing happen to most distros that i tried to install ( mx linux 23.xx, debian 11 & 12, linux mint 20 & 21 & 22, ubunutu 22.xx & 24.xx, Fedora 39 & 40, Q4OS 5.6 )
and the only one that works fine and perfectly is ubuntu 20.04
laptop specs
12gen intel i5 1250u vpro
32GB RAM
500GB NV2 Kingston
bios only support UEFI
secure boot disabled
Solution:
Edit /etc/default/grub
add i915.enable_psr=0
to GRUB_CMDLINE_LINUX_DEFAULT
it'll likely will look like this
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.enable_psr=0"
save, then run
sudo update-grub
and restart