So I don’t forget it again…

9 06 2008

… gosh, I always forget what I do to my font configs on my machines.

KDE: Enable Antialiasing/Subpixel hinting RGB/Style Medium
Fontconfig system wide: Replace Helvetica with something readable in .fonts.conf
Link 10-autohint.conf and 10-sub-pixel-rgb.conf

To be never forgotten again for my fonts to look gorgeous.





Someone could have told me earlier…

2 04 2008

… my Sidux has bash-completion enabled for all apt-commands.

apt-get install amarok<tab> simply rocks instead of using apt-cache search everytime.





Alsa woes

28 03 2008

Note to self: Intel’s HDA chip on my P35 motherboard sucks and doesn’t support hardware mixing. Debian’s libasound2 sucks too since the plug:dmix is broken for w/e reason.

Solution: Reactived my trusty old Creative Audigy2. Sweet piece of hardware and does hardware mixing.





Boy, my NSLU2 is slow…

28 03 2008

Decided to compile a new version libtorrent and rtorrent since well… I was bored and the new version got DHT support, which is awesome.
7 hours later I realized I forgot to put the proper CXXFLAGS in place … AGAIN! :( It’s a known bug when compiling with GCC 4.xx, all goes well until you first fire up the client. Once it starts communicating with outside nodes it will bail out with Unread data won't fit PCBs read buffer
So after two distcleans off the Slug goes again. As much as I love my little NSLU2 - that box really is a Slug. So if you ever want to compile the bittorrent client of awesomeness on your box, remember to
CXXFLAGS="-O2 -mcpu=xscale -mtune=xscale"
before the initial ./configure’s. Will save you lots of time.





A simple tweak to make your GTK Fonts look nice in KDE

27 03 2008

… at least when using Sidux. :)
I was quite annoyed yesterday because my KDE fonts looked simply crispy and marvellous, yet the ones in Pidgin and Iceweasel/Firefox (pretty much the only GTK apps I use) looked like shit. gtk-qt-engine does a good job keeping my fonts the same, but there was simply no anti-aliasing going on in GTK apps which I seriously hate. I am used to AA. I want it everywhere! :)
Diving into /etc/fonts it was pretty obvious that I was missing one thing there….

ln -s /etc/fonts/conf.avail/10-autohint.conf /etc/fonts/conf.d/

This turns on the Auto-Hinter systemwide - something which you do for your KDE fonts in Control Center, but usually can’t do without installing a crap ton of GNOME dependencies for GTK apps. This does it. And boy does it make a difference.





Font tweaks

24 09 2007

Thanks to some helpful comment at osnews.com I tried changing my KDE fonts to the excellent Bitstream Vera Sans Fonts with medium Subpixel Hinting enabled and boy… Did that make a difference. Crispy, excellent looking fonts that you can actually read a mile away now. Makes me wonder why no distribution I ever tried has those settings as default.