<?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: export DISPLAY in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227094#M893758</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have an Xserver running on the system to which you're exporting?&lt;BR /&gt;And if so &amp;amp; it's an HP-UX system, have you run xhost on it to allow the display?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
    <pubDate>Tue, 23 Mar 2004 10:48:40 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2004-03-23T10:48:40Z</dc:date>
    <item>
      <title>export DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227090#M893754</link>
      <description>Hello,&lt;BR /&gt;On an HPUX 11i ,&lt;BR /&gt;i do : export DISPLAY=xx.xx.xx.xx:0.0&lt;BR /&gt;then $DISPLAY=xx.xx.xx.xx:0.0&lt;BR /&gt;so i start "ignite &amp;amp;" and it's OK .&lt;BR /&gt;but i start ignite in an script:&lt;BR /&gt;"ignite -display $DISPLAY"&lt;BR /&gt;and it's return error&lt;BR /&gt;"can't open DISPLAY=nameofPC.domain.com:0.0"</description>
      <pubDate>Tue, 23 Mar 2004 10:40:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227090#M893754</guid>
      <dc:creator>iranzo</dc:creator>
      <dc:date>2004-03-23T10:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227091#M893755</link>
      <description>It depends what shell you're in:&lt;BR /&gt;first line of script is: &lt;BR /&gt;#!/bin/ksh&lt;BR /&gt;#!/bin/sh ??&lt;BR /&gt;&lt;BR /&gt;If you make a line IN the script:&lt;BR /&gt;echo $DISPLAY&lt;BR /&gt;what do you see ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Tue, 23 Mar 2004 10:43:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227091#M893755</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2004-03-23T10:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227092#M893756</link>
      <description>Your DISPLAY is being set to your hostname and domain (which is a perfectly valid thing to do) on login.  I suspect that this machine cant resolve this.  As a test try "nslookup nameofPC.domain.com" and see.  If not, you could try putting this in /etc/hosts or preferably wherever your normal name resolution goes to.</description>
      <pubDate>Tue, 23 Mar 2004 10:44:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227092#M893756</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-23T10:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227093#M893757</link>
      <description>Try creating a file (mine is called ignite.ksh):&lt;BR /&gt;&lt;BR /&gt;DISPLAY=xx.xx.xx.xx:0.0&lt;BR /&gt;export DISPLAY&lt;BR /&gt;ignite&lt;BR /&gt;&lt;BR /&gt;It works fine on my PC, so I expect it will work for you.&lt;BR /&gt;&lt;BR /&gt;Mark Syder (like the drink but spelt different)</description>
      <pubDate>Tue, 23 Mar 2004 10:48:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227093#M893757</guid>
      <dc:creator>MarkSyder</dc:creator>
      <dc:date>2004-03-23T10:48:22Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227094#M893758</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Do you have an Xserver running on the system to which you're exporting?&lt;BR /&gt;And if so &amp;amp; it's an HP-UX system, have you run xhost on it to allow the display?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 23 Mar 2004 10:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227094#M893758</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-03-23T10:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: export DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227095#M893759</link>
      <description>Hi,&lt;BR /&gt;Does your script looks like&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=xx.xx.xx.xx:0.0&lt;BR /&gt;ignite&lt;BR /&gt;&lt;BR /&gt;where xx.xx.xx.xx=IP address of your PC.&lt;BR /&gt;&lt;BR /&gt;Reg&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2004 02:31:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/export-display/m-p/3227095#M893759</guid>
      <dc:creator>Shaikh Imran</dc:creator>
      <dc:date>2004-03-24T02:31:33Z</dc:date>
    </item>
  </channel>
</rss>

