<?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 Where I can find a driver for A3519A Graphics Card in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004789#M773328</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is my first time to post in this forum. I hope somebody can help me configure my A3519A HP Visualize EG Graphic card on my K380 machine running on 11.00 OS.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jun</description>
    <pubDate>Thu, 21 Sep 2006 19:10:40 GMT</pubDate>
    <dc:creator>Jun Gameng</dc:creator>
    <dc:date>2006-09-21T19:10:40Z</dc:date>
    <item>
      <title>Where I can find a driver for A3519A Graphics Card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004789#M773328</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is my first time to post in this forum. I hope somebody can help me configure my A3519A HP Visualize EG Graphic card on my K380 machine running on 11.00 OS.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jun</description>
      <pubDate>Thu, 21 Sep 2006 19:10:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004789#M773328</guid>
      <dc:creator>Jun Gameng</dc:creator>
      <dc:date>2006-09-21T19:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Where I can find a driver for A3519A Graphics Card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004790#M773329</link>
      <description>Hi Jun,&lt;BR /&gt;&lt;BR /&gt;This document may be of use:&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B2355-90142/ch03s03.html" target="_blank"&gt;http://docs.hp.com/en/B2355-90142/ch03s03.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Thu, 21 Sep 2006 21:01:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004790#M773329</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2006-09-21T21:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Where I can find a driver for A3519A Graphics Card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004791#M773330</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks PCS, &lt;BR /&gt;But how will I use this libraries to configure my Graphics Card and where can I get them?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jun</description>
      <pubDate>Thu, 21 Sep 2006 21:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004791#M773330</guid>
      <dc:creator>Jun Gameng</dc:creator>
      <dc:date>2006-09-21T21:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Where I can find a driver for A3519A Graphics Card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004792#M773331</link>
      <description>Jun,&lt;BR /&gt;&lt;BR /&gt;You've got one of the older servers that&lt;BR /&gt;support a grahpics "console" and an HP-HSC bus Vis-EG.&lt;BR /&gt;&lt;BR /&gt;The driver used on HP-UX is named "graph3"&lt;BR /&gt;Check the output of 'ioscan -funC graphics'&lt;BR /&gt;The following is from a workstation so the&lt;BR /&gt;path and Description would differ.  The important thing is that the graphics card shows up as claimed with driver graph3.&lt;BR /&gt;&lt;BR /&gt;Class      I  H/W Path  Driver    S/W State   H/W Type     Description&lt;BR /&gt;=======================================================================&lt;BR /&gt;graphics   0  10/2/1/0  graph3    CLAIMED     INTERFACE    PCI Display (103c108b)&lt;BR /&gt;&lt;BR /&gt;Also check to see that the ioscan -fn output shows a keyboard and mouse. Something similar to&lt;BR /&gt;ps2        0  8/16/7         ps2         CLAIMED     INTERFACE    Built-in Keyboard/Mouse&lt;BR /&gt;                            /dev/ps2_0     /dev/ps2kbd  &lt;BR /&gt;                            /dev/ps2_1     /dev/ps2mouse&lt;BR /&gt;&lt;BR /&gt;If the devices show up that are required&lt;BR /&gt;for graphics then the most common thing to check is /etc/dt/config/Xservers.&lt;BR /&gt;This file is all comments except the last line which should not be commented.&lt;BR /&gt;&lt;BR /&gt;*       Local local@console /usr/bin/X11/X :0&lt;BR /&gt;&lt;BR /&gt;Note: should not have a comment "#" before the asterisk "*" It becomes commented out &lt;BR /&gt;when CDE is started and there isn't a graphics card installed or there is a problem&lt;BR /&gt;with the graphics card.&lt;BR /&gt;&lt;BR /&gt;If it is commented out then remove the file &lt;BR /&gt;'rm /etc/dt/config/Xservers'&lt;BR /&gt;It will be recreated by restarting CDE.&lt;BR /&gt;&lt;BR /&gt;If no one is logged into the server remotely using CDE (can be checked by 'ps -ef | grep dtsession) then restart CDE.&lt;BR /&gt;&lt;BR /&gt;'/sbin/init.d/dtlogin.rc stop'&lt;BR /&gt;'/sbin/init.d/dtlogin.rc start'&lt;BR /&gt;&lt;BR /&gt;If CDE does not come up on the monitor plugged to your card then check the file&lt;BR /&gt;/var/dt/Xerrors for clues.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Sep 2006 15:08:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004792#M773331</guid>
      <dc:creator>DougStrasburg</dc:creator>
      <dc:date>2006-09-25T15:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Where I can find a driver for A3519A Graphics Card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004793#M773332</link>
      <description>DougStrasburg,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for your help.  My system is now working.&lt;BR /&gt;&lt;BR /&gt;Again, thanks a heap.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jun Gameng</description>
      <pubDate>Tue, 26 Sep 2006 01:06:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004793#M773332</guid>
      <dc:creator>Jun Gameng</dc:creator>
      <dc:date>2006-09-26T01:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Where I can find a driver for A3519A Graphics Card</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004794#M773333</link>
      <description>Thanks to DougStrasburg who helped me solve my graphics problem.</description>
      <pubDate>Tue, 26 Sep 2006 01:09:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/where-i-can-find-a-driver-for-a3519a-graphics-card/m-p/5004794#M773333</guid>
      <dc:creator>Jun Gameng</dc:creator>
      <dc:date>2006-09-26T01:09:30Z</dc:date>
    </item>
  </channel>
</rss>

