We can run graphical programs on Linux/Solaris machines on campus remotely and display them on your desktop computer running Windows. We can do this by using running two applications together on your Windows machine: Xming and PuTTY.
Xming is a PC X Window Server. This enables programs being run remotely to be displayed on your desktop. Download and run the installation program from: http://sourceforge.net/projects/xming/
Navigate to the Files section and download:
Xming setup from the Xming folder
the fonts package installer from the Xming-fonts folder
By default both programs will be installed into the same location, so don’t the worry about over writing files. We cannot work without both packages.
Once installed, running All Programs > Xming > XLaunch is a good idea to see what the configuration looks like. In most cases, the default options should be just fine.
Finally run All Programs > Xming > Xming to start the PC X Server. The “X” icon should be visible on the Windows Taskbar, as in the image below. The X Server must be started before setting up a SSH connection to a campus machine.
PuTTY is a free SSH client. Through PuTTY we connect to a remote machine on the UT Dallas campus. Download the single Windows executable file from: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html There is no setup required, you can run by simply double clicking putty.exe.
Configuring PuTTY
Under Session, enter the hostname you want to connect to: apache.utdallas.edu on port 22. Make sure the connection type is ssh.
Open a graphical application by typing the command name
{apache:~} gvim itworks.txt &
The ampersand runs the command in background so that you can work on your terminal and run the graphical application.
To connect to solarium for instance, connect to apache as above and then from the terminal:
{apache:~} ssh –X solarium
The -X switch as you guessed enables X11 forwarding. You can run X11 applications on solarium now!
gVim Error message - E665: Cannot start GUI, no valid font found
Cadence Error message - X Error of failed request: BadName (named
color or font does not exist)
X11 Forwarding using Xming and PuTTY
原文地址:http://blog.csdn.net/jason_wang1989/article/details/45646261