[SOLVED] Blank screen (backlight still on) early in boot process for kernels 4.15*
wildstar84
Status: Contributor
Joined: 31 May 2017
Posts: 56
Location: Texas
Reply Quote
I discovered the other day when booting my laptop (HP Elitebook 8400p w/Intel integrated graphics) that latest 4.15 kernels
did NOT recognize my laptop's panel (undocked) (I normally boot up docked w/external monitor), that 2 lines of text appeared, then screen goes BLANK and does NOT come back on until suspending/resuming, then switching to a console and back to X (everything else still running properly, no errors). The panel is 1600x900, the monitor 1920x1080. I use the kernel "modesetting" driver for i915. Both 4.15 kernels I had fail, but all prev. kernels work fine.

Anyway, after much T&E, I solved by turning OFF "fastboot" in /etc/initramfs-tools/modules (i915) and in
/etc/defaut/grub (and reran update-initramfs -u -k 4.15.0-9.1-liquorix-amd64,
then update-grub). Pbm. does not manifest when booting docked with the lid
closed, but failed when booting undocked OR docked with the lid open. It appears to be a regression in the "fastboot"
option of the i915 driver for kernels 4.15+.

/etc/initramfs-tools/modules:
intel_agp
#i915 fastboot=1
i915 fastboot=0

/etc/defaut/grub:
GRUB_CMDLINE_LINUX_DEFAULT="...i915.fastboot=0"

Hope this helps someone else
Back to top
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 4126
Location: East Coast, West Coast? I know it's one of them.
Reply Quote
Thanks for the tips, might help someone.
Back to top
Display posts from previous:   

All times are GMT - 8 Hours