
service vnc-800x600

{
	disable	= no
	socket_type	= stream
	protocol	= tcp
	wait		= no
	user		= nobody
	server		= /usr/bin/Xvnc
	server_args	= :1 -fp unix/:7100 -rfbport 5901 -inetd -query localhost -geometry 800x600 -depth 16 -once 

	# note on some brands of linux the server value will be /usr/bin/Xvnc (check your for the correct value)
	# 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

	# I had rather a lot of bother getting this working on fedora core 5 and the default vnc-server (forget version)
	# in the end I did the following
	# install metavnc metavnc-server-0.5.1-1 from metavnc.sourceforge.net
	# change hte server_args to include -fp unix/:7100 -rfbport 5901
	# 
}

