summaryrefslogtreecommitdiffstats
path: root/tigervnc/build/10-libvnc.conf
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-06-16 19:03:07 +0000
committer Eric Hameleers <alien@slackware.com>2015-06-16 19:03:07 +0000
commit328c676fbebbc7c7fd56f5a9fbdd8a778fcb11b8 (patch)
treef9326787779ee2067b1724d55fa87fe1f8279464 /tigervnc/build/10-libvnc.conf
parent788885e2b527d5156395e874a33dff4617b26a59 (diff)
downloadasb-328c676fbebbc7c7fd56f5a9fbdd8a778fcb11b8.tar.gz
asb-328c676fbebbc7c7fd56f5a9fbdd8a778fcb11b8.tar.xz
Initial revision
Diffstat (limited to 'tigervnc/build/10-libvnc.conf')
-rw-r--r--tigervnc/build/10-libvnc.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/tigervnc/build/10-libvnc.conf b/tigervnc/build/10-libvnc.conf
new file mode 100644
index 00000000..dc0feadd
--- /dev/null
+++ b/tigervnc/build/10-libvnc.conf
@@ -0,0 +1,21 @@
+# This file contains configuration of libvnc.so module
+# Source: http://pkgs.fedoraproject.org/cgit/tigervnc.git/plain/10-libvnc.conf
+#
+# To get libvnc.so module working, do this:
+# 1. run "vncpasswd" 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
+