You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10-libvnc.conf 538B

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