Gentoo Archives: gentoo-user

From: Andrea Conti <alyf@××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] In TTYs, pinguins remain
Date: Wed, 15 Feb 2012 17:28:21
Message-Id: 4F3BEAEE.90207@alyf.net
In Reply to: [gentoo-user] In TTYs, pinguins remain by LK
1 > In TTYs, the penguins you see on top of the
2 > booting process remain. Then in less, i cannot scroll
3 > upwards, which sucks using man and like that.
4
5 You're using a framebuffer driver which is either misconfigured or not
6 supported by your system. Most of the time it's just vesafb interacting
7 badly with a broken VGA BIOS; if that's the case you can try playing
8 with the commandline options pertaining to how scrolling is done (read
9 vesafb.txt under Documentation/fb in the kernel source tree)
10
11 If you have a reasonably recent intel/amd/ati/nvidia card and you're
12 mainly interested in text mode, the framebuffer provided by the relevant
13 in-kernel DRM driver is usually the best choice (and it's a hell of a
14 lot faster than anything using BIOS calls like VESA).
15
16 If you have older hardware, uvesafb tends to work better than vesafb in
17 a lot of cases, although it requires a bit of work for setting it up.
18
19 If all else fails, there is always the basic VGA text console :)
20
21
22 HTH,
23 andrea