Fun with Gentoo
So I installed Gentoo Linux the other day… I then spent most of Friday night and Saturday (I know, I am lame =) trying to set the console font to a size that I liked.
Backstory: Gentoo insists on booting up in a resolution of 1024×768 on the iMac, and then sets the console dimensions to 128×48, which leads to a font that is just a little too small for me to read comfortably on this screen. So I spent a lot of time trying to set the resolution to 800×600, hoping that this would lead to a larger font. Under OS X, that resolution works fine, but under Gentoo, the machine refuses to recognize it. Or rather, it ignores video settings that I pass, or the screen goes blank and the computer seems to hang. Pretty weird. At some point I even tracked down the driver in the kernel source, changed it to boot into 800×600, recompiled and reinstalled… which had the same effect as manually setting the resolution, i.e. the computer hangs.
So eventually I started looking for larger console fonts. There aren’t many… there’s the Sigma font, and Terminus… I am using that last one now, and I don’t like it too much, but at least I can read what I’m writing. :-) Fortunately, the sources of both fonts are available, which means I can change them to my liking, or create my own font (eventually). ^_^
Other than that, Gentoo works great on the iMac. Network worked right out of the box, which is essential as many packages can be downloaded using emerge.
Well, back to my hacking configuration hell… :-)
Joel said,
January 13, 2010 @ 5:13 am
If you’re wanting to change the console font size on one of the tty terminals then all you need to do is edit /etc/conf.d/consolefont and set CONSOLEFONT to what you want it set as. Console fonts on linux also don’t go by pixels, they go by number of characters.
Hans Nowak said,
January 13, 2010 @ 7:01 pm
Yes, as a temporary solution, I am now using the Terminus font, which has sizes larger than 16. I will probably end up making my own font… party like it’s 1989… :-)