# default: off
# To use this remote vnc method: 
# * Allow local accesss to Xserver/XDMCP, add to /etc/X11/xdm/Xaccess:
#   localhost	
# Then, this server is accessible at vncviewer <server>:0-5

service vnc-1024x768x16
{
	disable		= yes	
	type		= UNLISTED
	port		= 5900
	socket_type	= stream        
	wait		= no
	user		= nobody 
	group		= tty
	server		= /usr/bin/vncts
	server_args	= -geometry 1024x768 -depth 16
}

service vnc-800x600x16
{
	disable		= yes	
	type		= UNLISTED
	port		= 5901
        socket_type     = stream
        wait            = no
        user            = nobody
	group           = tty
        server          = /usr/bin/vncts
        server_args     = -geometry 800x600 -depth 16
}

service vnc-640x480x16
{
	disable		= yes
	type		= UNLISTED
 	port		= 5902
        socket_type     = stream
        wait            = no
        user            = nobody
        group           = tty
        server          = /usr/bin/vncts
        server_args     = -geometry 640x480 -depth 16
}

service vnc-1024x768x8
{
	disable		= yes 
	type		= UNLISTED
	port		= 5903
        socket_type     = stream
        wait            = no
        user            = nobody
        group           = tty
        server          = /usr/bin/vncts
        server_args     = -geometry 1024x768 -depth 8 
}

service vnc-800x600x8
{
	disable		= yes 
	type		= UNLISTED
	port		= 5904
        socket_type     = stream
        wait            = no
        user            = nobody
        group           = tty
        server          = /usr/bin/vncts
        server_args     = -geometry 800x600 -depth 8 
}

service vnc-640x480x8
{
	disable		= yes
	type		= UNLISTED
	port		= 5905
        socket_type     = stream
        wait            = no
        user            = nobody
        group           = tty
        server          = /usr/bin/vncts
        server_args     = -geometry 640x480 -depth 8 
}
