Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Any way to get real text console without killing X capability?
Date: Thu, 03 Feb 2011 22:05:45
Message-Id: 201102032140.52744.michaelkintzios@gmail.com
In Reply to: [gentoo-user] Any way to get real text console without killing X capability? by Walter Dnes
1 On Thursday 03 February 2011 06:07:55 Walter Dnes wrote:
2 > Back around 2000, we still had CRT monitors, not LCDs. The cheaper
3 > monitors shimmered badly in GUI mode and were hard on my eyes. One of
4 > the factors that drove me to linux back then was that, except for web
5 > browsing and spreadsheets, I could do most of my work in a true text
6 > console (and I don't mean an xterm, either). I love sharp crisp
7 > textmode fonts on a text console. I used to do email and write code in
8 > text consoles, and {CTRL-ALT-F10} to GUI for browsing (yes, I tweaked my
9 > /etc/inittab to allow 10 consoles).
10 >
11 > Recently, however, video drivers for both Intel and ATI have switched
12 > over to some brain-dead framebuffer mode that renders regular
13 > consolefonts microscopic. Also the line lengths are ridiculously long.
14 > E.g. on my 1920x1200 LCD monitor, an 8x16 font gives 75 rows of 240
15 > columns each. On my 14" notebook (1366x768) it's 48 rows of 170 columns
16 > each. The largest consolefont I can find in /usr/share/consolefonts/ is
17 > sun12x22. It's large enough to be at least readable, but I don't like
18 > the way the font looks, and it's still too small for my taste, 54 rows
19 > of 160 columns each on the LCD monitor.
20 >
21 > My questions, in decreasing order of preference, are...
22 >
23 > Plan a) Is there a way to have a real text console? I know that I can
24 > have 2 X sessions on tty10 and tty11 with different resolutions, and
25 > colour depths. Is there a way to set tty1..tty9 to 640x480 *IN TEXT
26 > MODE*, so that lat1-?? fonts would look normal, without killing the
27 > ability to have X run at 1920x1200?
28
29 Yes.
30
31 Leave KMS enabled and add the parameter:
32
33 video=1024x768 (or whatever suits your screen and taste)
34
35 to your kernel line. You shouldn't need vesafb, uvesa or any other drivers to
36 achieve this.
37
38 Read more here: /Documentation/fb/modedb.txt
39
40 I think that if you revert to a framebuffer driver then you must add nomodeset
41 on your kernel line.
42 --
43 Regards,
44 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Any way to get real text console without killing X capability? Walter Dnes <waltdnes@××××××××.org>