Last active
November 6, 2015 09:05
-
-
Save oa414/9a04c95245b7dd54b1f5 to your computer and use it in GitHub Desktop.
/etc/sysconfig/vncservers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VNCSERVERS="1:root" | |
VNCSERVERARGS[1]="-geometry 800x600" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#.vnc/xstartup | |
xsetroot -solid grey | |
vncconfig -iconic & | |
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & | |
gnome-session & #set starting GNOME desktop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment