Friday, January 11, 2008

Run VNC service on Ubuntu

This command will be able to run a user specific vnc service on a ubuntu machine.

"Xvnc :5 -query localhost -geometry 1024x768 -depth 16 -once -securitytypes none -fp /usr/share/fonts/X11/misc -DisconnectClients=0 -NeverShared -extension XFIXES"

And when choose "Disconnect" from the vnc client, the server will shutdown itself.

No comments: