diff --git a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md index 5a19cece87290d6a732efa9bc2e51537c977041d..b915d4c0822aba0c9e173ae2ec335e9ffee05129 100644 --- a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md +++ b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/x-window-system.md @@ -61,22 +61,6 @@ To enable the X display forwarding, log in using the `-X` option in the SSH clie local $ export DISPLAY=localhost:0.0 ``` -## Verify the Forwarding - -To verify the forwarding, type: - -```console -$ echo $DISPLAY -``` - -if you receive something like: - -```console -localhost:10.0 -``` - -then the X11 forwarding is enabled. - ## X Server In order to display the GUI of various software tools, you need a running X server on your desktop computer. For Linux users, no action is required as the X server is the default GUI environment on most Linux distributions. Mac and Windows users need to install and run the X server on their workstations.