# 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 :0-5 service vnc-1024x768x16 { disable = yes socket_type = stream wait = no user = nobody server = /usr/bin/Xvnc server_args = -inetd -once -query localhost -fp unix/:7100 -depth 16 -geometry 1024x768 } service vnc-800x600x16 { disable = yes socket_type = stream wait = no user = nobody server = /usr/bin/Xvnc server_args = -inetd -once -query localhost -fp unix/:7100 -depth 16 -geometry 800x600 } service vnc-640x480x16 { disable = yes socket_type = stream wait = no user = nobody server = /usr/bin/Xvnc server_args = -inetd -once -query localhost -fp unix/:7100 -depth 16 -geometry 640x480 } service vnc-1024x768x8 { disable = yes socket_type = stream wait = no user = nobody server = /usr/bin/Xvnc server_args = -inetd -once -query localhost -fp unix/:7100 -depth 8 -geometry 1024x768 } service vnc-800x600x8 { disable = yes socket_type = stream wait = no user = nobody server = /usr/bin/Xvnc server_args = -inetd -once -query localhost -fp unix/:7100 -depth 8 -geometry 800x600 } service vnc-640x480x8 { disable = yes socket_type = stream wait = no user = nobody server = /usr/bin/Xvnc server_args = -inetd -once -query localhost -fp unix/:7100 -depth 8 -geometry 640x480 }