LWN.net Logo

Google releases Neatx NX server

Google releases Neatx NX server

Posted Jul 26, 2009 13:31 UTC (Sun) by sbergman27 (guest, #10767)
In reply to: Google releases Neatx NX server by nix
Parent article: Google releases Neatx NX server

"""
Fonts: put them on the client, rather than the server (or both, if you want core fonts to work too,
"""

Can't you just:

Xorg -query myserver.localdomain -fs tcp/myserver.localdomain:7100

and make sure xfs is running on myserver (and listening on tcp:7100) and have all the server's installed fonts available everywhere? One shouldn't have to upgrade a thin client once it is in place. Only the server.


(Log in to post comments)

Google releases Neatx NX server

Posted Aug 11, 2009 15:41 UTC (Tue) by Lurchi (guest, #38509) [Link]

You are confusing Server and Client.
Terminal Server == X client
Terminal (Thin) Client == X display server

So you install the fonts on the terminal server (once) and the program
will render the same on every client.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds