I guess the 'new' way of adding options to the xorg configuration is to create a
file in /etc/X11/xorg.conf.d. For example create a file called
30-vncserver-authentication.conf and add

Section "Screen"
    Identifier "VNC"
    Option "SecurityTypes" "VncAuth"
    Option "UserPasswdVerifier" "VncAuth"
#adjust the following line
    Option "PasswordFile" "/root/.vnc/passwd"
EndSection

Section "Module"
    Load "vnc"
EndSection

Using this type of vnc access I get very high cpu usage from the xorg server
process. Makes it a poor user experience. The normal Xvnc server is very fast
with low cpu usage.



------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Tigervnc-users mailing list
Tigervnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-users

Reply via email to