Hi, Seiji. You should use the font server for VNC. Here is how to set it up on HP-UX:
First: start the X Font Server - in /etc/rc.config.d/xfs and set "RUN_X_FONT_SERVER=1". If it's already set to "1", then you may skip the next step - execute /sbin/init.d/xfs start Second: instruct vncserver to start Xvnc with X Font Server - in the vncserver script, add the following a line to the end of "$cmd .=" commands (cca line 155) $cmd .= " -fp tcp/127.0.0.1:7000"; Now you can execute vncserver. If you do not have root priviledges, you can start X Font Server with command /usr/bin/X11/xfs -port 7000 -daemon -quiet_if_addrinuse and then start Xvnc with command vncserver -fp tcp/127.0.0.1:7000 Regards, Miroslav Luptak Hewlett-Packard > -----Original Message----- > From: ASANO,SEIJI (A-Japan,ex1) [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 01, 2002 12:26 PM > To: '[EMAIL PROTECTED]' > Subject: RE: VNC on HP-UX10.20 vncserver not working > > > Thanks Akira, > > I have already checked under font path directories. > I just got current information as follows. > > # ll /usr/lib/X11/fonts/misc|grep font > -r--r--r-- 1 bin bin 10666 May 30 1996 fonts.alias > -rw-r--r-- 1 root sys 9835 Nov 29 23:07 fonts.dir > # ll /usr/lib/X11/fonts/hp_roman8/75dpi|grep font > -r--r--r-- 1 bin bin 12520 May 30 1996 fonts.alias > -rw-r--r-- 1 root sys 11405 Nov 29 23:08 fonts.dir > > I think those fonts are no problem. > > Seiji > > > -------------------------------------- > Seiji Asano > > Parametric Test > ATG Service & Support > Agilent Technologies Japan, Ltd. > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > TEL +81 426-60-8615 Ext. 372-4339 > FAX +81 426-60-8617 > Mail [EMAIL PROTECTED] > Home Page http://www.agilent.com/ > -------------------------------------- > > > -----Original Message----- > > From: Akira Hatakeyama [mailto:[EMAIL PROTECTED]] > > Sent: Friday, March 01, 2002 8:12 PM > > To: [EMAIL PROTECTED] > > Subject: Re: VNC on HP-UX10.20 vncserver not working > > > > > > Greetings. > > > > On Fri, Mar 01, 2002 at 07:26:01PM +0900, ASANO,SEIJI > > (A-Japan,ex1) wrote: > > > Hello, everyone. > > > > > > I have a problem for vncserver not working on HPUX10.20. > > > If somebody knows this problem, please help me. > > > > > > The error message as follows. > > > > > > To invoke vncserver as follows. > > > #vncseserver > > [deleted] > > > '/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/hp_roman8/75dpi/' > > > Fatal server error: > > > could not open default font 'fixed' > > > > 'fixed' font is usually defined in 'fonts.alias' file. > > Check your 'fonts.alias' files in your font path. > > Some proprietary system, they don't prepare 'fixed' alias. > > > > -- > > Akira Hatakeyama E-Mail: [EMAIL PROTECTED] > > http://www.sra.co.jp/people/akira/index.html > > chigasaki-minami, tsuzuki ward, yokohama, japan > > > --------------------------------------------------------------------- > > To unsubscribe, mail [EMAIL PROTECTED] with the line: > > 'unsubscribe vnc-list' in the message BODY > > See also: http://www.uk.research.att.com/vnc/intouch.html > > > --------------------------------------------------------------------- > --------------------------------------------------------------------- > To unsubscribe, mail [EMAIL PROTECTED] with the line: > 'unsubscribe vnc-list' in the message BODY > See also: http://www.uk.research.att.com/vnc/intouch.html > --------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, mail [EMAIL PROTECTED] with the line: 'unsubscribe vnc-list' in the message BODY See also: http://www.uk.research.att.com/vnc/intouch.html ---------------------------------------------------------------------