<?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 daemon in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597303#M33555</link>
    <description>We do run CDE so guess we need X in run state 4.  It's just confusing - motif, dtterm, X, hpterm.  I'll keep searching.  Thanks.</description>
    <pubDate>Thu, 18 Oct 2001 13:19:40 GMT</pubDate>
    <dc:creator>Helen Herring</dc:creator>
    <dc:date>2001-10-18T13:19:40Z</dc:date>
    <item>
      <title>X daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597298#M33550</link>
      <description>We have an X daemon running.  I have looked for documentation explaining but can not find anything.  What is the x daemon? glance shows as process name X and user daemon.  Sometimes there will be an additional process name X with user name root.   K260 running HP-UX 11.11 and CDE.  We do run exceed from our win nt clients to emulate the unix terminals.</description>
      <pubDate>Thu, 18 Oct 2001 12:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597298#M33550</guid>
      <dc:creator>Helen Herring</dc:creator>
      <dc:date>2001-10-18T12:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: X daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597299#M33551</link>
      <description>&lt;BR /&gt;The X daemon is the main HP-UX process which handles all graphical connections to the server. Either users using X-terminals, or an HP workstation running X/CDE, or X emulators running on PC's (Exceed, Reflections etc.)&lt;BR /&gt;&lt;BR /&gt;Thus, you would expect the X process to be rather busy depending on how many users have graphical connections to your server, and you do not want to kill it !&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Oct 2001 12:52:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597299#M33551</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2001-10-18T12:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: X daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597300#M33552</link>
      <description>Stefan hit the nail on the head : for the documentation : try man Xserver and X (note upper case)</description>
      <pubDate>Thu, 18 Oct 2001 12:57:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597300#M33552</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-10-18T12:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: X daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597301#M33553</link>
      <description>If you have man pages installed you can do a&lt;BR /&gt;&lt;BR /&gt;man X (yes cap X)&lt;BR /&gt;&lt;BR /&gt;to get more of the information you may be seeking.&lt;BR /&gt;&lt;BR /&gt;If you do not require any X based programs to access your system or do not desire to run any on this system you can change the run state to 3 from 4.  Run state 4 is the one that starts up the system with the "graphical" options.  This includes CDE also.&lt;BR /&gt;&lt;BR /&gt;This can be changed in /etc/inittab by changing the first line as follows:&lt;BR /&gt;&lt;BR /&gt;init:3:initdefault&lt;BR /&gt;&lt;BR /&gt;There probably is a 4 currently where the 3 is.  Next time you boot you will come up in run state 3.  You may also what to make sure that if you have other processes that you require that are only currently started in run state 4 that those are modified to run in 3.&lt;BR /&gt;&lt;BR /&gt;Lou Zirko&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Lou Zirko&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Oct 2001 13:07:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597301#M33553</guid>
      <dc:creator>Lou Zirko_1</dc:creator>
      <dc:date>2001-10-18T13:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: X daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597302#M33554</link>
      <description>fyi : Run level 3 and 4 are both used for Graphics, run-level 4 was the default for VUE. CDE's default is 3 !&lt;BR /&gt;&lt;BR /&gt;If you don't wish for CDE to start locally I'd advise you cp Xservers from /usr/dt/config -&amp;gt; /etc/dt/config and put a # in front of *  Local locale@console ... then restart the Xserver&lt;BR /&gt;&lt;BR /&gt;remote clients/users will still be able to run CDE</description>
      <pubDate>Thu, 18 Oct 2001 13:16:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597302#M33554</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-10-18T13:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: X daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597303#M33555</link>
      <description>We do run CDE so guess we need X in run state 4.  It's just confusing - motif, dtterm, X, hpterm.  I'll keep searching.  Thanks.</description>
      <pubDate>Thu, 18 Oct 2001 13:19:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597303#M33555</guid>
      <dc:creator>Helen Herring</dc:creator>
      <dc:date>2001-10-18T13:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: X daemon</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597304#M33556</link>
      <description>If it ain't broke don't fix it ! &lt;BR /&gt;&lt;BR /&gt;ie  your initial question what is X for .... now you know, why change anything/keep looking ? &lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Thu, 18 Oct 2001 13:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/x-daemon/m-p/2597304#M33556</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-10-18T13:39:45Z</dc:date>
    </item>
  </channel>
</rss>

