Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • For any other cases, authorise incoming X connections to your workstation first:


    Code Block
    $ xhost +


  • Then, find out  your display port:


    Code Block
    $ env | grep DISPLAY

    For instance, an output of DISPLAY=":100" means that your display port is 100 (which is the default)

  • And, finally, in the remote machine, indicate your display port:

    Code Block
    $ export DISPLAY=<vm-name>.ecmwf.int:<display_port>

    For example

    Code Block
    $ export DISPLAY=c8-beta-001.ecmwf.int:100
    $ run_my_gui_application


  • After you have finished, always remember to disable incoming connections again:


    Code Block
    $ xhost -