<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: XFONTS for OpenView in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/xfonts-for-openview/m-p/2417535#M80735</link>
    <description>I read the Series with interest as I am also having a problem with the fonts to &lt;BR /&gt;be displayed.&lt;BR /&gt;&lt;BR /&gt;I have a quick solution, (i.e. taking the Fonts from the HP UX fontserver), but &lt;BR /&gt;I would prefer to be able to host the Fonts Locally.  The benefits from &lt;BR /&gt;performance issues using the fonsts on the local X Server is significant.&lt;BR /&gt;&lt;BR /&gt;Here's my problem: &lt;BR /&gt;&lt;BR /&gt;1.Chcuk indicated that you needed to edit the /etc/X11/XF86Config file to &lt;BR /&gt;include the statement FontPath /usr/X11R6/lib/X11/fonts/hp_roman8 directory.&lt;BR /&gt;&lt;BR /&gt;In RedHat Linux 6.0 and above, you'll receive this notice in the Config file.&lt;BR /&gt;&lt;BR /&gt;# Multiple FontPath entries are allowed (they are concatenated together)&lt;BR /&gt;# By default, Red Hat 6.0 and later now use a font server independent of&lt;BR /&gt;# the X server to render fonts.&lt;BR /&gt;&lt;BR /&gt;    FontPath   "unix/:-1"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Which Makes sense, because the fonts can be administered with a separate tool, &lt;BR /&gt;called xfs.&lt;BR /&gt;&lt;BR /&gt;Using this information I've attempted the following, editing the &lt;BR /&gt;/etc/X11/fs/config as such:&lt;BR /&gt;&lt;BR /&gt;catalogue = /usr/share/fonts/ISO8859-2/100dpi,&lt;BR /&gt;            /usr/share/fonts/ISO8859-2/75dpi,&lt;BR /&gt;            /usr/share/fonts/ISO8859-2/Type1,&lt;BR /&gt;            /usr/share/fonts/ISO8859-9/100dpi, &lt;BR /&gt;            /usr/share/fonts/ISO8859-9/75dpi,&lt;BR /&gt;            /usr/X11R6/lib/X11/fonts/cyrillic,&lt;BR /&gt;            /usr/X11R6/lib/X11/fonts/100dpi,&lt;BR /&gt;            /usr/X11R6/lib/X11/fonts/75dpi,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/misc:unscaled,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/75dpi:unscaled,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/100dpi:unscaled,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/misc,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/Type1,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/Speedo,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/hp_roman8,&lt;BR /&gt;                /usr/share/fonts/default/Type1,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, this does not work.  Why?  When I type &lt;BR /&gt;&lt;BR /&gt;xlsfonts -fn "*-hp-roman8"  I cannot find any fonts.&lt;BR /&gt;&lt;BR /&gt;Does any one have any ideas?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 28 Apr 2000 06:19:13 GMT</pubDate>
    <dc:creator>Albert Whale</dc:creator>
    <dc:date>2000-04-28T06:19:13Z</dc:date>
    <item>
      <title>XFONTS for OpenView</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xfonts-for-openview/m-p/2417532#M80732</link>
      <description>Does anyone perhaps know of an RPM that will install the needed fonts to Export &lt;BR /&gt;the OPC process on a HPUX box to a Redhat 6.1 server? THe Redhat box is running &lt;BR /&gt;XFREE that ships with RH6.1.&lt;BR /&gt;&lt;BR /&gt;Any help would be great.</description>
      <pubDate>Fri, 14 Jan 2000 09:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xfonts-for-openview/m-p/2417532#M80732</guid>
      <dc:creator>Johnston Rob</dc:creator>
      <dc:date>2000-01-14T09:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: XFONTS for OpenView</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xfonts-for-openview/m-p/2417533#M80733</link>
      <description>No I don't know a RPM, but wht not look into running xfs (font-server) on the &lt;BR /&gt;Unix box and serve fonts to the Linux system, both have X installed I presume ? &lt;BR /&gt;check man xfs.</description>
      <pubDate>Tue, 18 Jan 2000 01:28:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xfonts-for-openview/m-p/2417533#M80733</guid>
      <dc:creator>user not active</dc:creator>
      <dc:date>2000-01-18T01:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: XFONTS for OpenView</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xfonts-for-openview/m-p/2417534#M80734</link>
      <description>HP-UX applications expect that fonts encoded in the HP-Roman8 character-set are &lt;BR /&gt;available. This is for internationalization purposes. There are 2 possible &lt;BR /&gt;solutions:&lt;BR /&gt;&lt;BR /&gt; 1 - Change the locale to one which uses ISO8859-1&lt;BR /&gt;     character-set encodings:&lt;BR /&gt;&lt;BR /&gt;   user@linux $ rlogin hpux&lt;BR /&gt;   user@hpux $ export LANG=C.iso88591&lt;BR /&gt;   user@hpux $ export DISPLAY=linux:0&lt;BR /&gt;   user@hpux $ nnm&lt;BR /&gt;&lt;BR /&gt; 2 - Make the HP-Roman8 fonts available to the Linux&lt;BR /&gt;     X server:&lt;BR /&gt;&lt;BR /&gt;   There are 2 possible options:&lt;BR /&gt; &lt;BR /&gt;   A - Use a font-server:&lt;BR /&gt;       Be sure that xfs is running on the HP-UX&lt;BR /&gt;       server:&lt;BR /&gt;&lt;BR /&gt;       /etc/rc.config.d/xfs:&lt;BR /&gt;          RUN_X_FONT_SERVER=1&lt;BR /&gt;&lt;BR /&gt;       /sbin/init.d/xfs start&lt;BR /&gt;&lt;BR /&gt;       Add the HP-UX font-server into your font-path:&lt;BR /&gt;&lt;BR /&gt;       user@linux $ rlogin hpux&lt;BR /&gt;       user@hpux $ export DISPLAY=linux:0&lt;BR /&gt;       user@hpux $ xset fp+ tcp/hpux:7100&lt;BR /&gt;       user@hpux $ nnm&lt;BR /&gt;&lt;BR /&gt;   B - Copy the HP-Roman8 fonts to your linux system&lt;BR /&gt;       and add them to your XF86Config file:&lt;BR /&gt;&lt;BR /&gt;       From the HP-UX system, copy the directory:&lt;BR /&gt;&lt;BR /&gt;       /usr/lib/X11/fonts/hp_roman8/75dpi&lt;BR /&gt;&lt;BR /&gt;       to your Linux system under:&lt;BR /&gt;&lt;BR /&gt;       /usr/X11R6/lib/X11/fonts/hp_roman8&lt;BR /&gt;&lt;BR /&gt;       Edit /etc[/X11]/XF86Config to include:&lt;BR /&gt;&lt;BR /&gt;       FontPath /usr/X11R6/lib/X11/fonts/hp_roman8&lt;BR /&gt;&lt;BR /&gt;       Restart your X server.&lt;BR /&gt;&lt;BR /&gt;After making either of these changes, you should be able to list HP-Roman8 &lt;BR /&gt;fonts using:&lt;BR /&gt;&lt;BR /&gt;  xlsfonts -fn "*-hp-roman8"&lt;BR /&gt;</description>
      <pubDate>Mon, 28 Feb 2000 11:27:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xfonts-for-openview/m-p/2417534#M80734</guid>
      <dc:creator>Chuck Slivkoff</dc:creator>
      <dc:date>2000-02-28T11:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: XFONTS for OpenView</title>
      <link>https://community.hpe.com/t5/operating-system-linux/xfonts-for-openview/m-p/2417535#M80735</link>
      <description>I read the Series with interest as I am also having a problem with the fonts to &lt;BR /&gt;be displayed.&lt;BR /&gt;&lt;BR /&gt;I have a quick solution, (i.e. taking the Fonts from the HP UX fontserver), but &lt;BR /&gt;I would prefer to be able to host the Fonts Locally.  The benefits from &lt;BR /&gt;performance issues using the fonsts on the local X Server is significant.&lt;BR /&gt;&lt;BR /&gt;Here's my problem: &lt;BR /&gt;&lt;BR /&gt;1.Chcuk indicated that you needed to edit the /etc/X11/XF86Config file to &lt;BR /&gt;include the statement FontPath /usr/X11R6/lib/X11/fonts/hp_roman8 directory.&lt;BR /&gt;&lt;BR /&gt;In RedHat Linux 6.0 and above, you'll receive this notice in the Config file.&lt;BR /&gt;&lt;BR /&gt;# Multiple FontPath entries are allowed (they are concatenated together)&lt;BR /&gt;# By default, Red Hat 6.0 and later now use a font server independent of&lt;BR /&gt;# the X server to render fonts.&lt;BR /&gt;&lt;BR /&gt;    FontPath   "unix/:-1"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Which Makes sense, because the fonts can be administered with a separate tool, &lt;BR /&gt;called xfs.&lt;BR /&gt;&lt;BR /&gt;Using this information I've attempted the following, editing the &lt;BR /&gt;/etc/X11/fs/config as such:&lt;BR /&gt;&lt;BR /&gt;catalogue = /usr/share/fonts/ISO8859-2/100dpi,&lt;BR /&gt;            /usr/share/fonts/ISO8859-2/75dpi,&lt;BR /&gt;            /usr/share/fonts/ISO8859-2/Type1,&lt;BR /&gt;            /usr/share/fonts/ISO8859-9/100dpi, &lt;BR /&gt;            /usr/share/fonts/ISO8859-9/75dpi,&lt;BR /&gt;            /usr/X11R6/lib/X11/fonts/cyrillic,&lt;BR /&gt;            /usr/X11R6/lib/X11/fonts/100dpi,&lt;BR /&gt;            /usr/X11R6/lib/X11/fonts/75dpi,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/misc:unscaled,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/75dpi:unscaled,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/100dpi:unscaled,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/misc,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/Type1,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/Speedo,&lt;BR /&gt;                /usr/X11R6/lib/X11/fonts/hp_roman8,&lt;BR /&gt;                /usr/share/fonts/default/Type1,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, this does not work.  Why?  When I type &lt;BR /&gt;&lt;BR /&gt;xlsfonts -fn "*-hp-roman8"  I cannot find any fonts.&lt;BR /&gt;&lt;BR /&gt;Does any one have any ideas?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Apr 2000 06:19:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/xfonts-for-openview/m-p/2417535#M80735</guid>
      <dc:creator>Albert Whale</dc:creator>
      <dc:date>2000-04-28T06:19:13Z</dc:date>
    </item>
  </channel>
</rss>

