<?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: Display in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071883#M438862</link>
    <description>Hi Yes as above however you must be running X emulating software and where DISPLAY=&lt;SERVERIP&gt;:0.0&lt;BR /&gt;&lt;BR /&gt;check that you are running from 0:0 and not 1:0, 2:0 etc.&lt;BR /&gt;&lt;BR /&gt;from the server you logged into:&lt;BR /&gt;&lt;BR /&gt;echo $DISPLAY&lt;BR /&gt;&lt;BR /&gt;also you may need to run &lt;BR /&gt;&lt;BR /&gt;# xhost + or xhost &lt;SERVERTOCONNECT&gt;&lt;BR /&gt;&lt;BR /&gt;to allow the screen to be displayed.&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;&lt;BR /&gt;chris&lt;/SERVERTOCONNECT&gt;&lt;/SERVERIP&gt;</description>
    <pubDate>Tue, 02 Oct 2007 03:28:46 GMT</pubDate>
    <dc:creator>lawrenzo_1</dc:creator>
    <dc:date>2007-10-02T03:28:46Z</dc:date>
    <item>
      <title>Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071881#M438860</link>
      <description>how do I export display from an Unix box to another hp-unix/windows box</description>
      <pubDate>Tue, 02 Oct 2007 03:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071881#M438860</guid>
      <dc:creator>Jees Joy</dc:creator>
      <dc:date>2007-10-02T03:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071882#M438861</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;DISPLAY=192.168.10.1:0.0&lt;BR /&gt;export DISPLAY&lt;BR /&gt;&lt;BR /&gt;(Instead of 192.168.10.1 type  your local system ip )&lt;BR /&gt;&lt;BR /&gt;Aneesh</description>
      <pubDate>Tue, 02 Oct 2007 03:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071882#M438861</guid>
      <dc:creator>Aneesh Mohan</dc:creator>
      <dc:date>2007-10-02T03:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071883#M438862</link>
      <description>Hi Yes as above however you must be running X emulating software and where DISPLAY=&lt;SERVERIP&gt;:0.0&lt;BR /&gt;&lt;BR /&gt;check that you are running from 0:0 and not 1:0, 2:0 etc.&lt;BR /&gt;&lt;BR /&gt;from the server you logged into:&lt;BR /&gt;&lt;BR /&gt;echo $DISPLAY&lt;BR /&gt;&lt;BR /&gt;also you may need to run &lt;BR /&gt;&lt;BR /&gt;# xhost + or xhost &lt;SERVERTOCONNECT&gt;&lt;BR /&gt;&lt;BR /&gt;to allow the screen to be displayed.&lt;BR /&gt;&lt;BR /&gt;hope this helps&lt;BR /&gt;&lt;BR /&gt;chris&lt;/SERVERTOCONNECT&gt;&lt;/SERVERIP&gt;</description>
      <pubDate>Tue, 02 Oct 2007 03:28:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071883#M438862</guid>
      <dc:creator>lawrenzo_1</dc:creator>
      <dc:date>2007-10-02T03:28:46Z</dc:date>
    </item>
    <item>
      <title>Re: Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071884#M438863</link>
      <description>Hi,&lt;BR /&gt;If you want to start a specific application (not the whole X) you can do it on that way:&lt;BR /&gt;&lt;BR /&gt;1. ssh -X remote_HP-UX_system&lt;BR /&gt;2. just run the application which you need and it will start in your local machine (for example you can try to run xstm)</description>
      <pubDate>Tue, 02 Oct 2007 03:29:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071884#M438863</guid>
      <dc:creator>Delcho Tuhchiev</dc:creator>
      <dc:date>2007-10-02T03:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071885#M438864</link>
      <description>a simple to see if your X-display is working is xclock &lt;BR /&gt;&lt;BR /&gt;do you get any error-messages when you try to launch your X-application ? &lt;BR /&gt;&lt;BR /&gt;if the display is working wfor the account you loggin with but you su to a different user remember to export your DISPLAY and xauth after su-ing&lt;BR /&gt;&lt;BR /&gt;i.e.; &lt;BR /&gt;logging as guest &lt;BR /&gt;echo $DISPLAY -&amp;gt; 192.168.10.20:10.0&lt;BR /&gt;xauth list -&amp;gt; &lt;BR /&gt;hostname:10 MIT-MAGIC-COOKIE-1 "x-key"&lt;BR /&gt;Look for the "x-key" that correspond with the display-number&lt;BR /&gt;&lt;BR /&gt;su - admin &lt;BR /&gt;export DISPLAY=192.168.10.20:10.0&lt;BR /&gt;xauth add hostname:10 MIT-MAGIC-COOKIE-1 "x-key"&lt;BR /&gt;&lt;BR /&gt;check: xclock &lt;BR /&gt;display should be on your "local"-machine</description>
      <pubDate>Wed, 03 Oct 2007 05:12:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071885#M438864</guid>
      <dc:creator>SGUX</dc:creator>
      <dc:date>2007-10-03T05:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071886#M438865</link>
      <description>Hi Jees,&lt;BR /&gt;&lt;BR /&gt;You should bea ble to export your DISPLAY.&lt;BR /&gt;&lt;BR /&gt;DISPLAY=192.0.0.0.  ** What ever your IP **&lt;BR /&gt;export DISPLAY&lt;BR /&gt;&lt;BR /&gt;sp,</description>
      <pubDate>Wed, 03 Oct 2007 15:09:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071886#M438865</guid>
      <dc:creator>Sp4admin</dc:creator>
      <dc:date>2007-10-03T15:09:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071887#M438866</link>
      <description>Thank you friends, that was very helpfull.</description>
      <pubDate>Thu, 04 Oct 2007 00:21:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/5071887#M438866</guid>
      <dc:creator>Jees Joy</dc:creator>
      <dc:date>2007-10-04T00:21:13Z</dc:date>
    </item>
  </channel>
</rss>

