[EMAIL PROTECTED] wrote:

> XFS is running on the server  when given the command
> 
>      ps aux | grep xfs, it shown as follows.
> 
> xfs       1331  0.0  1.6  5312 4144 ?        S    Sep22   0:00 xfs -port -1 -dae


XFS is running on the wrong port.  It's running on the -1 port which is 
the way RedHat and derivatives set it up.  Change it to run on port 7100.

> vinod     1805  0.0  0.2  1636  612 pts/1    S    00:34   0:00 grep xfs
> 
> 
>--------------------------------------------------------------------------------------------
> WHEN USED ON BOARD SVGA i810e

> _FontTransSocketINETConnect: can't connect: errno=111
> Failed to set default font path "tcp/192.168.0.254:7100
> Fatel sever error:
> 
> Could not open default font 'Fixed'
> 

As exmplained above.

To change it, look at /etc/rc.d/init.d/xfs and change the port from -1 
to 7100.  In Mandrake 8.0 it's in the section marked start.

You will then also need to change your local /etc/X11/XF86Config file to 
using xfs on 7100 rather than -1.


Look for FontPath "unix:-1" and change to "unix:7100"

Good Luck.

Even if you got the Trident working, you'll run into the same problem.

The problem there is that a 1MB graphcs card will not support 102x768 at 
16bpp.  You need to either reduce the bpp to 8 or the resolution to 800x600.


-- 
Rob Davis,  at home, on the Linux Box...




_____________________________________________________________________
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