<?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: starx in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/starx/m-p/4039193#M302597</link>
    <description>&amp;gt; I am not sure what I want.&lt;BR /&gt;&lt;BR /&gt;From your description, it sounds like&lt;BR /&gt;you have a server application that&lt;BR /&gt;has a hard dependency on an X server.&lt;BR /&gt;IOW, it expects a DISPLAY to be&lt;BR /&gt;defined and needs to connect to that&lt;BR /&gt;display even when there are no &lt;BR /&gt;users using its graphical interface? &lt;BR /&gt;&lt;BR /&gt;&amp;gt;Is it something to do with vncserver?&lt;BR /&gt;&lt;BR /&gt;So yes it could. You need to have an Xserver&lt;BR /&gt;available with the proper access controls&lt;BR /&gt;so this app can display to it. &lt;BR /&gt;&lt;BR /&gt;So there are a few ways to do that:&lt;BR /&gt;&lt;BR /&gt;- as yogeeraj, use Xvfb (virtual framebuffer X server)&lt;BR /&gt;  You set the app's DISPLAY to this X server. &lt;BR /&gt;&lt;BR /&gt;- Use Reflection X (or any PC X server) or any&lt;BR /&gt;  X server on a remote system. This works&lt;BR /&gt;  but is a gross hack. It assumes this remote system&lt;BR /&gt;  is always available.... &lt;BR /&gt;&lt;BR /&gt;- Use VNC. This is really the same solution as Xvfb. &lt;BR /&gt;  VNC is another implementation of an X server&lt;BR /&gt;  and it allows you to 'remote' the X display&lt;BR /&gt;  using it's own protocol and clients.</description>
    <pubDate>Fri, 20 Jul 2007 10:53:00 GMT</pubDate>
    <dc:creator>PeterWolfe</dc:creator>
    <dc:date>2007-07-20T10:53:00Z</dc:date>
    <item>
      <title>starx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starx/m-p/4039190#M302594</link>
      <description>HI all,&lt;BR /&gt;My app vendor able to use the display only when we run starx command from the app server.&lt;BR /&gt;When the server becomes prod server we are require to logout from the server. So how can it be done?&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2007 23:11:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starx/m-p/4039190#M302594</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2007-07-17T23:11:21Z</dc:date>
    </item>
    <item>
      <title>Re: starx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starx/m-p/4039191#M302595</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Please clarify. Do you need a headless-display? Something like XVFB (Virtual Frame Buffer X Server)...&lt;BR /&gt;&lt;BR /&gt;revert&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2007 23:56:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starx/m-p/4039191#M302595</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2007-07-17T23:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: starx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starx/m-p/4039192#M302596</link>
      <description>I am not sure what I want. It is require by application vendor to display their application, something like xserver service which is start without require login and run the command starx or require to launch reflection x to enable the display.&lt;BR /&gt;Is it something to do with vncserver?&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Jul 2007 00:16:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starx/m-p/4039192#M302596</guid>
      <dc:creator>Fauziah Mahdan</dc:creator>
      <dc:date>2007-07-19T00:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: starx</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/starx/m-p/4039193#M302597</link>
      <description>&amp;gt; I am not sure what I want.&lt;BR /&gt;&lt;BR /&gt;From your description, it sounds like&lt;BR /&gt;you have a server application that&lt;BR /&gt;has a hard dependency on an X server.&lt;BR /&gt;IOW, it expects a DISPLAY to be&lt;BR /&gt;defined and needs to connect to that&lt;BR /&gt;display even when there are no &lt;BR /&gt;users using its graphical interface? &lt;BR /&gt;&lt;BR /&gt;&amp;gt;Is it something to do with vncserver?&lt;BR /&gt;&lt;BR /&gt;So yes it could. You need to have an Xserver&lt;BR /&gt;available with the proper access controls&lt;BR /&gt;so this app can display to it. &lt;BR /&gt;&lt;BR /&gt;So there are a few ways to do that:&lt;BR /&gt;&lt;BR /&gt;- as yogeeraj, use Xvfb (virtual framebuffer X server)&lt;BR /&gt;  You set the app's DISPLAY to this X server. &lt;BR /&gt;&lt;BR /&gt;- Use Reflection X (or any PC X server) or any&lt;BR /&gt;  X server on a remote system. This works&lt;BR /&gt;  but is a gross hack. It assumes this remote system&lt;BR /&gt;  is always available.... &lt;BR /&gt;&lt;BR /&gt;- Use VNC. This is really the same solution as Xvfb. &lt;BR /&gt;  VNC is another implementation of an X server&lt;BR /&gt;  and it allows you to 'remote' the X display&lt;BR /&gt;  using it's own protocol and clients.</description>
      <pubDate>Fri, 20 Jul 2007 10:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/starx/m-p/4039193#M302597</guid>
      <dc:creator>PeterWolfe</dc:creator>
      <dc:date>2007-07-20T10:53:00Z</dc:date>
    </item>
  </channel>
</rss>

