<?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 variable problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212938#M168874</link>
    <description>A less security problem suggestion:&lt;BR /&gt;&lt;BR /&gt;One or the other in /etc/profile or .dtprofile&lt;BR /&gt;&lt;BR /&gt;# DISPLAY=$(who -m -u | awk  '{print $8}'):0.0&lt;BR /&gt;DISPLAY=$(who -m -u | awk  '{print $8}')&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One of these will work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 09 Mar 2004 02:59:30 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2004-03-09T02:59:30Z</dc:date>
    <item>
      <title>DISPLAY variable problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212936#M168872</link>
      <description>I have a normal user in my unix box. He logs into the monitor (console) attahced to the HP workstation. &lt;BR /&gt;&lt;BR /&gt;When I start a graphics application, it gives me the erro that&lt;BR /&gt;"Xlib" connection refused by the xserver&lt;BR /&gt;DISPLAY not found whereas I set the DISPLAY as &lt;BR /&gt;hostname:0.0. &lt;BR /&gt;&lt;BR /&gt;Pl help&lt;BR /&gt;&lt;BR /&gt;Thanks in advance</description>
      <pubDate>Tue, 09 Mar 2004 02:39:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212936#M168872</guid>
      <dc:creator>PVR</dc:creator>
      <dc:date>2004-03-09T02:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY variable problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212937#M168873</link>
      <description>IF the connection is being refused, try putting  an "xhost +" in the .dtlogin startup file (or whatever start up file CDE uses (cant remember anymore))</description>
      <pubDate>Tue, 09 Mar 2004 02:54:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212937#M168873</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2004-03-09T02:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY variable problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212938#M168874</link>
      <description>A less security problem suggestion:&lt;BR /&gt;&lt;BR /&gt;One or the other in /etc/profile or .dtprofile&lt;BR /&gt;&lt;BR /&gt;# DISPLAY=$(who -m -u | awk  '{print $8}'):0.0&lt;BR /&gt;DISPLAY=$(who -m -u | awk  '{print $8}')&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;One of these will work.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 09 Mar 2004 02:59:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212938#M168874</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-03-09T02:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY variable problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212939#M168875</link>
      <description>Hi PVR,&lt;BR /&gt;&lt;BR /&gt;You need to type &lt;BR /&gt;# xhost +&lt;BR /&gt;&lt;BR /&gt;this will help.</description>
      <pubDate>Tue, 09 Mar 2004 03:01:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212939#M168875</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2004-03-09T03:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY variable problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212940#M168876</link>
      <description>As root, run from one windows&lt;BR /&gt;&lt;BR /&gt;#xhost +&lt;BR /&gt;&lt;BR /&gt;From the other window,&lt;BR /&gt;&lt;BR /&gt;#export DISPLAY=&lt;IPADDRESS&gt;:0.0&lt;/IPADDRESS&gt;</description>
      <pubDate>Tue, 09 Mar 2004 03:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212940#M168876</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2004-03-09T03:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: DISPLAY variable problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212941#M168877</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Looks like a resolving problem. Putting the FQDN in the hostname:0.0 string. xhosts + disables all access restrictions so it is better to do a xhosts + hostname.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;&lt;BR /&gt;Gideon&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Mar 2004 03:06:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-variable-problem/m-p/3212941#M168877</guid>
      <dc:creator>G. Vrijhoeven</dc:creator>
      <dc:date>2004-03-09T03:06:37Z</dc:date>
    </item>
  </channel>
</rss>

