<?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 Display environment variable incorrect in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483267#M799006</link>
    <description>I have inherited a HP 9000 D server and I can only get a command line.  When I run SAM, I get a message stating "The DISPLAY environment variable may be incorrect...The DISPLAY environment is set to "hostname:0.0", but the current configuration won't allow SAM to run.." It's running 11.0 and not connected to the network.  Also, I have notived TERM is set to A208LC1280 and don't understand why.  Can anyone help?  Thanks</description>
    <pubDate>Tue, 16 Jan 2001 17:52:27 GMT</pubDate>
    <dc:creator>Sarah Chellgren</dc:creator>
    <dc:date>2001-01-16T17:52:27Z</dc:date>
    <item>
      <title>Display environment variable incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483267#M799006</link>
      <description>I have inherited a HP 9000 D server and I can only get a command line.  When I run SAM, I get a message stating "The DISPLAY environment variable may be incorrect...The DISPLAY environment is set to "hostname:0.0", but the current configuration won't allow SAM to run.." It's running 11.0 and not connected to the network.  Also, I have notived TERM is set to A208LC1280 and don't understand why.  Can anyone help?  Thanks</description>
      <pubDate>Tue, 16 Jan 2001 17:52:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483267#M799006</guid>
      <dc:creator>Sarah Chellgren</dc:creator>
      <dc:date>2001-01-16T17:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Display environment variable incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483268#M799007</link>
      <description>What type of terminal do you have attached to the system?&lt;BR /&gt;&lt;BR /&gt;Typically a D system came with a 700/9X type terminal.  If this is the case then it won't be able to support any of the GUI versions of SAM or other tools.  &lt;BR /&gt;&lt;BR /&gt;But judging from your messages, the system thinks it has a GUI capable monitor running CDE.  If you just have a command prompt and no GUI then you can do a 'export DISPLAY=' to get rid of the display name.  Then do a 'export TERM=hp' to set the term type to something more useful.  This should at least get you to where you can run SAM.&lt;BR /&gt;&lt;BR /&gt;You may want to check your .profile or .?shrc and see if any of that information is hard coded so it gets set by default when you log in.</description>
      <pubDate>Tue, 16 Jan 2001 18:42:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483268#M799007</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2001-01-16T18:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Display environment variable incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483269#M799008</link>
      <description>Patrick thanks for your help.  People in the office swear they have seen a GUI on it so it has the capabilities.  Using export DISPLAY= throws me straight into the terminal version of SAM without the error message.  TERM=hp doesn't seem to have changed anything.  Any other ideas?&lt;BR /&gt;&lt;BR /&gt;Sarah</description>
      <pubDate>Tue, 16 Jan 2001 20:32:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483269#M799008</guid>
      <dc:creator>Sarah Chellgren</dc:creator>
      <dc:date>2001-01-16T20:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Display environment variable incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483270#M799009</link>
      <description>do the following&lt;BR /&gt;&lt;BR /&gt;# ksh&lt;BR /&gt;# export DISPLAY=&lt;HOSTNAME&gt;:0.0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;this should work .. Lou&lt;/HOSTNAME&gt;</description>
      <pubDate>Tue, 16 Jan 2001 23:40:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483270#M799009</guid>
      <dc:creator>Louis Masucci</dc:creator>
      <dc:date>2001-01-16T23:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display environment variable incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483271#M799010</link>
      <description>Hi Sarah,&lt;BR /&gt;&lt;BR /&gt;You may have 2 different kinds of GUI, one attached to the server (screen, keyboard and mouse) or a separate workstation/PC.&lt;BR /&gt;&lt;BR /&gt;In the first case, setting the DISPLAY to :&lt;BR /&gt;${HOSTNAME}:0.O &lt;BR /&gt;should work ! Make sure your $HOSTNAME is set.&lt;BR /&gt;Type 'uname -n' as this will tell you what your server considers as its name...&lt;BR /&gt;Full command is:&lt;BR /&gt;export DISPLAY=${HOSTNAME}:0.0&lt;BR /&gt;&lt;BR /&gt;In the second case (remote workstation/PC), you'll have to set the DISPLAY variable to the name of your workstation/PC&lt;BR /&gt;This will tell the X11 server that all graphical display has to be redirected to another host.&lt;BR /&gt;&lt;BR /&gt;When typing the command 'who -u' once logged in, the last field of the line with your login name should show you where you're coming from.&lt;BR /&gt;&lt;BR /&gt;If this doesn't work, give us the details of the following commands:&lt;BR /&gt;# echo $DISPLAY&lt;BR /&gt;# who am i&lt;BR /&gt;# who -u&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Dan&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jan 2001 07:20:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483271#M799010</guid>
      <dc:creator>Dan Hetzel</dc:creator>
      <dc:date>2001-01-17T07:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Display environment variable incorrect</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483272#M799011</link>
      <description>Thanks everyone.  Doing what was suggested didn't work or was what I was doing already but I appreciate the effort.  The machine may have to be scraped anyway.</description>
      <pubDate>Wed, 17 Jan 2001 15:59:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/display-environment-variable-incorrect/m-p/2483272#M799011</guid>
      <dc:creator>Sarah Chellgren</dc:creator>
      <dc:date>2001-01-17T15:59:39Z</dc:date>
    </item>
  </channel>
</rss>

