Hi.
My laptop requires the kernel parameter i915.enable\_psr=0
, otherwise my screen will flicker.
This normally should be added to GRUB_CMDLINE_LINUX_DEFAULT
in /etc/default/grub
.
But in this file there is no DEFAULT
line but two GRUB_CMDLINE_LINUX
entries.
I’ve tried adding the parameter to this line and run sudo grub2-mkconfig -o /boot/grub2/grub.cfg\
but it didn’t work after reboot.
Where am I supposed to add this parameter in Qubes?
here is described the same solution but for me it doesn’t work…
Manually adding the parameter while booting (Pressing e in GRUB) does work.