<?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: X11 font problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-font-problem/m-p/4282882#M672178</link>
    <description>might be worth checking xset -q and xrdb -q along with the contents of the xfs catalog file on a problematic vs a working server ?</description>
    <pubDate>Mon, 13 Oct 2008 08:30:43 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2008-10-13T08:30:43Z</dc:date>
    <item>
      <title>X11 font problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-font-problem/m-p/4282879#M672175</link>
      <description>When I start a program, the error message below appears.&lt;BR /&gt;&lt;BR /&gt;(I tried to set LANG=C.iso88591 and bypass this problem. But the error message is still there.)&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;---------------------------------------&lt;BR /&gt;Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontStruct&lt;BR /&gt;Warning: Missing charsets in String to FontSet conversion&lt;BR /&gt;Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontSet&lt;BR /&gt;Warning: Missing charsets in String to FontSet conversion&lt;BR /&gt;Warning: Unable to load any usable fontset&lt;BR /&gt;Warning:&lt;BR /&gt;    Name: FONTLIST_DEFAULT_TAG_STRING&lt;BR /&gt;    Class: XmRendition&lt;BR /&gt;    Conversion failed.  Cannot load font.&lt;BR /&gt;&lt;BR /&gt;Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontList&lt;BR /&gt;Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*:" to type FontList&lt;BR /&gt;Warning:&lt;BR /&gt;    Name: FONTLIST_DEFAULT_TAG_STRING&lt;BR /&gt;    Class: XmRendition&lt;BR /&gt;    Conversion failed.  Cannot load font.&lt;BR /&gt;&lt;BR /&gt;Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontList&lt;BR /&gt;Warning: Cannot convert string "-dt-interface system-medium-r-normal-m*-*-*-*-*-*-*-*-*:" to type FontList&lt;BR /&gt;Warning: Missing charsets in String to FontSet conversion&lt;BR /&gt;Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontSet&lt;BR /&gt;Warning: Missing charsets in String to FontSet conversion&lt;BR /&gt;Warning: Unable to load any usable fontset&lt;BR /&gt;Warning:&lt;BR /&gt;    Name: FONTLIST_DEFAULT_TAG_STRING&lt;BR /&gt;    Class: XmRendition&lt;BR /&gt;    Conversion failed.  Cannot load font.&lt;BR /&gt;&lt;BR /&gt;Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*" to type FontList&lt;BR /&gt;Warning: Cannot convert string "-dt-interface user-medium-r-normal-m*-*-*-*-*-*-*-*-*:" to type FontList&lt;BR /&gt;nwrecover:&lt;BR /&gt;        The font set specified for the browser windows is unavailable.&lt;BR /&gt;        Please correct the 'BrowserFontList:' resource in X resources.&lt;BR /&gt;        Font sets have the format &lt;FONT&gt; ; &lt;FONT&gt; : &lt;TAG&gt;.&lt;BR /&gt;        More information is available in the X11 documentation.&lt;BR /&gt;&lt;/TAG&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 08 Oct 2008 07:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11-font-problem/m-p/4282879#M672175</guid>
      <dc:creator>Livia</dc:creator>
      <dc:date>2008-10-08T07:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: X11 font problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-font-problem/m-p/4282880#M672176</link>
      <description>dt-interface are the default CDE fonts, suggest to me you are displaying the application remotely via a PC / Xsession : &lt;BR /&gt;&lt;BR /&gt;in which case .....&lt;BR /&gt;&lt;BR /&gt;Set-up a Font Server&lt;BR /&gt;&lt;BR /&gt;   1. To determine whether or not a font server is already running on the HP-UX system, execute the following command:&lt;BR /&gt;&lt;BR /&gt;      $ ps -ef | grep xfs&lt;BR /&gt;   2. If a font server is running, the following process would appear in the process list:&lt;BR /&gt;&lt;BR /&gt;      /usr/bin/X11/xfs -config /etc/X11/fs/config -port 7000 -daem&lt;BR /&gt;&lt;BR /&gt;      If the font server is not running then:&lt;BR /&gt;         1. Set the RUN_X_FONT_SERVER environment variable to 1 in the "/etc/rc.config.d/xfs" file:&lt;BR /&gt;&lt;BR /&gt;            RUN_X_FONT_SERVER=1&lt;BR /&gt;         2. Start the font server:&lt;BR /&gt;&lt;BR /&gt;            $ /sbin/init.d/xfs start&lt;BR /&gt;         3. Verify that the font server has been started:&lt;BR /&gt;&lt;BR /&gt;            $ ps -ef | grep xfs&lt;BR /&gt;&lt;BR /&gt;            RESOLVING "XFontserver error: Cannot open configuration file." ERRORS&lt;BR /&gt;         4. If the error, "XFontserver error: Cannot open configuration file." results when trying to start the font server, perform one of the following steps to resolve the problem:&lt;BR /&gt;                * Install the latest font server patch.&lt;BR /&gt;                * Add the following line to the end of the /etc/rc.config.d/xfs file:&lt;BR /&gt;&lt;BR /&gt;                  CONFIG_FILE_NAME=/etc/X11/fs/config&lt;BR /&gt;                * restart the font server&lt;BR /&gt;&lt;BR /&gt;ADDING THE FONT SERVER TO THE FONT PATH FOR CDE&lt;BR /&gt;&lt;BR /&gt;If the full CDE environment will be displayed with Reflection X, perform the following steps (on the HP-UX system) to automatically add the font server to the Reflection X Xserver's font path:&lt;BR /&gt;&lt;BR /&gt;   1. Copy the Xsetup file from the /usr/dt/config directory to the /etc/dt/config directory:&lt;BR /&gt;&lt;BR /&gt;      cp /usr/dt/config/Xsetup Xsetup&lt;BR /&gt;      NOTE: If this file already exists in the "/etc/dt/config directory", these modifications can be made to the existing file.&lt;BR /&gt;   2. Add the following lines to the end of this /etc/dt/config/Xsetup file:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;      MYHOST_IP=$(getip $(hostname))&lt;BR /&gt;                $XDIR/xset fp+ tcp/${MYHOST_IP}:7000 1 &amp;gt;/dev/null   &lt;BR /&gt;&lt;BR /&gt;   3. Change the permissions on the /etc/dt/config/Xsetup file:&lt;BR /&gt;&lt;BR /&gt;      chmod 544 /etc/dt/config/Xsetup&lt;BR /&gt;&lt;BR /&gt;Set-up Reflection X&lt;BR /&gt;&lt;BR /&gt;If ReflectionX is being used to invoke clients and not CDE via XDMCP then the font server will not be automatically added via the "/etc/dt/config/Xsetup" from above. In this case the font server can either be added through the Font pull-down menu or via a command line execution. &lt;BR /&gt;&lt;BR /&gt;NB if your not using reflectionX you will still need to add the fontserver address to the Xsession s/w consult the documentation or perhaps run xset +fp etc from the command line prior to starting the application.</description>
      <pubDate>Wed, 08 Oct 2008 10:14:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11-font-problem/m-p/4282880#M672176</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2008-10-08T10:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: X11 font problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-font-problem/m-p/4282881#M672177</link>
      <description>Thank you.&lt;BR /&gt;&lt;BR /&gt;A font server can indeed solve this problem.&lt;BR /&gt;But I think the problem can be solved without font server.&lt;BR /&gt;&lt;BR /&gt;I've tried doing the same thing on other servers (with the same OS, using the same cygwin client). It works normally. No error message appears.&lt;BR /&gt;There must be something wrong, but I cannot find any differences between the normal server and the trouble server.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 Oct 2008 02:42:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11-font-problem/m-p/4282881#M672177</guid>
      <dc:creator>Livia</dc:creator>
      <dc:date>2008-10-13T02:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: X11 font problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x11-font-problem/m-p/4282882#M672178</link>
      <description>might be worth checking xset -q and xrdb -q along with the contents of the xfs catalog file on a problematic vs a working server ?</description>
      <pubDate>Mon, 13 Oct 2008 08:30:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x11-font-problem/m-p/4282882#M672178</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2008-10-13T08:30:43Z</dc:date>
    </item>
  </channel>
</rss>

