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