]> Git Repo - linux.git/commit
fbdev: ignore VESA modes if framebuffer does not support them
authorMichal Januszewski <[email protected]>
Thu, 16 Oct 2008 05:03:51 +0000 (22:03 -0700)
committerLinus Torvalds <[email protected]>
Thu, 16 Oct 2008 18:21:45 +0000 (11:21 -0700)
commit4d31a2b74c6d063362ae10ce3be3e80d8713bf23
treec125a2e581620a333437bcc5b3e75d24af928c58
parent5ab4840968cd094586f65fce978e35c66d25ac78
fbdev: ignore VESA modes if framebuffer does not support them

Currently, it is possible to set a graphics VESA mode at boot time via the
vga= parameter even when no framebuffer driver supporting this is
configured.  This could lead to the system booting with a black screen,
without a usable console.

Fix this problem by only allowing to set graphics modes at boot time if a
supporting framebuffer driver is configured.

Signed-off-by: Michal Januszewski <[email protected]>
Acked-by: Krzysztof Helt <[email protected]>
Cc: "H. Peter Anvin" <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/x86/boot/video-vesa.c
drivers/video/Kconfig
This page took 0.054767 seconds and 4 git commands to generate.