<?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: X Font Server in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994409#M576040</link>
    <description>ps -ef ?? grep xfs ?&lt;BR /&gt;&lt;BR /&gt;try using the hostname as opposed to ip ....&lt;BR /&gt;&lt;BR /&gt;confirm with nslookup that the ip resolves OK.&lt;BR /&gt;&lt;BR /&gt;HP,Solaris other ?&lt;BR /&gt;&lt;BR /&gt;Have you added fonts to the system where xfs is running ? If yes does the font dir contain a fonts.dir file ?&lt;BR /&gt;&lt;BR /&gt;Is CDE installed : if yes run dr_dt and check permission warnings.&lt;BR /&gt;&lt;BR /&gt;Where or on what are you running the xset +fp command.&lt;BR /&gt;&lt;BR /&gt;xset -q output ?</description>
    <pubDate>Wed, 11 Jun 2003 09:40:43 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2003-06-11T09:40:43Z</dc:date>
    <item>
      <title>X Font Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994408#M576039</link>
      <description>I'm attempting to setup an X font server but get the following error:&lt;BR /&gt;&lt;BR /&gt;$ xset fp+ tcp/172.16.1.112:7000&amp;gt;/dev/null&lt;BR /&gt;xset:  bad font path element (#35), possible causes are:&lt;BR /&gt;    Directory does not exist or has wrong permissions&lt;BR /&gt;    Directory missing fonts.dir&lt;BR /&gt;    Incorrect font server address or syntax&lt;BR /&gt;&lt;BR /&gt;Any ideas anyone?</description>
      <pubDate>Wed, 11 Jun 2003 09:34:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994408#M576039</guid>
      <dc:creator>Yvonne Butler</dc:creator>
      <dc:date>2003-06-11T09:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: X Font Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994409#M576040</link>
      <description>ps -ef ?? grep xfs ?&lt;BR /&gt;&lt;BR /&gt;try using the hostname as opposed to ip ....&lt;BR /&gt;&lt;BR /&gt;confirm with nslookup that the ip resolves OK.&lt;BR /&gt;&lt;BR /&gt;HP,Solaris other ?&lt;BR /&gt;&lt;BR /&gt;Have you added fonts to the system where xfs is running ? If yes does the font dir contain a fonts.dir file ?&lt;BR /&gt;&lt;BR /&gt;Is CDE installed : if yes run dr_dt and check permission warnings.&lt;BR /&gt;&lt;BR /&gt;Where or on what are you running the xset +fp command.&lt;BR /&gt;&lt;BR /&gt;xset -q output ?</description>
      <pubDate>Wed, 11 Jun 2003 09:40:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994409#M576040</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-06-11T09:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: X Font Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994410#M576041</link>
      <description>xset fp+ tcp/172.16.1.112:7000&amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It looks like there is a missing space, from the post&lt;BR /&gt;&lt;BR /&gt; xset fp+ tcp/172.16.1.112:7000  &amp;gt;/dev/null&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   Massimo&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Jun 2003 09:41:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994410#M576041</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-11T09:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: X Font Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994411#M576042</link>
      <description>I used notes from a previous thread to setup the x font server:&lt;BR /&gt;&lt;BR /&gt;EDIT: /etc/X11/fs/config &lt;BR /&gt;Append ",/usr/dt/config/xfonts/C" to the end of the "catalogue = ..." line &lt;BR /&gt;&lt;BR /&gt;EDIT: /etc/rc.config.d/xfs &lt;BR /&gt;Set the following variable: &lt;BR /&gt;"RUN_X_FONT_SERVER=1" &lt;BR /&gt;&lt;BR /&gt;EXECUTE: /sbin/init.d/xfs start &lt;BR /&gt;&lt;BR /&gt;If the font-server is already running, kill it and restart it. &lt;BR /&gt;&lt;BR /&gt;COPY: /usr/dt/config/Xsetup to &lt;BR /&gt;/etc/dt/config/Xsetup &lt;BR /&gt;&lt;BR /&gt;EDIT: /etc/dt/config/Xsetup &lt;BR /&gt;&lt;BR /&gt;Add the following line to &lt;BR /&gt;/etc/dt/config/Xsetup &lt;BR /&gt;replacing "IPADDRESS" with the IP address of the server as returned from "nslookup `hostname`": &lt;BR /&gt;&lt;BR /&gt;$XDIR/xset fp+ tcp/IPADDRESS:7000 1&amp;gt;/dev/null &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;All of the above was fine until I tried the last command for xset.</description>
      <pubDate>Thu, 12 Jun 2003 13:45:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994411#M576042</guid>
      <dc:creator>Yvonne Butler</dc:creator>
      <dc:date>2003-06-12T13:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: X Font Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994412#M576043</link>
      <description>By the way, we're running HPUX 11.00</description>
      <pubDate>Thu, 12 Jun 2003 13:46:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994412#M576043</guid>
      <dc:creator>Yvonne Butler</dc:creator>
      <dc:date>2003-06-12T13:46:37Z</dc:date>
    </item>
    <item>
      <title>Re: X Font Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994413#M576044</link>
      <description>I suspect one of the font dirs referred to in your xset  -q output (not posted) does not have the correct permissions or a fonts.dir file .... have you checked ?&lt;BR /&gt;&lt;BR /&gt;The problem may have existed for a while only being discovered when you use xset.&lt;BR /&gt;&lt;BR /&gt;I guess you could use xset -fp or edit the xfs catalog file to isolate where or which font dir path is the one giving you problems ....</description>
      <pubDate>Thu, 12 Jun 2003 14:01:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994413#M576044</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-06-12T14:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: X Font Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994414#M576045</link>
      <description>Hi Yvonne,&lt;BR /&gt;&lt;BR /&gt;Any update on my last suggestion ? My colleague Andy Bennett has asked me to get involved in this via the UKRC ..... drop me an email if you wish : see my forums profile or drop andy an email/call.</description>
      <pubDate>Fri, 13 Jun 2003 06:55:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994414#M576045</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-06-13T06:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: X Font Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994415#M576046</link>
      <description>make sure that on 172.16.1.112 the xfs is running (netstat -an | grep 7000)&lt;BR /&gt;&lt;BR /&gt;after that, one of your font paths is non-existant. xset q to show what's there.&lt;BR /&gt;see your /usr/dt/config/Xserup for info on what it want's to set.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;In a directory where font's exist a file called the fonts.dir is generated to tell the server what fonts exist in the dir, their filename and properties etc.. this file can be created by:&lt;BR /&gt;&lt;BR /&gt;cd /font/dir&lt;BR /&gt;mkfontdir&lt;BR /&gt;&lt;BR /&gt;After this the xset fp+ /font/dir should work.&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Jun 2003 07:33:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994415#M576046</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2003-06-13T07:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: X Font Server</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994416#M576047</link>
      <description>Apologies for not replying earlier.  Unfortunately one of our production servers died yesterday and we're still dealing with the fallout from that.&lt;BR /&gt;&lt;BR /&gt;As for the output from xset -q, I've copied it below and I'm afraid it means nothing to me...&lt;BR /&gt;&lt;BR /&gt;root@odysec: / # xset -q&lt;BR /&gt;Keyboard Control:&lt;BR /&gt;  auto repeat:  off    key click percent:  0    LED mask:  00000000&lt;BR /&gt;  auto repeating keys:  0000000000000000&lt;BR /&gt;                        0000000000000000&lt;BR /&gt;                        0000000000000000&lt;BR /&gt;                        0000000000000000&lt;BR /&gt;  bell percent:  50    bell pitch:  400    bell duration:  100&lt;BR /&gt;Pointer Control:&lt;BR /&gt;  acceleration:  2/1    threshold:  4&lt;BR /&gt;Screen Saver:&lt;BR /&gt;  prefer blanking:  yes    allow exposures:  yes&lt;BR /&gt;  timeout:  60    cycle:  180&lt;BR /&gt;Colors:&lt;BR /&gt;  default colormap:  0x21    BlackPixel:  0    WhitePixel:  16777215&lt;BR /&gt;DPMS has not been enabled for this X Server&lt;BR /&gt;Font Path:&lt;BR /&gt;  C:\Program Files\OmniX\fonts\75dpi,C:\Program Files\OmniX\fonts\hpfonts,C:\Program Files\OmniX\fonts\misc,C:\Program Files\OmniX\fonts\decfonts,C:\Program Files\OmniX\fonts\sgifonts,C:\Program Files\OmniX\fonts\solfonts,C:\Program Files\OmniX\fonts\ibmfonts&lt;BR /&gt;&lt;BR /&gt;We're running HP-UX 11.00 on a 9000/800/N4000-55 server.&lt;BR /&gt;&lt;BR /&gt;I'll now try and go through all your suggestions and attempt to understand it and then report back.  Thanks everyone.</description>
      <pubDate>Fri, 13 Jun 2003 07:57:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-font-server/m-p/2994416#M576047</guid>
      <dc:creator>Yvonne Butler</dc:creator>
      <dc:date>2003-06-13T07:57:46Z</dc:date>
    </item>
  </channel>
</rss>

