136d7b
# This file contains configuration of libvnc.so module
136d7b
#
136d7b
# To get libvnc.so module working, do this:
136d7b
# 1. run "vncpasswd" from tigervnc-server package as root user
136d7b
# 2. uncomment configuration lines below
136d7b
#
136d7b
# Please note you can specify any option which Xvnc accepts.
136d7b
# Refer to `Xvnc -help` output for detailed list of options.
136d7b
136d7b
#Section "Module"
136d7b
#    Load "vnc"
136d7b
#EndSection
136d7b
136d7b
#Section "Screen"
136d7b
#    Identifier "Screen0
136d7b
#    DefaultDepth 16
136d7b
#    Option "SecurityTypes" "VncAuth"
136d7b
#    Option "PasswordFile" "/root/.vnc/passwd"
136d7b
#EndSection