<?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 windows in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956863#M927633</link>
    <description>As long as the X components (CDE) of the OS are loaded, and the background daemon (dtrc) is running you should be able to connect with an X emulator from a PC.&lt;BR /&gt;&lt;BR /&gt;$ swlist -l subproduct | grep CDE&lt;BR /&gt;$ swlist -l subproduct | grep X11&lt;BR /&gt;&lt;BR /&gt;Generally we don't email, that is why answers are posted to your question, so that any person who comes along later with a simialr problem can view the results.</description>
    <pubDate>Tue, 22 Apr 2003 21:42:27 GMT</pubDate>
    <dc:creator>Michael Tully</dc:creator>
    <dc:date>2003-04-22T21:42:27Z</dc:date>
    <item>
      <title>x windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956862#M927632</link>
      <description>need help running xwindows components on hpux 11x.&lt;BR /&gt;&lt;BR /&gt;oracle 9ias components require xwindows agents. In past had a hardware component that met this need. That hardware has died. HP indicates that the xwindows server hardware component is no longer available.&lt;BR /&gt;&lt;BR /&gt;Need help in resolving issue with windows xserver. To allow Oracle 9ias components to run.&lt;BR /&gt;&lt;BR /&gt;please email assistance notes ikallirai@dfg.ca.gov</description>
      <pubDate>Tue, 22 Apr 2003 21:09:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956862#M927632</guid>
      <dc:creator>INDI KALLIRAI</dc:creator>
      <dc:date>2003-04-22T21:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: x windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956863#M927633</link>
      <description>As long as the X components (CDE) of the OS are loaded, and the background daemon (dtrc) is running you should be able to connect with an X emulator from a PC.&lt;BR /&gt;&lt;BR /&gt;$ swlist -l subproduct | grep CDE&lt;BR /&gt;$ swlist -l subproduct | grep X11&lt;BR /&gt;&lt;BR /&gt;Generally we don't email, that is why answers are posted to your question, so that any person who comes along later with a simialr problem can view the results.</description>
      <pubDate>Tue, 22 Apr 2003 21:42:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956863#M927633</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-04-22T21:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: x windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956864#M927634</link>
      <description>Generally, we use VNC for this connection (report server).  You will need to run it on the local system, and then define your display variable in the run script to point to it.  It should read something like &lt;BR /&gt;&lt;BR /&gt;DISPLAY=system.domain.com:1&lt;BR /&gt;&lt;BR /&gt;You can download VNC from the following link:&lt;BR /&gt;&lt;A href="http://www.uk.research.att.com/vnc/" target="_blank"&gt;http://www.uk.research.att.com/vnc/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 22 Apr 2003 22:19:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956864#M927634</guid>
      <dc:creator>Brian Crabtree</dc:creator>
      <dc:date>2003-04-22T22:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: x windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956865#M927635</link>
      <description>For X Windows to work on the server side there is a variable that has to be set so the font server starts when the machine does.&lt;BR /&gt;&lt;BR /&gt;I think, not having access to a system at this late hour its /etc/rc.config.d/xfs&lt;BR /&gt;&lt;BR /&gt;For the font server to work with X you  need to set the FONT_SERVER variable to 1 and restart the machine or do this:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/xfs stop&lt;BR /&gt;/sbin/init.d/xfs start&lt;BR /&gt;&lt;BR /&gt;From my Support Call Last June.&lt;BR /&gt;&lt;BR /&gt;Making the CDE fonts available to X-Terminals&lt;BR /&gt;The simple solution to this problem involves configuring and running a&lt;BR /&gt;font-server on the system which is running CDE and forcing the font server&lt;BR /&gt;into the X-Server (X-Terminal) font-path.&lt;BR /&gt;To do this a few things are required:&lt;BR /&gt;1 - The font server needs to be configured to include the CDE&lt;BR /&gt;fonts in its catalog&lt;BR /&gt;EDIT: /etc/X11/fs/config&lt;BR /&gt;This part was already there.....&lt;BR /&gt;Append ",/usr/dt/config/xfonts/C" to the end of the&lt;BR /&gt;"catalogue = ..." line&lt;BR /&gt;This part was not correct. .... I did it, retested and got the same&lt;BR /&gt;results.&lt;BR /&gt;EDIT: /etc/rc.config.d/xfs&lt;BR /&gt;Set the following variable:  "RUN_X_FONT_SERVER=1"&lt;BR /&gt;EXECUTE:  /sbin/init.d/xfs start&lt;BR /&gt;&lt;BR /&gt;Pretty much what I said.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Apr 2003 22:31:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956865#M927635</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-04-22T22:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: x windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956866#M927636</link>
      <description>I'd be tempted to use xvfb (Xserver extension) + the suggestion of setting up xfs (font server) details are on this forum but I've also emailed you a useful guide.&lt;BR /&gt;&lt;BR /&gt;I'm assumming the hpux system in question is a server without a local graphics card/monitor installed/attached.</description>
      <pubDate>Wed, 23 Apr 2003 07:14:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956866#M927636</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2003-04-23T07:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: x windows</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956867#M927637</link>
      <description>Hi &lt;BR /&gt;steven is correct but you may need to start mwm which is easily done using this command&lt;BR /&gt;&lt;BR /&gt;/usr/bin/X11/mwm -display :5 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;You may need this if you are running any batch jobs, i have started mine at boot up run level4 but you dont have to.&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;     andy&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Apr 2003 12:00:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-windows/m-p/2956867#M927637</guid>
      <dc:creator>system administrator_15</dc:creator>
      <dc:date>2003-04-23T12:00:52Z</dc:date>
    </item>
  </channel>
</rss>

