Ok, the parameter is available. You may now wait 51lieal for further tips, or you can meanwhie try to set in /etc/modprobe.d/i915.conf
:
/etc/modprobe.d/i915.conf
options i915 enable_psr=0
to regenerate initramf with something like
sudo dracut --regenerate /boot/initramfs-5.x.x.fc32.qubes.x86_64.img --force
where the x is your current kernel (uname -a) and to reboot it.
I’m basically copy/pasting what is already there, and am not sure if it’s help, but rather what I’d do if I were you:
If it does not happen, then:
- Make sure you do not have
nomodeset
as a kernel parameter, since Intel requires kernel mode-setting.- Also, check that you have not disabled Intel by using any modprobe blacklisting within
/etc/modprobe.d/
or/usr/lib/modprobe.d/
.
Simply read trough the link