Ubuntu 7.04: first thoughts
July 12th, 2007So, I am about to replace the Linux distro on my desktops, on my laptop and desktop machine, so I’m considering my choices… Debian-based is the way to go, so it’s either Debian or Ubuntu.
I wouldn’t go pure, vanilla Debian because of it’s “correctness” (ok ok, I can add other repositories to the system, but it simply doesn’t feel… “native” enough?). I’ve tried Kubuntu, but it simply didn’t feel polished enough; it felt like Ubuntu’s bastard child, management wise (Adept, KDE based apt frontend, crashed on me several times, dist-upgrade from 6.10 depended on some GTK stuff which wasn’t installed automagically, so I had to figure out “by hand” what to install — more info on that on my Launchpad bug report, etc).
That lead me to try Gnome-based, good ol’ Ubuntu, and I have to say that so far, few glitches aside, it looks good. I haven’t used Gnome for some time now and it seems really nice. Gnome itself and Nautilus, as a file manager, really feel snappy and stable. Gnome Terminal looks nicer than before and more usable.
Anyway, as a regular nitpicker, few downsides. First, LILO didn’t install properly (Grub was complaining about residing on XFS, which is a no-no, eh?), so I had to manually edit lilo.conf, only to find out that some vital options are left out, such as “prompt”, “lba32″ and “compact”, framebuffer “vga” line, too, and I had to add the timeout… Hmm, some really pretty much expected stuff? Why are they left out? Beats me. Then, in fstab, vfat partition had fs_passno = 1, so it was checked on every boot. Onward to Gnome itself. Ugly, anti-aliased fonts? Unlike KDE, Gnome Font preferences don’t include an option to exclude some font size ranges from anti-aliasing, so everything is anti-aliased. Ok, I edited it by hand only to find out that the fonts that came with Ubuntu look terrible when not anti-aliased. I installed MS fonts and… what? They look ugly, too? Hmmm… I remember that Freetype has some bytecode interpreter option that makes those fonts look just like in Windows, but it is, to quote Freetype site, “potentially patent infringing”, so it’s disabled by default in Ubuntu… Damn that correctness. I found on Ubuntu forums a source for bytecode interpreter-enabled version of Freetype, so I installed that and FINALLY fonts looked BEARABLE. Then, the system doesn’t have Adobe Flash player installed as default. Ok, I can understand that, that perhaps in the licence it doesn’t allow automatic installation, or even inclusion in some other form like a Linux distro, but SuSE somehow managed to pull it off: the installer asks you whether you want to install that plugin nicely.
That’s it for the first thoughts, more on Ubuntu later (perhaps) heh.
July 12th, 2007 at 9:12 pm
I think Ubuntu will also be my next choice for my computer. They have far less stupid bugs than Fedora, but still enough user friendly for desktop use. I will need a lot of time to get used to GNOME, though. :)
July 13th, 2007 at 1:59 pm
Flash plug-in is available in ‘multiverse’ repository, which contains a couple proprietary bits. Not that I recommend using it (I avoid Flash for other reasons as well), but there you’ve got it.
As for FreeType, you should have been able to simply not force autohint and get the bytecode interpreter (DejaVu fonts are hinted as well), so I can’t tell for sure (fwiw, I use it strictly on LCD displays with sub-pixel rendering, which gives great results for me: it’s easier to play with sub-pixel rendering settings instead).
As for LILO troubles, I suspect it’s hardly debugged at all, since Ubuntu defaults to GRUB (I didn’t even know GRUB didn’t support XFS, and Ubuntu supported LILO :).
July 15th, 2007 at 2:50 pm
Yes I know Flash is “installable”, but my point is: why not make it a choice of the USER, ask the USER if he wants it installed and therefore make him the guilty side if he breaks any patents and not just assume that the user doesn’t need Flash by default? That’s how SuSE installer does it and that is, IMHO, a smart move. Same could go for Corefonts, too: ask the user “do you want the Microsoft fonts downloaded and installed? Warning blah blah” and there you go.
As for Freetype, no setting combination worked for me in printing the Corefonts nicely.
As for LILO, the installer complained about it, so I followed the advice. I may go for Grub anyhow. ;)