5 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section,!206Vnc x11 updates
In order to display graphical user interface GUI of various software tools, you need to enable the X display forwarding. Log in using the -X option in ssh client:
```console
local $export DISPLAY=localhost:0.0
local $ssh -X username@cluster-name.it4i.cz
```
!!! tip
If unable to execute graphical sofware showing error message "cannot open display" then try export DISPLAY variable before log in using the -X option in ssh client: