How xwindows
The X Window System commonly X or X11 is a computer software system and network protocol that provides a graphical user interface GUI for networked computers. It creates a hardware abstraction layer where software is written to use a generalized set of commands, allowing for device independence and reuse of programs on any computer that implements X. Since Windows does not support X11 based windowing natively, it is necessary to run a special program called an "X Server" that allows your Windows desktop to do so.
Since X-windows does not provide secure connections itself, it is necessary to use it in conjunction with a separate tool that provides this security. Thus, it should already be available on your system. On their webiste, under Releases, Public Domain Releases, please install Xming, which would be the latest version. If you will be doing anything specail with fonts, please install Xming-fonts from the same box. This additional installer provides standard core X fonts which are usually required and optional extended Bitstream Vera replacement fonts from DejaVue.
X-Windows Client: The computer system that is running code that wants to display a graphical user interface. In some cases the client and server may be the same system, but if you're X-Windows server is running on a Microsoft Windows system, the client is generally the Unix or Linux server you are connecting to and running MatLab or Xterm inal or similar programs on.
The server generates the key and it is transferred to the client. When the client is ready to display something, it presents the key to the server and the server accepts the connection. Xming can be downloaded from this web site. Scroll down to the Releases section, and under the Public Domain releases, get Xming and Xming-fonts. Don't worry if the version numbers on the web page are different than in these images. You do not need Xming-mesa unless you have problems with just Xming.
Install Xming first. It should automatically install in the correct place. You most likely want to grab the 64 bit Windows MSI installer file currently puttybit If you have a 32 bit version of Windows unlikely you'll want the 32 bit installer.
Run the putty installer. All of the defaults should be fine.
0コメント