Nailer, I was just expressing one point of opinion. I cannot support the fact that something looks bad.Its an opinion. Both me and my friend are looking at the same monitor (ubuntu fiesty) and he thinks "its just fine" and I think the fonts blow. It probably has to do with my extreme and acute sensitivity for colors and shapes. My screen resolution is 1920 by 1300.Anything less and I become irritable. Notice my news.yc id?
I love Linux, but the fonts blow(till fiesty standard installation). I have to check out Gutsy yet.
Yes, it looks fine if you have font smoothing on, but try turning it off. The underlying font rendering is really poor, the underlying font rendering for Windows makes everything look like a pixel font.
At less than obscene resolutions, I greatly prefer monochrome fonts over smoothed fonts, which look blurry to me. Whenever I'm running at 200DPI, I'll switch to subpixel anti-aliased fonts.
Windows gives me the option of having incredibly readable subtly smoothed monochrome fonts and Linux only lets me have smoothed fonts. This is one area (the only area, I admit) where Linux is less configurable, or at least has less worthwhile options than Windows. But text readability seems like the single most important issue to me in an OS, so I have to stick with Windows until I find a Linux kernel recompiled for better monochrome fonts.
Or I need to download a pixel font for all the standard web and system fonts, but copyright makes that illegal and impossible.
(It was an arbitrarily high number for rhetorical purposes. I probably should have made it smaller. I was trying to imply that I will switch to subpixel smoothed fonts at some later date.)
OK, I found some good instructions that require only a recompile of freetype -- apparently the reason Linux renders fonts so poorly is that Apple has the good algorithms patented, so they can't turn on the good font rendering by default.
He doesn't need to compile a kernel for that, just Freetype.
Slightly off topic, most people who compile a kernel don't need to - they usually need to add a module, which if it isn't already packaged, is easily compilable on its own. Check RHEL 4's release notes (which show how to create a Makefile for a single module).
The compile love of Linux novices comes from old documentation from before kernel 2.0, when most drivers started being available as modules.