|
Re: Font server?
If you're trying to use xfstt, I know you can comment out no-listen = tcp in (generally) /etc/X11/xfs/config. That should let it run on port 7100/tcp (maybe 7101 because that's what debian uses.) Make sure you firewall that off from non-local connections.
Also, I don't know anything about CYGWIN, but xset fp+ /path/ should set the font path. Maybe that's of no use, but like I said, never touched CYGWIN. Do you still have an XF86Config-4 file? If so, just stick
Code:
Section "Files"
FontPath "/font/path/"
EndSection
in it. Sorry if any (all?) of this was useless 
__________________
I'm a professional web developer. I'm good with PHP, Perl, Java/JSP, some RoR, XML, Javascript (AJAX as well), (x)HTML, CSS, etc.. Validated code is good; fully cross-browser code is better (you comply to your users and the software they use, not the other way around. Sorry!)
|