Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Any way to get real text console without killing X capability?
Date: Sat, 05 Feb 2011 17:12:24
Message-Id: 20110205171015.GA7286@waltdnes.org
In Reply to: Re: [gentoo-user] Any way to get real text console without killing X capability? by Mick
1 On Thu, Feb 03, 2011 at 09:40:41PM +0000, Mick wrote
2
3 > Leave KMS enabled and add the parameter:
4 >
5 > video=1024x768 (or whatever suits your screen and taste)
6 >
7 > to your kernel line. You shouldn't need vesafb, uvesa or any other
8 > drivers to achieve this.
9
10 Thanks very much. That works. I feel stupid. I always used "VGA=6"
11 to get the equivalant of "video=640x480". When "VGA=6" stopped working,
12 it didn't occur to me to try "video=640x480", because I assumed they
13 were identical.
14
15 Anyhow, I'm typing this in a text console. /etc/conf.d/consolefont is
16
17 CONSOLEFONT="lat1-10"
18
19 Combine that with 640x480 video, and that gives me an 80x48 textmode
20 display. Because I'm using a 10-pixel-high font, the text is a lot
21 nicer than VGA 80x50 that you may have seen on Windows. That mode uses
22 an 8-pixel-high font on a 640x400 display for 50 rows. Doing an "ll"
23 finds more lat1-?? fonts in /usr/share/consolefonts, which give the
24 following possible text displays for "video=640x480"...
25
26 lat1-08 ==> 80x60
27 lat1-10 ==> 80x48
28 lat1-12 ==> 80x40
29 lat1-14 ==> 80x34
30 lat1-16 ==> 80x30
31
32 As they say in the infomercials "but wait, there's more". My monitor
33 supports 1280x720 and 1280x1024 modes. Using "screen" I should be able
34 to do splitscreen mode with 2 sessions side-by-each. Or vim in one
35 screen with :vsplit splitting into two subscreens. Possibilities
36 include two side-by-each sessions of...
37
38 Font 1280x720 1280x1024
39
40 lat1-08 ==> 80x90 80x128
41 lat1-10 ==> 80x72 80x102
42 lat1-12 ==> 80x60 80x85
43 lat1-14 ==> 80x51 80x73
44 lat1-16 ==> 80x45 80x64
45
46 I feel like a kid with a shiney new toy. And when prices for 30 inch
47 monitors come down, I could go nuts with *THREE* 80-column screens
48 side-by-each in 1920x1200 or 1920x1080 video mode.
49
50 --
51 Walter Dnes <waltdnes@××××××××.org>

Replies