Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

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