Sie sind auf Seite 1von 1

--- vnc-3.3.2r3_unix/vncserver.

shipped Fri Dec 11 16:51:39 1998


+++ vnc-3.3.2r3_unix/vncserver Fri Jan 8 23:05:47 1999
@@ -41,6 +41,9 @@
$defaultXStartup
= ("#!/bin/sh\n\n".
+
"xsession=/usr/dt/bin/Xsession\n". # Common Desktop Environment session
+
"[ -r \$xsession ] && exec \$xsession\n".
+
"# Fall back if the script wasn't readable or the exec failed\n".
"xrdb \$HOME/.Xresources\n".
"xsetroot -solid grey\n".
"xterm -geometry 80x24+10+10 -ls -title \"\$VNCDESKTOP Desktop\" &\n".
@@ -145,8 +148,8 @@
$cmd .= " -rfbport $vncPort";
# Add font path and color database stuff here, e.g.:
-#
-# $cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/";
+# The "hp_roman8/" is suitable for HP/UX 10.20.
+$cmd .= " -fp /usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/hp_roman8/75dpi/";
# $cmd .= " -co /usr/lib/X11/rgb";
#

Das könnte Ihnen auch gefallen