Update home authored by van Vliet's avatar van Vliet
......@@ -1182,7 +1182,7 @@ Creating default config /home/username/.vnc/config
Starting applications specified in /home/username/.vnc/xstartup
Log file is /home/username/.vnc/res-hpc-gpu01.researchlumc.nl:1.log
```
You should choose a strong password, the password should not be the same as the user password.
You should choose a strong password, the password should not be the same as the user login password.
Kill the vncserver connection:
* vncserver -kill :1
......@@ -1202,7 +1202,6 @@ exec icewm-session
Adapt/create a **config** file for the vncserver with some useful settings:
* vi $HOME/.vnc/config
```
.vnc/config
geometry=1280x1024
depth=24
```
......@@ -1233,6 +1232,14 @@ vncserver -kill :1
Killing Xvnc process ID 47947
```
### connect from your remote desktop to the vcnserver
If you are running the **X2Go** client, open a terminal.
The run the command:
```
vncviewer res-hpc-gpu01.researchlumc.nl:1
```
## More Slurm info
......
......