Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 4603
Collapse All | Expand All

(-)vncserver (-3 / +3 lines)
Lines 35-46 Link Here
35
$geometry = "1024x768";
35
$geometry = "1024x768";
36
$depth = 24;
36
$depth = 24;
37
$desktopName = "X";
37
$desktopName = "X";
38
$vncClasses = "/usr/local/vnc/classes";
38
$vncClasses = "/usr/share/tightvnc/classes";
39
$vncUserDir = "$ENV{HOME}/.vnc";
39
$vncUserDir = "$ENV{HOME}/.vnc";
40
$fontPath = "unix/:7100";
40
#$fontPath = "unix/:7100";
41
41
42
# Here is another example of setting the font path:
42
# Here is another example of setting the font path:
43
# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
43
$fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
44
44
45
# X colors database path is optional, uncomment and edit to use:
45
# X colors database path is optional, uncomment and edit to use:
46
# $colorPath = "/usr/lib/X11/rgb";
46
# $colorPath = "/usr/lib/X11/rgb";

Return to bug 4603