Graphical Applications: Difference between revisions

From TRACC Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
==General Graphic Application Comments
There are there ways to connect to Arrow to run graphic applications. These are:
* Running the NoMachine NX client
* Running the X2Go client
* Running X Windows
Running NoMachine and X2Go are the most efficient because the transfer information be tween the cluster and the client using data compression.<br \>
Once connected to the cluster by one of these methods, you can easili test that a graphice connection has been made by entering the following:
ssh useridnlogin1.arrow.tracc.anl.gov
enter your password
xeyes
You should now see a graphic display of a set of eyes that can be moved around using your mouse. If this works, then your graphical application should be installed correctly.
==Graphical Applications Using NoMachine NX==
==Graphical Applications Using NoMachine NX==
To provide for remote use of graphical applications on the cluster, we've installed [http://www.nomachine.com NoMachine NX] on the login hosts. To use it,
To provide for remote use of graphical applications on the cluster, we've installed [http://www.nomachine.com NoMachine NX] on the login hosts. To use it,
Line 34: Line 47:


you need to install the optional font packages for Windows from [http://www.nomachine.com/download-client-windows.php NoMachine].
you need to install the optional font packages for Windows from [http://www.nomachine.com/download-client-windows.php NoMachine].
==Graphical Applications Using X2Go==
X2Go can be installed by following the [https://wiki.x2go.org/doku.php/doc:installation:x2goclient instructions here.]


==Graphical Applications Using X==
==Graphical Applications Using X==
Line 40: Line 56:
To install X on a Mac, refer to this [https://princetonuniversity.github.io/PUbootcamp/ssh-instructions site ] <br />
To install X on a Mac, refer to this [https://princetonuniversity.github.io/PUbootcamp/ssh-instructions site ] <br />
Mac uses XQuart to implement X applications.
Mac uses XQuart to implement X applications.
==Testing Graphical Applications==
Connect to the ARROW cluster using ssh with either the NoMachine Graphical Application or the Graphical Application using X. Then issue the "xeyes" command.
ssh login1.arrow.tracc.anl.gov
xeyes
You should now see a graphic display of a set of eyes that can be moved around using your mouse. If this works, then your graphical application should be installed correctly.

Revision as of 20:55, April 19, 2021

==General Graphic Application Comments There are there ways to connect to Arrow to run graphic applications. These are:

  • Running the NoMachine NX client
  • Running the X2Go client
  • Running X Windows

Running NoMachine and X2Go are the most efficient because the transfer information be tween the cluster and the client using data compression.
Once connected to the cluster by one of these methods, you can easili test that a graphice connection has been made by entering the following:

ssh useridnlogin1.arrow.tracc.anl.gov
enter your password
xeyes

You should now see a graphic display of a set of eyes that can be moved around using your mouse. If this works, then your graphical application should be installed correctly.


Graphical Applications Using NoMachine NX

To provide for remote use of graphical applications on the cluster, we've installed NoMachine NX on the login hosts. To use it,

  1. Download and install the free NX Client. (Windows users should install the optional font packages.) The NX Client uses SSH behind the scenes; see.
  2. When you log in the first time, you'll see a window with a number of configuration options. Under "Desktop", choose "Unix", either "KDE" or "GNOME", and the appropriate type of connection you have to the Internet. (Users on the Argonne network should use "LAN".)

You should be able to use interactive GUIs with NX even over a DSL or cable connection. If you have problems, please contact us by clicking to send email or via telephone: 630-252-8224.

if that's not the case.

Terminating and Disconnecting

When you quit an NX session, you can either terminate it or disconnect from it. Terminating it will close all your running programs. If you discconnect you can reconnect later to the same session.

If you close the NX client window, you'll be given a choice of terminating or disconnecting.

Reconnecting

If you want to reconnect to an NX session, you'll have to log in to the same login node on which it was started. To do this, instead of using 'login.tracc.anl.gov' as the server host, specify the login node you want to connect to.

Problems

  • You may see the error message "Error activating XKB configuration" when you start a new session. This can be ignored, but if you want to get rid of it, then: from the Applications menu, go to Preferences -> Keyboard, then the Layouts tab, and click Reset to defaults. This should only need to be done once.
  • If the NX client stops working for you, log in with SSH, then try moving the .nx directory in your home directory out of the way:
cd; mv .nx .nx.bak
  • If you get errors similar to this:
Warning: Cannot convert string "-*-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-*" to type FontStruct

you need to install the optional font packages for Windows from NoMachine.

Graphical Applications Using X2Go

X2Go can be installed by following the instructions here.

Graphical Applications Using X

xming is a convenient and easy to install X server for Windows. However, if you're doing pre- or post-processing that requires sending a lot of graphics over the network, we recommend NoMachine NX because its compression of the graphics yields a significant speed advantage over X.

To install X on a Mac, refer to this site
Mac uses XQuart to implement X applications.