Skip to content

Instantly share code, notes, and snippets.

@lmiphay
Created June 9, 2016 18:53
Show Gist options
  • Save lmiphay/d2f1cc43324e8a58b41d831a27e8e811 to your computer and use it in GitHub Desktop.
Save lmiphay/d2f1cc43324e8a58b41d831a27e8e811 to your computer and use it in GitHub Desktop.
tigervnc server type configuration: /etc/X11/xorg.conf.d/40-vnc.conf
# Notes:
# set the server use flag on tigervnc: net-misc/tigervnc server
# turn off compositing/all-effects
# set password with vncpasswd(1)
Section "Module"
Load "vnc"
EndSection
Section "Screen"
Identifier "Default Screen"
Option "PasswordFile" "/home/auser/.vnc/passwd"
Option "rfbport" "5909"
# CompareFB - Perform pixel comparison on framebuffer to reduce
# unnecessary updates (0: never, 1: always, 2: auto)
# (default=2)
Option "CompareFB" "1"
EndSection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment