On Fri, 2003-04-04 at 11:13, Tim Fournet wrote:
Simply running 'X -broadcast' will broadcast for available XDMCP
servers and connect to the first answering one. X -query 1.2.3.4 will
connect to the server at that ip
I seem to remember something about a chooser function as well, but I'm
not sure if that exists/still exists.
Right. I can do an `X -broadcast', but that requires I get in at a prompt and then run X by hand. But I want to be able to have a chooser on my local Red Hat machine that will allow me to do a remote login OR a local login, as I wish.
what about XFree86-Xnest* ?
why not a simple $Xnest -broadcast :1& $Xnest -query <host> :2& $Xnest -query <host1> :3& ...
-- shrek-m