On Sun, Nov 05, 2000 at 11:03:55AM -0800, Marc Wilson wrote: > It really is just that simple. I had zero luck getting xfstt to cooperate > with XF4, and had all sorts of weird font-isms until I disabled it. Aterm > would display hash instead of line-drawing characters, rxvt wouldn't even > START, Eterm would start, but not display the menus properly, etc.
Hmm, it's working fine here. In XF86Config have a FontPath "unix\:7101" and that's all it took. It was my understanding that the xfs with X 4 was supposed to be TrueType enabled (but maybe it's just the internal font engine??). -- #! /bin/sh # ppp-address: What's my Internet Address for ppp0 ? /sbin/ifconfig ppp0 2> /dev/null | grep 'inet addr:' | sed \ 's=.*inet addr\:\([0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\).*=\1='