<?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 Bet you can't solve my $DISPLAY problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790887#M720473</link>
    <description>Machine1: HP-UX 10.20&lt;BR /&gt;Machine2: HP-UX 10.20&lt;BR /&gt;Machine3: HP-UX 10.20&lt;BR /&gt;(User runs ksh)&lt;BR /&gt;PC1: Running XVision X-Terminal Emulator&lt;BR /&gt;&lt;BR /&gt;Here's what I want to be able to do:&lt;BR /&gt;1) Log in to Machine1 at the console.&lt;BR /&gt;   (DISPLAY=Machine1:0.0)&lt;BR /&gt;2) Log in to Machine1 at the console.&lt;BR /&gt;   rlogin to Machine2&lt;BR /&gt;   (DISPLAY=Machine1:0.0)&lt;BR /&gt;3) Log in to Machine1 at the console.&lt;BR /&gt;   rlogin to Machine2&lt;BR /&gt;   rlogin to Machine3&lt;BR /&gt;   (DISPLAY=Machine1:0.0)&lt;BR /&gt;4) Log in to Machine1 from PC1.&lt;BR /&gt;   (DISPLAY=PC1:0.0)&lt;BR /&gt;5) Log in to Machine1 from PC1.&lt;BR /&gt;   rlogin to Machine2&lt;BR /&gt;   (DISPLAY=PC1:0.0)&lt;BR /&gt;Note that the user may have more that one session running on any of the Unix machines e.g. 4) followed by 1) or vice versa.&lt;BR /&gt;&lt;BR /&gt;I'd be very grateful to anyone that can come up with a solution to this problem.&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Aug 2002 13:10:39 GMT</pubDate>
    <dc:creator>Gary Cooper_1</dc:creator>
    <dc:date>2002-08-21T13:10:39Z</dc:date>
    <item>
      <title>Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790887#M720473</link>
      <description>Machine1: HP-UX 10.20&lt;BR /&gt;Machine2: HP-UX 10.20&lt;BR /&gt;Machine3: HP-UX 10.20&lt;BR /&gt;(User runs ksh)&lt;BR /&gt;PC1: Running XVision X-Terminal Emulator&lt;BR /&gt;&lt;BR /&gt;Here's what I want to be able to do:&lt;BR /&gt;1) Log in to Machine1 at the console.&lt;BR /&gt;   (DISPLAY=Machine1:0.0)&lt;BR /&gt;2) Log in to Machine1 at the console.&lt;BR /&gt;   rlogin to Machine2&lt;BR /&gt;   (DISPLAY=Machine1:0.0)&lt;BR /&gt;3) Log in to Machine1 at the console.&lt;BR /&gt;   rlogin to Machine2&lt;BR /&gt;   rlogin to Machine3&lt;BR /&gt;   (DISPLAY=Machine1:0.0)&lt;BR /&gt;4) Log in to Machine1 from PC1.&lt;BR /&gt;   (DISPLAY=PC1:0.0)&lt;BR /&gt;5) Log in to Machine1 from PC1.&lt;BR /&gt;   rlogin to Machine2&lt;BR /&gt;   (DISPLAY=PC1:0.0)&lt;BR /&gt;Note that the user may have more that one session running on any of the Unix machines e.g. 4) followed by 1) or vice versa.&lt;BR /&gt;&lt;BR /&gt;I'd be very grateful to anyone that can come up with a solution to this problem.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Aug 2002 13:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790887#M720473</guid>
      <dc:creator>Gary Cooper_1</dc:creator>
      <dc:date>2002-08-21T13:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790888#M720474</link>
      <description>&lt;BR /&gt;What's the issue?&lt;BR /&gt;&lt;BR /&gt;after logging into a machine do this:&lt;BR /&gt;&lt;BR /&gt;export DISPLAY=display:0.0&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 21 Aug 2002 13:15:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790888#M720474</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-21T13:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790889#M720475</link>
      <description>There is a trick !&lt;BR /&gt;&lt;BR /&gt;when you rlogin to a machine you pass the TERM variable.&lt;BR /&gt;the "trick" consists in modiying the TERM variable before the rlogin , then when you run your /etc/profile on the target machine you analyse your TERM variable (for specific format), reformat your TERM variable and your DISPLAY variable.&lt;BR /&gt;&lt;BR /&gt;e.g&lt;BR /&gt;TERM=vt220&lt;BR /&gt;before your rlogin &lt;BR /&gt;TERM=vt220:$DISPLAY&lt;BR /&gt;&lt;BR /&gt;in your /etc/profile&lt;BR /&gt;check for such TERM variable &lt;TERMTYPE&gt;:&lt;DISPLAY&gt; and rebuild both variable as they should be.&lt;BR /&gt;&lt;BR /&gt;Jean-Luc&lt;/DISPLAY&gt;&lt;/TERMTYPE&gt;</description>
      <pubDate>Wed, 21 Aug 2002 13:16:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790889#M720475</guid>
      <dc:creator>Jean-Luc Oudart</dc:creator>
      <dc:date>2002-08-21T13:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790890#M720476</link>
      <description>How about, instead of rlogin'ing using remsh?&lt;BR /&gt;&lt;BR /&gt;remsh machineX /usr/bin/X11/xterm -sl 2000 -ls -sb -cr Wheat -T \`hostname\` -bg MidnightBlue -fg Wheat -fn 7x13 -fb 7x13B -display $DISPLAY &amp;amp;&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 21 Aug 2002 13:18:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790890#M720476</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-21T13:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790891#M720477</link>
      <description>Gary,&lt;BR /&gt;&lt;BR /&gt;I'm not sure I understood where your problem lies, but if you are using rlogin, you can try this:&lt;BR /&gt;&lt;BR /&gt;remsh $1 -n /usr/bin/X11/hpterm -display $DISPLAY -ls -title $1 -n $1 -sb -sl 500 &amp;amp;&lt;BR /&gt;&lt;BR /&gt;where $1 is the name of the machine you want to go to.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 21 Aug 2002 13:20:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790891#M720477</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-21T13:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790892#M720478</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;i am confused with ur problem.&lt;BR /&gt;&lt;BR /&gt;However from my workstation(PC1)&lt;BR /&gt;login to machine1&lt;BR /&gt;#export DISPLAY=PC1:0.0&lt;BR /&gt;&lt;BR /&gt;works fine&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Aug 2002 13:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790892#M720478</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-08-21T13:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790893#M720479</link>
      <description>I think you want to automate the setting of the DISPLAY variable depending on what client your using?&lt;BR /&gt;If so, you cant really do this, but can make separate ID's.&lt;BR /&gt;I.E. &lt;BR /&gt;user1 &lt;BR /&gt;echo "DISPLAY=machine1:0.0 ; export DISPLAY" &amp;gt;&amp;gt;~user1/.profile&lt;BR /&gt;echo "setenv DISPLAY machine1:0.0" &amp;gt;&amp;gt;~user1/.cshrc&lt;BR /&gt;&lt;BR /&gt;user2&lt;BR /&gt;echo "DISPLAY=pc1:0.0 ; export DISPLAY" &amp;gt;&amp;gt;~user2/.profile&lt;BR /&gt;echo "setenv DISPLAY pc1:0.0" &amp;gt;&amp;gt;~user2/.cshrc&lt;BR /&gt;&lt;BR /&gt;Now as long as home directories are shared across the network, just login as user1 or user2.  user1 would have the console as the display host, user2 would have the pc.&lt;BR /&gt;If home directories are not accross the network, you will have to add the lines above to all of their home dirs.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Wed, 21 Aug 2002 13:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790893#M720479</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-08-21T13:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790894#M720480</link>
      <description>Hi Gary&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;alternatively for setting it for any user anywhere you can do like this&lt;BR /&gt;&lt;BR /&gt;A=`who -T| grep user name | awk'{print $9}'`&lt;BR /&gt;export DISPLAY=$A:0.0&lt;BR /&gt;&lt;BR /&gt;this will export the display to whichever machine you log in&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 21 Aug 2002 13:28:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790894#M720480</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-08-21T13:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790895#M720481</link>
      <description>Minoj,  I thought of this too, but he said users have multiple sessions on multiple machines.  The who command wont work past the first login in that case.&lt;BR /&gt;&lt;BR /&gt;Shannon</description>
      <pubDate>Wed, 21 Aug 2002 13:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790895#M720481</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-08-21T13:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790896#M720482</link>
      <description>Manoj,&lt;BR /&gt;&lt;BR /&gt;how would it work when I login to a machine called vpart3 then rlogin  to a machine called vpart6:&lt;BR /&gt;&lt;BR /&gt;# who -T&lt;BR /&gt;root     + console      Aug 15 09:20  old    2184  system console&lt;BR /&gt;root     - ttyp1        Aug 19 07:07  old   21189  10.2.181.64:0.0&lt;BR /&gt;root     - ttyp2        Aug 21 10:03  0:13  19916  10.2.181.64:0.0&lt;BR /&gt;root     - pts/0        Aug 21 10:17   .    20104  vpart3.paychex.com&lt;BR /&gt;# whoami&lt;BR /&gt;root&lt;BR /&gt;# tty&lt;BR /&gt;/dev/pts/0&lt;BR /&gt;# hostname&lt;BR /&gt;vpart6&lt;BR /&gt;# &lt;BR /&gt;&lt;BR /&gt;4 users with the same name&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 21 Aug 2002 13:34:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790896#M720482</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-21T13:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790897#M720483</link>
      <description>Add the following lines to the .profile of any system that you would like to log and have your display automatically exported:&lt;BR /&gt;&lt;BR /&gt;DEVICE=`tty | cut -d / -f3-4`&lt;BR /&gt;DISPLAY=`who -HT | grep $DEVICE | awk '{print $9}'`&lt;BR /&gt;export DISPLAY</description>
      <pubDate>Wed, 21 Aug 2002 13:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790897#M720483</guid>
      <dc:creator>Ron Cornwell</dc:creator>
      <dc:date>2002-08-21T13:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790898#M720484</link>
      <description>Sorry Guys I see what yuo aer saying no coffee syndrome.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Manoj Srivastava</description>
      <pubDate>Wed, 21 Aug 2002 13:49:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790898#M720484</guid>
      <dc:creator>MANOJ SRIVASTAVA</dc:creator>
      <dc:date>2002-08-21T13:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790899#M720485</link>
      <description>Thanks for the huge response!&lt;BR /&gt;Firstly, I do want to automate the process by putting the variable setup in .profile or something as some of my users don't have access to a shell prompt.&lt;BR /&gt;&lt;BR /&gt;Also, the bit that is being forgotten is where I use my X-Terminal emulator and the DISPLAY variable is set to pc1:0.0, so I can't run remsh to get to my HP-UX box.&lt;BR /&gt;&lt;BR /&gt;I guess looking at the problem closer, I could probably simplify it - the real problem at the moment is my users that don't have access to the shell prompt and who consequently don't do a rlogin to Machine2 or Machine3.&lt;BR /&gt;&lt;BR /&gt;They fall into either scenario 1) or scenario 4) but could have both sessions active at the same time.&lt;BR /&gt;&lt;BR /&gt;Hope this clarifies the problem somewhat.&lt;BR /&gt;&lt;BR /&gt;Thanks again guys,&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Wed, 21 Aug 2002 14:03:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790899#M720485</guid>
      <dc:creator>Gary Cooper_1</dc:creator>
      <dc:date>2002-08-21T14:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790900#M720486</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;what do you refer to with "log in from PC1" - which protocol: TELNET, RLOGIN, RSHELL, XDMCP, SSH???&lt;BR /&gt;&lt;BR /&gt;Well, as long as your PC1's hostname appears as the comment on the output of "who am I -u" it should be fairly easy: put these lines into that user's "$HOME/.shrc" (and if you do not have one, create it, and point $ENV to it from that user's "$HOME/.profile"):&lt;BR /&gt;&lt;BR /&gt;if      [ -t 0 ]&lt;BR /&gt;then    # interactive&lt;BR /&gt;        set     +u&lt;BR /&gt;        who am i -u | read user tty month day time idle pid comment&lt;BR /&gt;        case    "$comment" in&lt;BR /&gt;                *:*)    display="$comment" ;;   # already X11&lt;BR /&gt;                *.*)    display="$comment:0" ;; # FQDN, do X11&lt;BR /&gt;                PC1)    display="$comment:0" ;; # from PC1, do X11&lt;BR /&gt;                *)      unset   display ;;      # no FQDN, no X11&lt;BR /&gt;        esac&lt;BR /&gt;        if      [ -s "$display" ]&lt;BR /&gt;        then    export  DISPLAY=${DISPLAY:-$display}&lt;BR /&gt;        else    export  DISPLAY=PC1:0.0 # default&lt;BR /&gt;        fi&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Wodisch</description>
      <pubDate>Wed, 21 Aug 2002 15:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790900#M720486</guid>
      <dc:creator>Wodisch_1</dc:creator>
      <dc:date>2002-08-21T15:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790901#M720487</link>
      <description>Sometimes you can get the value of DISPLAY&lt;BR /&gt;out of the variable REMOTEHOST.  Otherwise,&lt;BR /&gt;you have to use one of the tricks mentioned by&lt;BR /&gt;the other posters.&lt;BR /&gt;&lt;BR /&gt;At my installation we use a script I wrote&lt;BR /&gt;called magic_display (attached) which uses&lt;BR /&gt;"rusers" to get the value of DISPLAY.&lt;BR /&gt;Unfortunately "rusers" will have the same&lt;BR /&gt;limitation as "who -T" re: multiple logins.&lt;BR /&gt;&lt;BR /&gt;The script is called from the .login file:&lt;BR /&gt;&lt;BR /&gt;# Automagically set display&lt;BR /&gt;if (! $?DISPLAY) then&lt;BR /&gt;  echo "Trying to determine your DISPLAY (Hit &lt;CONTROL-C&gt; to abort)..."&lt;BR /&gt;  if ($?REMOTEHOST) then&lt;BR /&gt;    set DEFAULT_DISPLAY="$REMOTEHOST":0&lt;BR /&gt;  else&lt;BR /&gt;    which magic_display &amp;gt;&amp;amp; /dev/null&lt;BR /&gt;    if ($status == 0) then&lt;BR /&gt;      set DEFAULT_DISPLAY=`magic_display`&lt;BR /&gt;    else&lt;BR /&gt;      set DEFAULT_DISPLAY=none&lt;BR /&gt;    endif&lt;BR /&gt;  endif&lt;BR /&gt;  echo "DISPLAY = ($DEFAULT_DISPLAY) \c"&lt;BR /&gt;  setenv DISPLAY "$&amp;lt;"&lt;BR /&gt;  if ("$DISPLAY" == "") setenv DISPLAY $DEFAULT_DISPLAY&lt;BR /&gt;  if ("$DISPLAY" == "none") unsetenv DISPLAY&lt;BR /&gt;  if ($?DISPLAY) then&lt;BR /&gt;    echo "DISPLAY is set to $DISPLAY"&lt;BR /&gt;  else&lt;BR /&gt;    echo "DISPLAY is not set"&lt;BR /&gt;  endif&lt;BR /&gt;  unset DEFAULT_DISPLAY&lt;BR /&gt;endif&lt;BR /&gt;&lt;/CONTROL-C&gt;</description>
      <pubDate>Wed, 21 Aug 2002 20:18:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790901#M720487</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2002-08-21T20:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790902#M720488</link>
      <description>HI Gary,&lt;BR /&gt;See if this helps.&lt;BR /&gt;on machine 1 be sure you either&lt;BR /&gt;xhost + (to disable access list to all hosts)&lt;BR /&gt;Or xhost + (each system name to add them all)&lt;BR /&gt;on all Unix boxes &lt;BR /&gt;export DISPLAY=machine1:0.0 (like Harry mentioned)&lt;BR /&gt; Hopefully you can now open GUI's for each UNIX box on machine1.&lt;BR /&gt;&lt;BR /&gt;I have never used XVision, but if it is anything like Reflection X be sure:&lt;BR /&gt;XDMCP is set to broadcast (or direct with the appropriate IP_addres set)&lt;BR /&gt;You have the proper entries in your equivalent of C:\winnt\system32\drivers\etc\hosts and C:\reflect\user\xhost&lt;BR /&gt;&lt;BR /&gt;and that TCP is set for the system IP_address or auto detect&lt;BR /&gt;&lt;BR /&gt;(Again these are assumably different for XVision, but should give you settings to look for.)&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Kel</description>
      <pubDate>Wed, 21 Aug 2002 21:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790902#M720488</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2002-08-21T21:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790903#M720489</link>
      <description>Depending on your terminal emulator, some products, eg. Exceed can launch an Xterminal etc, and use a macro (%H which refers to your hostname), and automatically solve the problem for you. SSH also does this.</description>
      <pubDate>Thu, 22 Aug 2002 05:30:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790903#M720489</guid>
      <dc:creator>Andrew Cowan</dc:creator>
      <dc:date>2002-08-22T05:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790904#M720490</link>
      <description>I Think you need to concentrate on xhost+ command.&lt;BR /&gt;Do a search using key word "xhost" you will get solution.&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9dc579bffde7d4118fef0090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9dc579bffde7d4118fef0090279cd0f9,00.html&lt;/A&gt;</description>
      <pubDate>Thu, 22 Aug 2002 07:05:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790904#M720490</guid>
      <dc:creator>Animesh Chakraborty</dc:creator>
      <dc:date>2002-08-22T07:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790905#M720491</link>
      <description>Wodisch,&lt;BR /&gt;&lt;BR /&gt;I thought I'd cracked it there for a moment. The "who am i -u" command looked like it would allow me to do what I wanted to do. I tried it both from the Unix console and via my Xterm on my PC (XDMCP) and it looked fine. So, I changed my script and than it just wouldn't log me in at all!&lt;BR /&gt;&lt;BR /&gt;It seems that the "who am i -u" works as root (how I first ran it), but not when run as a normal user. (It complains of the usage and lists the options).&lt;BR /&gt;&lt;BR /&gt;Both root and user are using /usr/bin/who.&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Thu, 22 Aug 2002 08:27:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790905#M720491</guid>
      <dc:creator>Gary Cooper_1</dc:creator>
      <dc:date>2002-08-22T08:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Bet you can't solve my $DISPLAY problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790906#M720492</link>
      <description>&lt;BR /&gt;I was starting to write this.(BELOW -&amp;gt;)..when I had a "moment"...:&lt;BR /&gt;&lt;BR /&gt;I'm sorry, but how is xhost going to help set his DISPLAY variable? He's NOT having connection issues, he's having issues with getting the DISPLAY variable to work correctly....&lt;BR /&gt;&lt;BR /&gt;(so ignore that paragraph and read on...)&lt;BR /&gt;&lt;BR /&gt;So I flashed back to Gary's last comment about not being able to LOGIN. Boy this is something new. Why wasn't this part of the original issue?&lt;BR /&gt;&lt;BR /&gt;Gary, you have a script to login to another machine? Could you kindly POST that script so that we can see what the hell is going on?&lt;BR /&gt;&lt;BR /&gt;If you are using xterm on the remote host you can use the -display option to set the DISPLAY!!!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Thu, 22 Aug 2002 10:12:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/bet-you-can-t-solve-my-display-problem/m-p/2790906#M720492</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-08-22T10:12:47Z</dc:date>
    </item>
  </channel>
</rss>

