sharkcz / rpms / tigervnc

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