Re: [gentoo-user] dummy console

2005-07-26 Thread Richard Fish
Jorge Almeida wrote: On Mon, 25 Jul 2005, Richard Fish wrote: Jorge Almeida wrote: I upgraded from kernel 2.6.11 (gentoo-sources r4) to 2.6.12 (r6), and lost my framebuffer console. No console whatsoever, actually, but xdm starts OK. Checking .config, I see # Console display driver

Re: [gentoo-user] dummy console

2005-07-26 Thread Jorge Almeida
On Tue, 26 Jul 2005, Richard Fish wrote: Oh, and also, FRAMEBUFFER_CONSOLE should be =y Well, that made it! :) Seems ok (I have the same thing). Looking at the Kconfig file in drivers/video/console, I find: config VGA_CONSOLE bool VGA text console if EMBEDDED || !X86

Re: [gentoo-user] dummy console

2005-07-25 Thread Richard Fish
Jorge Almeida wrote: I upgraded from kernel 2.6.11 (gentoo-sources r4) to 2.6.12 (r6), and lost my framebuffer console. No console whatsoever, actually, but xdm starts OK. Checking .config, I see # Console display driver support # CONFIG_VGA_CONSOLE=y CONFIG_DUMMY_CONSOLE=y

Re: [gentoo-user] dummy console

2005-07-25 Thread Jorge Almeida
On Mon, 25 Jul 2005, Richard Fish wrote: My guess is that you just don't have the appropriate framebuffer drivers configured in Device Drivers-Graphics Support. With the Gentoo sources, I recommend at least CONFIG_FB_VESA=y and CONFIG_FB_VESA_TNG=y. If you do you I have CONFIG_FB_VESA=y

Re: [gentoo-user] dummy console

2005-07-25 Thread Jorge Almeida
On Mon, 25 Jul 2005, Richard Fish wrote: Jorge Almeida wrote: I upgraded from kernel 2.6.11 (gentoo-sources r4) to 2.6.12 (r6), and lost my framebuffer console. No console whatsoever, actually, but xdm starts OK. Checking .config, I see # Console display driver support #