summaryrefslogtreecommitdiff
path: root/tightvnc/tightvnc-config.patch
blob: e5f62d96fb7143d9459117c3709b5f7d1a245647 (plain)
    1 --- vncserver.orig	2009-06-15 20:56:51.840286743 +0200
    2 +++ vncserver	2009-06-15 21:14:49.627829365 +0200
    3 @@ -32,10 +32,11 @@
    4  $geometry = "1024x768";
    5  $depth = 24;
    6  $desktopName = "X";
    7 -$vncClasses = "/usr/local/vnc/classes";
    8 +$vncClasses = "/usr/share/vnc/classes";
    9  $vncUserDir = "$ENV{HOME}/.vnc";
   10 -$fontPath = "unix/:7100";
   11 +$fontPath = "/usr/lib/X11/fonts/misc,/usr/lib/X11/fonts/100dpi,/usr/lib/X11/fonts/75dpi";
   12  $authType = "-rfbauth $vncUserDir/passwd";
   13 +$colorPath = "/usr/share/X11/rgb";
   14  
   15  # Read configuration from the system-wide and user files if present.
   16  

Generated by cgit