Page 1 of 1

framebuffer broken with newest 2.6.10 patch

PostPosted: Mon Jan 03, 2005 12:14 pm
by pitti
Hi!

I tried to use the newest 2.6.10 patch from [1]. It mostly works fine, but the VESA framebuffer is broken (I only see a black screen). The fb works fine with the upstream kernel, and normal VGA modes work as well.

Is this a known issue?

[1] http://www.grsecurity.net/~spender/grse ... 0935.patch

PostPosted: Mon Jan 03, 2005 4:51 pm
by devillinux
I had a similar problem before, but it wasn't related to grsec.
Did you select to compile in fonts in the kernel config?

Make sure those options are set in your .config:
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y

Heiko
D :evil:-Linux

PostPosted: Mon Jan 03, 2005 8:41 pm
by devillinux
I just verified that VESA FB works fine with the latest patch.

Heiko

PostPosted: Tue Jan 04, 2005 7:00 am
by pitti
devillinux wrote:I had a similar problem before, but it wasn't related to grsec.
Did you select to compile in fonts in the kernel config?

Make sure those options are set in your .config:
CONFIG_VGA_CONSOLE=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y

Heiko
D :evil:-Linux


The original Ubuntu kernel has slightly different settings (CONFIG_FONTS is not set, meaning the default, and some things are compiled as module) and works fine. I did not change these settings for my kernel. However, I also tried your setup, which does not work neither.

But if it works for you, then the Ubuntu patches might interfere with the grsecurity patch. Thanks for trying!