Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: Well, I went about updating my system again. (day 6)
Date: Sat, 10 Dec 2016 19:29:19
Message-Id: 20161210192901.GB15539@waltdnes.org
In Reply to: [gentoo-user] Re: Well, I went about updating my system again. (day 6) by Kevin Monceaux
1 On Fri, Dec 09, 2016 at 10:42:51PM -0600, Kevin Monceaux wrote
2 >
3 > I'm old fashioned. I use text based apps as much as possible.
4 > I'm using mutt and vim to compose this e-mail, for example. They're
5 > running under screen, which is running in an rxvt-unicode terminal
6 > under dwm. I could detach my screen session, exit rxvt-unicode and
7 > bounce dwm without having to exit vim or mutt. I also have music
8 > playing via moc in another screen session. Thanks to screen I could
9 > bounce my window manager without missing a beat. :-)
10
11 Years ago, I used to run mutt and newsreaders in separate text tty's.
12 Then the developers "in their infinite wisdom" switched from VGA text
13 mode drivers to framebuffer drivers. (mumble grumble mutter mutter)
14 It's basically impossible to come up with an 80-column text screen.
15 You'd need 24-pixel-wide text fonts to get 80 columns on a
16 1920-pixel-wide monitor. I'd settle for 12-pixel-wide text fonts, and
17 doing a split-screen.
18
19 Back then, my answer to "screen" was to push the system to 9 text
20 tty's. tty10 and tty11 were reserved for X, and tty12 for system
21 messages. Here's a fragment from my /etc/inittab
22
23 c1:12345:respawn:/sbin/agetty 38400 tty1 linux
24 c2:2345:respawn:/sbin/agetty 38400 tty2 linux
25 c3:2345:respawn:/sbin/agetty 38400 tty3 linux
26 c4:2345:respawn:/sbin/agetty 38400 tty4 linux
27 c5:2345:respawn:/sbin/agetty 38400 tty5 linux
28 c6:2345:respawn:/sbin/agetty 38400 tty6 linux
29 c7:2345:respawn:/sbin/agetty 38400 tty7 linux
30 c8:2345:respawn:/sbin/agetty 38400 tty8 linux
31 c9:2345:respawn:/sbin/agetty 38400 tty9 linux
32
33 Mutt (mail in general) is one thing I have no problem with stopping
34 and starting. However, newsgroups have been replaced by webboards
35 (bleagh). I have over 20 profiles for my browser. This allows me to
36 bring up a specific forum in a specific workspace. I also have multiple
37 spreadsheets continuously open for daily updates, as a hobby. Browsers
38 and spreadsheets don't restore. Browsers are supposed to restore after
39 being killed, but they don't always restore to the exact same point in
40 the forum.
41
42 --
43 Walter Dnes <waltdnes@××××××××.org>
44 I don't run "desktop environments"; I run useful applications

Replies

Subject Author
[gentoo-user] Re: Well, I went about updating my system again. (day 6) Ian Zimmerman <itz@×××××××.net>