|
Lines 38-48
Link Here
|
| 38 |
$desktopName = "X"; |
38 |
$desktopName = "X"; |
| 39 |
$vncClasses = "/usr/share/tightvnc/classes"; |
39 |
$vncClasses = "/usr/share/tightvnc/classes"; |
| 40 |
$vncUserDir = "$ENV{HOME}/.vnc"; |
40 |
$vncUserDir = "$ENV{HOME}/.vnc"; |
| 41 |
$fontPath = "unix/:-1"; |
41 |
#$fontPath = "unix/:-1"; |
| 42 |
$authType = "-rfbauth $vncUserDir/passwd"; |
42 |
$authType = "-rfbauth $vncUserDir/passwd"; |
| 43 |
|
43 |
|
| 44 |
# Here is another example of setting the font path: |
44 |
# Here is another example of setting the font path: |
| 45 |
$fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; |
45 |
#$fontPath = "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"; |
|
|
46 |
#$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/75dpi/,/usr/share/fonts/100dpi/,/usr/share/fonts/TTF/,/usr/share/fonts/Type1/"; |
| 47 |
$fontPath = "/usr/share/fonts/misc/,/usr/share/fonts/Type1/"; |
| 46 |
|
48 |
|
| 47 |
# X colors database path is optional, uncomment and edit to use: |
49 |
# X colors database path is optional, uncomment and edit to use: |
| 48 |
# $colorPath = "/usr/lib/X11/rgb"; |
50 |
# $colorPath = "/usr/lib/X11/rgb"; |