start and stop vncserver scripts

This commit is contained in:
2014-02-17 10:24:17 +01:00
parent 9e3cd76264
commit d66ab53863
2 changed files with 2 additions and 0 deletions

4
bin/start_vncserver Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
vncserver -kill :1
#vncserver :1 -geometry 1920x1080 -depth 24 -dpi 96
vncserver :1 -geometry 1280x1024 -depth 24 -dpi 96