From: Gerd Knorr <kraxel@suse.de>
To: Jeff Dike <jdike@addtoit.com>
Cc: linux kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: [patch 2/2] uml: Framebuffer driver for UML
Date: Thu, 15 Dec 2005 10:06:14 +0100 [thread overview]
Message-ID: <43A13206.3080704@suse.de> (raw)
In-Reply-To: <20051213221548.GB9769@ccure.user-mode-linux.org>
Jeff Dike wrote:
> On Tue, Dec 13, 2005 at 04:16:00PM +0100, Gerd Knorr wrote:
>> $subject says pretty much all: This adds a framebuffer driver for UML.
>
>> please apply,
>>
>> Gerd
>
> Please don't. This patch fails to link for me in -rc5 - the errors start like
>
> drivers/built-in.o(.text+0x18b): In function `vgacon_deinit':
> /home/jdike/linux/2.6/linux-2.6.15/drivers/video/console/vgacon.c:151: undefined reference to `outw'
Uh, I havn't even tried to build vgacon, it doesn't make sense for UML
anyway. It's not needed, my .config looks like this:
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VGA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
Should be trivially fixable with some Kconfig tweaks, I'll have a look.
> IIRC, I found fixes for these when I merged this into my tree. It's a nice
> addition, but there are aspects of this that I don't like, which is why I
> haven't sent it in myself.
What exactly?
> Again, IIRC, enabling this disables the normal
> consoles, which is fairly unfriendly.
Yep, there is no way around that because the uml consoles hijacked the
vt subsystem's major #5. Unlike in older versions of that patch this
isn't a compile time but a runtime option, so it's much less annonying.
The uml consoles are present unless you activate the vt subsystem and
the framebuffer console by boot the kernel with x11=something.
cheers,
Gerd
next prev parent reply other threads:[~2005-12-15 9:06 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-12-13 15:06 [patch 1/2] uml/xen: make the vt subsystem a runtime option Gerd Knorr
2005-12-13 15:16 ` [patch 2/2] uml: Framebuffer driver for UML Gerd Knorr
2005-12-13 22:15 ` Jeff Dike
2005-12-15 9:06 ` Gerd Knorr [this message]
2005-12-15 11:14 ` Gerd Knorr
2005-12-15 13:23 ` Gerd Knorr
2005-12-13 15:21 ` [patch 1/2] uml/xen: make the vt subsystem a runtime option Christoph Hellwig
2005-12-13 15:32 ` Gerd Knorr
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43A13206.3080704@suse.de \
--to=kraxel@suse.de \
--cc=jdike@addtoit.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.