On Mon, 2004-05-31 at 19:23, Joshua N Pritikin wrote: > Is there any disadvantage for using XFS for fonts? > > We need special fonts for dosemu and devanagari (Hindi & Marathi). > Our LTSP server runs debian (testing). I tried using dfontmgr to > configure the fonts but only the X server on the server is really > working. The clients don't see all the fonts. > > I don't want to customize build_x4_config too much because that will > make it harder to upgrade to the next release of LTSP. Turning on XFS > for all the clients seems like the easiest solution. No need to build. Just make links in the /opt/ltsp/i386/usr/X11R6/lib/X11/fonts/ for all font directories from /usr/X11R6/lib/X11/fonts This should solve the problem. First get into the directory and then issue link command: cd /opt/ltsp/i386/usr/X11R6/lib/X11/fonts ln -sf /usr/X11R6/lib/X11/fonts/*
This should work. HTH -- Sudev Barar Learning Linux ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
