<?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/2751293#M70263</link>
    <description>shouldn't change anything ....&lt;BR /&gt;&lt;BR /&gt;the reason I choose xclock : it doesn't use fonts which sometimes causes problems :&lt;BR /&gt;&lt;BR /&gt;on the linux box open up a terminal : run xhost +&lt;BR /&gt;           telnet to HP , login&lt;BR /&gt;           export DISPLAY=&lt;IP_ADDRESS&gt;:0 where ip = linux system&lt;BR /&gt;run xclock .... does this work ?&lt;BR /&gt;&lt;BR /&gt;if yes try the same via your script.&lt;BR /&gt;&lt;BR /&gt;result / errors ?&lt;/IP_ADDRESS&gt;</description>
    <pubDate>Tue, 25 Jun 2002 07:25:42 GMT</pubDate>
    <dc:creator>Alex Glennie</dc:creator>
    <dc:date>2002-06-25T07:25:42Z</dc:date>
    <item>
      <title>$DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751286#M70256</link>
      <description>How do I set the $DISPLAY on a Linux client (in a telnet session) to display an X app running on an HP-UX server?&lt;BR /&gt;&lt;BR /&gt;machine_name:0.0 doesn't cut it, so evidently I have to change one or both 0s.</description>
      <pubDate>Tue, 25 Jun 2002 06:29:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751286#M70256</guid>
      <dc:creator>Victor Geere</dc:creator>
      <dc:date>2002-06-25T06:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: $DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751287#M70257</link>
      <description>Hi Victor,&lt;BR /&gt;&lt;BR /&gt;not to difficult:&lt;BR /&gt;&lt;BR /&gt;before telnetting:&lt;BR /&gt;&lt;BR /&gt;xhost + name_of_linux_computer&lt;BR /&gt;&lt;BR /&gt;after telnetting:&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=name_of_hpux_computer&lt;BR /&gt;&lt;BR /&gt;That should do it.&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 25 Jun 2002 06:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751287#M70257</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-06-25T06:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: $DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751288#M70258</link>
      <description>if (! $?DISPLAY) then&lt;BR /&gt;  setenv DISPLAY :0.0&lt;BR /&gt;endif&lt;BR /&gt;&lt;BR /&gt;This sets DISPLAY automatically in every shell. It doesn't override the current value when DISPLAY is already set, though. This way you can still run X11 applications remotely or through ssh with X11 tunneling. &lt;BR /&gt;&lt;BR /&gt;And.. do not forget to set permissions, using .xhosts etcetera..&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Tue, 25 Jun 2002 06:33:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751288#M70258</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-06-25T06:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: $DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751289#M70259</link>
      <description>Hostname or ip_address:0.0 should work providing hostname resolution is working OK fyi the second "0" relates to the screen ie if you had 2 screens :1 would be the identifier to the second so don't go changing that ;)&lt;BR /&gt;&lt;BR /&gt;Do you recieve any errors ... I suggest running the commands via the command line as maybe the scripts masking error output ?&lt;BR /&gt;&lt;BR /&gt;Perhaps if it's not hostname res then x authority is comming into play : try running xhost + on both systems ? I'm unclear as to whether the app is run on hp system but displayed on the linux box ..... does Xclock work  using your script ... ?</description>
      <pubDate>Tue, 25 Jun 2002 06:34:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751289#M70259</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-06-25T06:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: $DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751290#M70260</link>
      <description>Hi again Victor,&lt;BR /&gt;&lt;BR /&gt;xhost- command has to be executed on HP-UX computer, exporting the variable on Linux machine, with the following format:&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=hpux1:0&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 25 Jun 2002 06:35:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751290#M70260</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-06-25T06:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: $DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751291#M70261</link>
      <description>Just to clear any confusion:&lt;BR /&gt;&lt;BR /&gt;I'm sittong in front of a Linux machine.&lt;BR /&gt;&lt;BR /&gt;XClock:) is installed on the HP-UX server far, far away.&lt;BR /&gt;&lt;BR /&gt;I want to telnet into the HP-UX server and type xclock and see a clock popping up.&lt;BR /&gt;&lt;BR /&gt;Does this change anything?</description>
      <pubDate>Tue, 25 Jun 2002 06:46:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751291#M70261</guid>
      <dc:creator>Victor Geere</dc:creator>
      <dc:date>2002-06-25T06:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: $DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751292#M70262</link>
      <description>Hi Victor,&lt;BR /&gt;&lt;BR /&gt;no, this changes nothing.&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 25 Jun 2002 07:02:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751292#M70262</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-06-25T07:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: $DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751293#M70263</link>
      <description>shouldn't change anything ....&lt;BR /&gt;&lt;BR /&gt;the reason I choose xclock : it doesn't use fonts which sometimes causes problems :&lt;BR /&gt;&lt;BR /&gt;on the linux box open up a terminal : run xhost +&lt;BR /&gt;           telnet to HP , login&lt;BR /&gt;           export DISPLAY=&lt;IP_ADDRESS&gt;:0 where ip = linux system&lt;BR /&gt;run xclock .... does this work ?&lt;BR /&gt;&lt;BR /&gt;if yes try the same via your script.&lt;BR /&gt;&lt;BR /&gt;result / errors ?&lt;/IP_ADDRESS&gt;</description>
      <pubDate>Tue, 25 Jun 2002 07:25:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751293#M70263</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2002-06-25T07:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: $DISPLAY</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751294#M70264</link>
      <description>As long as you installed your linux system with x applications/xserver and the port 6000 is opened in the hp server firewall side (outbound) you will be fine with the commands mentioned above by every one.</description>
      <pubDate>Tue, 25 Jun 2002 13:47:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display/m-p/2751294#M70264</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-06-25T13:47:58Z</dc:date>
    </item>
  </channel>
</rss>

