|
Lines 36-51
Link Here
|
| 36 |
$geometry = "1024x768"; |
36 |
$geometry = "1024x768"; |
| 37 |
$depth = 24; |
37 |
$depth = 24; |
| 38 |
$desktopName = "X"; |
38 |
$desktopName = "X"; |
| 39 |
$vncClasses = "/usr/local/vnc/classes"; |
39 |
$vncClasses = "/usr/share/tightvnc/classes"; |
| 40 |
$vncUserDir = "$ENV{HOME}/.vnc"; |
40 |
$vncUserDir = "$ENV{HOME}/.vnc"; |
| 41 |
$fontPath = "unix/:7100"; |
|
|
| 42 |
$authType = "-rfbauth $vncUserDir/passwd"; |
41 |
$authType = "-rfbauth $vncUserDir/passwd"; |
| 43 |
|
42 |
|
| 44 |
# Here is another example of setting the font path: |
43 |
# Here is another example of setting the font path: |
| 45 |
# $fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; |
44 |
$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/Type1/"; |
| 46 |
|
45 |
|
| 47 |
# X colors database path is optional, uncomment and edit to use: |
46 |
# X colors database path is optional, uncomment and edit to use: |
| 48 |
# $colorPath = "/usr/lib/X11/rgb"; |
47 |
$colorPath = "/usr/share/X11/rgb"; |
| 49 |
|
48 |
|
| 50 |
# You might wish to make your vnc directory under /tmp, to make sure |
49 |
# You might wish to make your vnc directory under /tmp, to make sure |
| 51 |
# passwords are always kept on the local filesystem. To do that, just |
50 |
# passwords are always kept on the local filesystem. To do that, just |