<?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: Need command to determine graphics adapter in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917486#M108792</link>
    <description>Just type /usr/sbin/xstm&lt;BR /&gt;at the command prompt.&lt;BR /&gt;&lt;BR /&gt;If you are not at the console&lt;BR /&gt;you will need to export you display.</description>
    <pubDate>Mon, 03 Mar 2003 21:45:33 GMT</pubDate>
    <dc:creator>Paul Sperry</dc:creator>
    <dc:date>2003-03-03T21:45:33Z</dc:date>
    <item>
      <title>Need command to determine graphics adapter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917481#M108787</link>
      <description>I need to audit the components of several hpux workstations and am writing a quick script to email myself the output.  What I can't seem to find is a simple string to add to the script that will give me details relating to the graphics card (ie: model, memory, etc)  I don't want this to be an interactive script so I need all the strings that can accomplish this.</description>
      <pubDate>Mon, 03 Mar 2003 20:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917481#M108787</guid>
      <dc:creator>Bryan Munshower</dc:creator>
      <dc:date>2003-03-03T20:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to determine graphics adapter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917482#M108788</link>
      <description>Try xstm first and if you can get the info you want, then try using the cstm command to get it.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 03 Mar 2003 20:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917482#M108788</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-03-03T20:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to determine graphics adapter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917483#M108789</link>
      <description>Hi Bryan:&lt;BR /&gt;&lt;BR /&gt;Use &lt;BR /&gt;/usr/bin/graphinfo | grep -i -e product -e driver -e memory&lt;BR /&gt;&lt;BR /&gt;That should give you what you're looking for.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 03 Mar 2003 21:30:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917483#M108789</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-03T21:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to determine graphics adapter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917484#M108790</link>
      <description>the xstm utility should give you all the info you need.&lt;BR /&gt;&lt;BR /&gt;Just right click on your graphics card the click information.</description>
      <pubDate>Mon, 03 Mar 2003 21:41:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917484#M108790</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-03T21:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to determine graphics adapter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917485#M108791</link>
      <description>Thanks for the ideas.  I don't however have "graphinfo" on any of these boxes.  How would I go about using any of the utilities mentioned in Harry's reply?</description>
      <pubDate>Mon, 03 Mar 2003 21:42:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917485#M108791</guid>
      <dc:creator>Bryan Munshower</dc:creator>
      <dc:date>2003-03-03T21:42:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to determine graphics adapter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917486#M108792</link>
      <description>Just type /usr/sbin/xstm&lt;BR /&gt;at the command prompt.&lt;BR /&gt;&lt;BR /&gt;If you are not at the console&lt;BR /&gt;you will need to export you display.</description>
      <pubDate>Mon, 03 Mar 2003 21:45:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917486#M108792</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-03-03T21:45:33Z</dc:date>
    </item>
    <item>
      <title>Re: Need command to determine graphics adapter</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917487#M108793</link>
      <description>Hi (again) Bryan,&lt;BR /&gt;&lt;BR /&gt;Do you have graphinfo in &lt;BR /&gt;/opt/graphics/common/bin  ?&lt;BR /&gt;&lt;BR /&gt;If you don't you should install the&lt;BR /&gt;Graphics3DCom.COM-RUN  B11.00.06  Common Graphics Run Time Support Files&lt;BR /&gt;fileset as it has this command &amp;amp; links it into /usr/bin.&lt;BR /&gt;There is also a patch&lt;BR /&gt;PHSS_23556&lt;BR /&gt;that will give you this command as well. &lt;BR /&gt;Sounds like whoever loaded these workstations forgot to load the graphic utilities like this.&lt;BR /&gt;It sure would make your job easier.&lt;BR /&gt;&lt;BR /&gt;My 2 cents,&lt;BR /&gt;Jeff</description>
      <pubDate>Mon, 03 Mar 2003 21:54:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-command-to-determine-graphics-adapter/m-p/2917487#M108793</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-03-03T21:54:02Z</dc:date>
    </item>
  </channel>
</rss>

