Skip Gaede wrote:

> > Can anyone explain what Mandrake (8.1) is doing with their 
> font server and
> > how to get the font server to work with LTSP clients? The 

Jurgen's answer got the problem solved, although the problem I
had was that the code to do xfs restart did not do a stop, followed
by a start.

So to make this all work, here's what to do:

1) On the server, edit /etc/X11/XF86Config-4.
   Change the FontPath from unix/:-1 to unix/:7100.

2) On the server, edit /etc/rc.d/init.d/xfs.
   Change two occurences of '-port -1' to '-port 7100'.

3) With the X Window System shutdown, at a conole prompt
   type 'service xfs stop && service xfs start'

4) Restart the X Window System by typing 'startx'.

The rest of the magic was done correctly by the install scripts.

Thanks!

_____________________________________________________________________
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.openprojects.net

Reply via email to