Update home authored by van Vliet's avatar van Vliet
...@@ -1187,6 +1187,26 @@ You should choose a strong password, the password should not be the same as the ...@@ -1187,6 +1187,26 @@ You should choose a strong password, the password should not be the same as the
Kill the vncserver connection: Kill the vncserver connection:
* vncserver -kill :1 * vncserver -kill :1
Now adapt the **xstartup** file:
* vi $HOME/.vnc/xstartup
```
#!/bin/sh
unset SESSION_MANAGER
unset DBUS_SESSION_BUS_ADDRESS
/etc/X11/xinit/xinitrc
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
```
## More Slurm info ## More Slurm info
... ...
......