Xming - X Server for Windows
7 comments
Comment from: Greg [Visitor]
Comment from: Matty [Visitor]
The 10 comes from this configuration setting in the OpenSSH daemon the UNIX server you’re using: X11DisplayOffset 10
This causes the OpenSSH server to number the local X display numbers it allocates beginning at 10 instead of the default 0.
The idea here is that you may one day want to have up to ten normal X sessions (not tunneled over SSH) running on your UNIX server.
Personally, I think it’s dumb. We’re never going to connect large numbers of screens, keyboards and mice physically to our UNIX server, nor will we ever let the lusers into the data centre.
So all X will be over the network, in which case we may as well always tunnel the sessions over SSH, in which case we have no need for these 10 reserved screen numbers.
I don’t understand why you’d want to have 10 sessions not via SSH, and then *also* further sessions tunneled via SSH.
Hope this helps! :-)
Comment from: venkat [Visitor]
Hi
Recently i have started using Xming free software to connect to one Solaris machine. It works. But i have a question in my mind. Is it possible to install Xming on WTS and publish Xming on Citrix web page? So that multiple users can start using it from one single installation.
Appreciate if you can provide answer to my question ASAP.
Thank You
Regards, Venkat
Comment from: davidnewcomb [Member]
Comment from: Tom Harkin [Visitor]
Thank you for the notes. Was a god sent.
Tried doing it myself and failed.
Comment from: davidnewcomb [Member]
Comment from: Aditya Dutta [Visitor]
Form is loading...
I’ve been using xming for several months now and its worked very well in all cases connecting to several different distros (red hat, suse, ubuntu) and solaris. I used hummingbird, startnet and a couple others. this is at least as good performance wise and doesn’t have the bloat of hummingbird.
as for the DISPLAY variable. thats the the display is going to be sent. default is usually :0 but it can be pretty much any reasonable integer. Many times I have 2 instances of xming running the the DISPLAY for one set to :2 and the other one set to :3. just pick a number and be consistent. there is more to it then what I’ve said and more info is widely available if you google X display variable