<?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: What is variable DISPLAY? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544458#M866110</link>
    <description>The first 0 determines the port of Xprotocol transport.&lt;BR /&gt;60000 is the default X transmission port, if you specify host:1.0 You specify a different port, 60001.&lt;BR /&gt;This is usefull for setting up applications to sniff Xprotocols.&lt;BR /&gt;&lt;BR /&gt;The display variable is described fully in man X! &lt;BR /&gt;You can launch an app to open on display:0.1 just by specifying it on your commandline with the -display option.&lt;BR /&gt;&lt;BR /&gt;All X application start with the line XOpenDisplay() to find out where the application is going to display.. what it's window properties are etc..&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
    <pubDate>Mon, 25 Jun 2001 08:35:07 GMT</pubDate>
    <dc:creator>Bill McNAMARA_1</dc:creator>
    <dc:date>2001-06-25T08:35:07Z</dc:date>
    <item>
      <title>What is variable DISPLAY?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544451#M866103</link>
      <description>Hi, Can you tell me what is variable DISPLAY?&lt;BR /&gt;I encountered a error message saying 'DISPLAY is incorrect' but i know nothing about this varibale. Could anyone give me a hint? Thanks.</description>
      <pubDate>Mon, 25 Jun 2001 05:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544451#M866103</guid>
      <dc:creator>Lalo Weng</dc:creator>
      <dc:date>2001-06-25T05:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: What is variable DISPLAY?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544452#M866104</link>
      <description>The DISPLAY variable is set to the local ip_address or HOSTNAME of the system you wish the GUI / application to appear on plus a  ":0" (on single screen displays). &lt;BR /&gt;multi-screens will use the following syntax to differentiate &lt;BR /&gt;&lt;BR /&gt;ip_address:0.1 or ip_address:0.2 etc  &lt;BR /&gt;&lt;BR /&gt;eg 15.145.22.109:0 or hpbrc104:0 &lt;BR /&gt;&lt;BR /&gt;you may however need to grant access to X by running "xhost +" ( see man xhost) if you still encounter problems. &lt;BR /&gt;&lt;BR /&gt;It also requires hostname resolution to be working correctly.</description>
      <pubDate>Mon, 25 Jun 2001 06:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544452#M866104</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-06-25T06:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: What is variable DISPLAY?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544453#M866105</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The DISPLAY environment variable contains "the&lt;BR /&gt;location" of your X11 screen. This value is &lt;BR /&gt;build with your client's IP address and the &lt;BR /&gt;"screen number" : for example, if you are &lt;BR /&gt;connected to S1 server from C1 (IP : &lt;BR /&gt;AAA.BBB.CCC.DDD) client you need to define &lt;BR /&gt;your display on S1 with the value &lt;BR /&gt;AAA.BBB.CCC.DDD:0.0 . &lt;BR /&gt;Usually you use @IP:0.0, but sometimes (Exceed&lt;BR /&gt;users know that) you need to specify "screen &lt;BR /&gt;number" (you can define more than one screen..)&lt;BR /&gt;In this case you can specify @IP:num_screen.0&lt;BR /&gt;&lt;BR /&gt;Remember : you specify the CLIENT display on &lt;BR /&gt;the SERVER where you are connected.&lt;BR /&gt;&lt;BR /&gt;For others informations see this thread : &lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x9dc579bffde7d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x9dc579bffde7d4118fef0090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Herv?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2001 06:12:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544453#M866105</guid>
      <dc:creator>Herve BRANGIER</dc:creator>
      <dc:date>2001-06-25T06:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: What is variable DISPLAY?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544454#M866106</link>
      <description>&lt;BR /&gt;   Hi&lt;BR /&gt;&lt;BR /&gt;    DISPLAY is an environment variable. This variable contains the address of DISPLAY, which is a combination of IP address (Hostname) and screen number.&lt;BR /&gt;&lt;BR /&gt;If U are in POSIX shell U can set DISPLAY like this&lt;BR /&gt;&lt;BR /&gt;#DISPLAY=AA.AA.AA.AA:0.0;export DISPLAY&lt;BR /&gt;&lt;BR /&gt;AA...AA is IP address of the system.&lt;BR /&gt;0.0 is the sreen number&lt;BR /&gt;To see the variable value&lt;BR /&gt;#echo $DISPLAY&lt;BR /&gt;&lt;BR /&gt;If U are in C shell&lt;BR /&gt;&lt;BR /&gt;%set env DISPLAY=AA.AA.AA.AA:0.0&lt;BR /&gt;&lt;BR /&gt;To see the value&lt;BR /&gt;%echo $DISPLAY&lt;BR /&gt;&lt;BR /&gt;   Set like this and try. I hope ur problem will get solve.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Shahul</description>
      <pubDate>Mon, 25 Jun 2001 06:31:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544454#M866106</guid>
      <dc:creator>Shahul</dc:creator>
      <dc:date>2001-06-25T06:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: What is variable DISPLAY?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544455#M866107</link>
      <description>Thank you all for infomation. But what is screen number? Forgive this entry question.</description>
      <pubDate>Mon, 25 Jun 2001 07:04:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544455#M866107</guid>
      <dc:creator>Lalo Weng</dc:creator>
      <dc:date>2001-06-25T07:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: What is variable DISPLAY?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544456#M866108</link>
      <description>screen number relates the number of screens (monitors) you have attached to the hpux system .... generally only one ....... so just use &lt;BR /&gt;&lt;BR /&gt;ip_address:0 or ip_address:0.0 either will work&lt;BR /&gt;&lt;BR /&gt;if you have 2 monitors/screens or more  ....&lt;BR /&gt;first screen = ip_address:0.0 &lt;BR /&gt;second = ip_address:0.1&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2001 07:21:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544456#M866108</guid>
      <dc:creator>Alex Glennie</dc:creator>
      <dc:date>2001-06-25T07:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: What is variable DISPLAY?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544457#M866109</link>
      <description>&lt;BR /&gt;You can use screen number (for example) when&lt;BR /&gt;you launch several X emulator (Exceed for PC&lt;BR /&gt;for example).&lt;BR /&gt;In this case each one use a screen number and&lt;BR /&gt;you need to export a display like :&lt;BR /&gt;export DISPLAY=@IP:0.num_screen_of_emulator&lt;BR /&gt;&lt;BR /&gt;Herve&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2001 07:56:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544457#M866109</guid>
      <dc:creator>Herve BRANGIER</dc:creator>
      <dc:date>2001-06-25T07:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: What is variable DISPLAY?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544458#M866110</link>
      <description>The first 0 determines the port of Xprotocol transport.&lt;BR /&gt;60000 is the default X transmission port, if you specify host:1.0 You specify a different port, 60001.&lt;BR /&gt;This is usefull for setting up applications to sniff Xprotocols.&lt;BR /&gt;&lt;BR /&gt;The display variable is described fully in man X! &lt;BR /&gt;You can launch an app to open on display:0.1 just by specifying it on your commandline with the -display option.&lt;BR /&gt;&lt;BR /&gt;All X application start with the line XOpenDisplay() to find out where the application is going to display.. what it's window properties are etc..&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Mon, 25 Jun 2001 08:35:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/what-is-variable-display/m-p/2544458#M866110</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2001-06-25T08:35:07Z</dc:date>
    </item>
  </channel>
</rss>

