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