You are not logged in.
Pages: 1
Offline
Maybe it's because aterm doesn't support TrueType fonts.... Should I consider this solved and switch to urxvt?
Offline
So which font are you using for Eterm (looks like fixed, if you like that use it for aterm)?
I experience the same thing with aterm and non-monospace fonts.
Give terminus a try. "terminus-font" in community. I love it at pxlsz 14.
Offline
Tried something different with urxvt, which I know does xft... Came up with this, and still some odd character spacing:
http://img264.imageshack.us/img264/5003 … iv1.th.png
It happens with some font sizes/types...
Try putting something like this in your .Xdefaults:
xft.dpi:: 96
xft.antialias:: true
xft.hinting:: true
xft.rgba:: rgb
and then either
urxvt*font:: xft:Monospace:pixelsize=11
or
urxvt*font:: xft:Terminus:pixelsize=14
reload .Xdefaults with
xrdb ~/.Xdefaults
You'll have to experiment a bit and figure out what works best on your screen.
Last edited by fwojciec (2007-09-10 15:54:40)
Offline
urxvt*font: xft:Bitstream Vera Sans Mono-8
When I used that syntax for changing urxvt's font in ~/.Xdefaults, the kerning/character spacing worked perfectly. I wonder why changing syntax or how you call the font through XFT makes the spacing different. I was trying "xft:Dejavu Sans Mono:pixelsize=9" etc.... But when I just left the pixelsize off and put -8 with that line, the spacing worked perfectly. Odd, eh?
Offline
As fwojciec said, it happens with certain font/size. Try something like
aterm*font: -*-fixed-medium-r-*-*-14-*-*-*-*-*-*-*
in your ~/.Xdefaults
That's what I use.
Offline
Pages: 1