
service vnc-1024x768
{
	disable	= no
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= nobody
	server		= /usr/bin/Xvnc
	server_args	= :2 -desktop JMcD -inetd -query localhost -geometry 1024x768 -depth 24 -rfbport 5902 -fp unix/:7100
#Xvnc :3 -desktop X -httpd /usr/local/vnc/classes -auth /root/.Xauthority -geometry 1024x768 -depth 24 -rf
	# note on some brands of linux the server value will be /usr/bin/Xvnc
	# also the server_args value may need -securitytypes=none to stop the remote vncviewer being prompted for a 
	# vnc password instead of the GDM/XDM login prompt
}

