Update home authored by van Vliet's avatar van Vliet
......@@ -1199,13 +1199,39 @@ unset DBUS_SESSION_BUS_ADDRESS
exec icewm-session
```
Adapt/create a config file for the vncserver with some useful settings:
Adapt/create a **config** file for the vncserver with some useful settings:
* vi $HOME/.vnc/config
```
.vnc/config
geometry=1280x1024
depth=24
```
Now start the vncserver:
```
vncserver
New 'res-hpc-gpu01.researchlumc.nl:1 (username)' desktop is res-hpc-gpu01.researchlumc.nl:1
Starting applications specified in /home/username/.vnc/xstartup
Log file is /home/username/.vnc/res-hpc-gpu01.researchlumc.nl:1.log
```
You can list you vncserver session with the following command:
* vncserver -list
```
vncserver -list
TigerVNC server sessions:
X DISPLAY # PROCESS ID
:1 47947
```
You can/should kill your vncserver session when you are done:
* vncserver -kill :1
```
vncserver -kill :1
Killing Xvnc process ID 47947
```
## More Slurm info
......
......