Open asheplyakov opened 3 years ago
The boot loader (grub) tries to switch the screen resolution to 800x600. However such video modes are not supported, so the panel switches off. Linux kernel does not control the LVDS-DP bridge directly, so it can't reset the hardware and set an appropriate video mode. Thus the panel stays idle forever (or rather to the next reboot).
As of now we use the gfxmode=auto
in grub.cfg to avoid the problem. However this is very fragile. To solve the problem for real the (UEFI) firmware should reject unsupported video modes. Alternatively the kernel should be equipped with a proper driver so it can re-initialize the (LVDS-display port bridge) hardware on its own.
Steps to reproduce:
Expected result: monitor is switched on
Actual result: monitor is idle, the kernel complains: