Re: [PATCH 3/9] VT binding: Make VT binding a Kconfig option
From: Jon Smirl <hidden>
Date: 2006-06-20 00:19:01
Also in:
lkml
From: Jon Smirl <hidden>
Date: 2006-06-20 00:19:01
Also in:
lkml
I gave this patch a try and it seems to work. I say seems because I could not get the nvidiafb driver to set a usable mode after it was bound/unbound. That's not a problem with the patch, the patch is not addressing that issue. I tried vbetool but it kept GPFing. This is a patch to help developers so maybe someone will fix nvidiafb to be more friendly. Is there any way to lessen this problem? Would it help if fbcon worked with text modes, or would it be better for each driver to set in a default mode that it understands when it gets control? The fbdev driver should not set a mode when it loads, but that doesn't mean fbcon can't set one when it is activated. Similarly VGAcon would set the mode (and load its fonts) when it regains control. It would also be interesting to make VGAcon a modular driver. You could build in fbcon and then work on VGAcon. -- Jon Smirl jonsmirl@gmail.com