You are not logged in.
Hi everyone. Installing Arch was a breeze, but I'm still having lots of trouble making it as fully-featured as the buntu I was coming from. I'm pretty spoiled. Anyway, my current concern is getting a nice-looking, readable terminal, but urxvt completely messes up the kerning of the font I want to use. As you can see in the screenshot, it works fine in leafpad.
Could anybody at least point me in the right direction for getting pleasant font rendering everywhere?
Last edited by eFFeeMMe (2012-02-23 23:03:41)
Offline
Offline
It's there in the screenshot ![]()
Offline
Try experimenting with letterSpace set to -1 or -2:
URxvt.letterSpace: -2Offline
Doesn't look like a kerning issue to me. That looks like the font urxvt renders when the font string is broken (or the font is not loading/can't be found)...
Offline
Try re-running
fc-cache -f -vand check a different mono spaced font to see if it works correctly. One more thing: I've always used 'Anonymous Pro' without a hyphen (run fc-list | grep Anonymous just in case...).
This kind of mess usually means that the font params are not read / set / accessed correctly. For other applications everything may be correct, but rxvt-unicode is kind of a... capricious.
On a fresh system I struggled some time with VL Gothic and one day, like a bolt from the blue, the font face appeared correctly on the screen.
Last edited by bohoomil (2012-02-23 23:59:59)
:: Registered Linux User No. 223384
:: github
:: infinality-bundle+fonts: good looking fonts made easy
Offline
Just the other day I was trying to set the default font in urxvt and got the same results you are seeing.
My problem (I think) was due to running urxvt in daemon mode. It seems that if you start the urxvtd daemon, it will set the font according to .Xdefaults/.Xresouces but then you will have trouble resetting the font on each invocation of urxvtc.
I was finally able to set the font I wanted.
Offline
Fixed! It doesn't look as I mean it to, yet, but I'll just have to play with fontconfig parameters and hope those work, I guess.
My .Xresources file is now these two lines:
URxvt.scrollBar: off
URxvt.font: xft:Anonymous Pro:size=14
Thanks for all your help, the problem was that I got the font name wrong and didn't realize it because URxvt's backup font looked like a badly rendered version of the one I was going for. Again, thanks. ![]()
Offline