| Server IP : 93.86.61.54 / Your IP : 216.73.216.60 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /etc/ |
Upload File : |
##
## Configuration of the TightVNC Server.
##
## This file uses Perl syntax, although only one-line assignments
## are allowed. Assgnments can be applied to the following variables:
##
## $geometry -- desktop geometry, WIDTHxHEIGHT
## $depth -- color depth, bits per pixel (between 8 and 32)
## $desktopName -- X desktop name
## $vncClasses -- directory with the Java viewer applet
## $vncUserDir -- user-specific directory of TightVNC
## $fontPath -- X font path
## $authType -- argument to Xvnc specifying authentication type
## $colorPath -- optional path to X colors database
##
## These settings are the default. Uncomment and edit to change.
#
# $geometry = "1024x768";
# $depth = 24;
# $desktopName = "X";
# $vncClasses = "/usr/local/vnc/classes";
# $vncUserDir = "$ENV{HOME}/.vnc";
# $fontPath = "unix/:7100";
# $authType = "-rfbauth $vncUserDir/passwd";
# $colorPath = "/usr/lib/X11/rgb";
## Here is another example of setting the font path:
#
# $fontPath = "/usr/lib/X11/fonts/misc/"
# $fontPath = "$fontPath,/usr/lib/X11/fonts/75dpi/";
## You might wish to make your vnc directory under /tmp, to make sure
## passwords are always kept on the local filesystem. To do that, just
## uncomment the line below. Note that in this case Xvnc's .Xauthority
## file will be searched in the same $vncUserDir directory by default,
## and $ENV{HOME}/.vncstartup will be executed instead of usual
## $vncUserDir/xstartup.
#
# $vncUserDir = "/tmp/$ENV{USER}-vnc";