diff options
Diffstat (limited to 'contrib/packages/rpm/el9/SOURCES/10-libvnc.conf')
-rw-r--r-- | contrib/packages/rpm/el9/SOURCES/10-libvnc.conf | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/contrib/packages/rpm/el9/SOURCES/10-libvnc.conf b/contrib/packages/rpm/el9/SOURCES/10-libvnc.conf new file mode 100644 index 00000000..a053a7d8 --- /dev/null +++ b/contrib/packages/rpm/el9/SOURCES/10-libvnc.conf @@ -0,0 +1,19 @@ +# This file contains configuration of libvnc.so module +# +# To get libvnc.so module working, do this: +# 1. run "vncpasswd" from tigervnc-server package as root user +# 2. uncomment configuration lines below +# +# Please note you can specify any option which Xvnc accepts. +# Refer to `Xvnc -help` output for detailed list of options. + +#Section "Module" +# Load "vnc" +#EndSection + +#Section "Screen" +# Identifier "Screen0 +# DefaultDepth 16 +# Option "SecurityTypes" "VncAuth" +# Option "PasswordFile" "/root/.vnc/passwd" +#EndSection |