opt/tightvnc/tightvnc-config.patch

17 lines
573 B
Diff
Raw Normal View History

--- vncserver.orig 2009-06-15 20:56:51.840286743 +0200
+++ vncserver 2009-06-15 21:14:49.627829365 +0200
@@ -32,10 +32,11 @@
2006-02-23 16:26:10 +01: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";
+$colorPath = "/usr/share/X11/rgb";
2006-02-23 16:26:10 +01:00
# Read configuration from the system-wide and user files if present.
2006-02-23 16:26:10 +01:00