2007-10-04 00:00:04 +02:00
|
|
|
diff -Nru vnc_unixsrc/vncserver vnc_unixsrc-new/vncserver
|
2007-05-08 19:21:19 +02:00
|
|
|
--- vnc_unixsrc/vncserver 2007-04-26 12:57:06.000000000 +0200
|
2007-10-04 00:00:04 +02:00
|
|
|
+++ vnc_unixsrc-new/vncserver 2007-10-03 19:20:06.000000000 +0200
|
|
|
|
@@ -36,16 +36,16 @@
|
2006-02-23 15:26:10 +00:00
|
|
|
$geometry = "1024x768";
|
|
|
|
$depth = 24;
|
|
|
|
$desktopName = "X";
|
|
|
|
-$vncClasses = "/usr/local/vnc/classes";
|
|
|
|
+$vncClasses = "/usr/share/vnc/classes";
|
|
|
|
$vncUserDir = "$ENV{HOME}/.vnc";
|
|
|
|
-$fontPath = "unix/:7100";
|
2007-10-04 00:00:04 +02:00
|
|
|
+$fontPath = "/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi";
|
2007-05-08 19:21:19 +02:00
|
|
|
$authType = "-rfbauth $vncUserDir/passwd";
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
# Here is another example of setting the font path:
|
|
|
|
-# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
|
2007-10-04 00:00:04 +02:00
|
|
|
+# $fontPath = "unix/:7100";
|
2006-02-23 15:26:10 +00:00
|
|
|
|
|
|
|
# X colors database path is optional, uncomment and edit to use:
|
2007-10-04 00:00:04 +02:00
|
|
|
-# $colorPath = "/usr/lib/X11/rgb";
|
|
|
|
+# $colorPath = "/usr/share/X11/rgb";
|
|
|
|
|
|
|
|
# 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
|