hansdegoede My Lenovo Yoga 3 Pro with 3200×1800 display still flickers during boot. Maybe UEFI sets the display to non-native resolution? Can I debug it somehow? Should that work with HiDPI screens?
[[email protected] kruger]# dmesg | grep 'fastboot'
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.18.10-300.fc29.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap rhgb quiet i915.fastboot=1 plymouth.splash-delay=20
[[email protected] kruger]# grub2-editenv list | grep menu_auto_hide
menu_auto_hide=1
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.18.10-300.fc29.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/root rd.lvm.lv=fedora/swap rhgb quiet i915.fastboot=1 plymouth.splash-delay=20
[[email protected] kruger]# grub2-editenv list | grep menu_auto_hide
menu_auto_hide=1
Comment