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