Skip to content
GitLab
Explore
Sign in
Changes
Page history
Update home
authored
Apr 23, 2020
by
van Vliet
Show whitespace changes
Inline
Side-by-side
home.md
View page @
27caa281
...
@@ -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
...
...