Re: [foxboro] Dual monitor in V6.4

HI list:
        We have sucesfully installed the second monitor. We used the
procedure sugested by Damon with small changes:
The reason is that the V6.4 installation script do more things than the
previous one, so we used the script from the CD.

The procedure (Last version +1 ;) ):

1- mount the V6.4 Day 0 cdrom
mount -o ro /dev/sd6a /cdrom

2- Copy driver files
mkdir /opt/gxp32
cp /cdrom/targ_plfm/PGX32.Z /opt/pgx32

3- Decompress the file
cd /opt/pgx32
uncompress PGX32.Z
cd /
tar xvf /opt/pgx31/PGX32

4- Modify the original instalation script to run on hard disk

cd /tmp
vi instpgx
Replace  /mnt_root to / as follows:

:

chmod 644 /kernel/drv/raptor
chmod 644 /kernel/drv/gfxp

cp /usr/openwin/server/etc/OWconfig /etc/openwin/server/etc
cat /etc/openwin/server/etc/OWconfig.gfx >> /etc/openwin/server/etc/OWconfig

chmod 755 /usr/openwin/server/modules/ddxTSIgfx.so.1

chmod 755 /etc/dt/config/Xservers.gfx
chmod 444 /etc/openwin/server/etc/OWconfig.gfx
chmod 755 /opt/share/man/man1/GFXconfig.1m
chmod 755 /usr/openwin/bin/gfxres
chmod 644 /usr/openwin/lib/X11/xdm/Xservers
chmod 755 /usr/openwin/server/etc/RES.DAT
chmod 755 /usr/openwin/server/etc/TSIScreenConfig
chmod 755 /usr/openwin/server/etc/TSIScreenConfig.example
chmod 644 /usr/openwin/server/etc/gfxres.help
chmod 755 /usr/sbin/GFXconfig
chmod 644 /etc/driver_aliases
chmod 644 /etc/minor_perm
chmod 644 /etc/name_to_major
add_drv -b / -m'* 0666 root sys' -i'"TECH-SOURCE,gfxp" "TSI,gfxp"'
/kernel/drv/gfxp
add_drv -b / -m'* 0666 root sys' -i'"TECH-SOURCE,raptor" "TSI,raptor"'
/kernel/drv/raptor

5- Run the script
instpgx

7- Reboot station 
reboot -r

Thanks to Damon for your help, and to all of you.

Claudio A. Perez
Sr Control Systems Engineer
PROFERTIL S.A.



> ----------
> From:         Theresa Franks[SMTP:theresa_franks@xxxxxxxxxxxx]
> Sent:         Viernes 25 de Octubre de 2002 11:30
> To:   foxboro@xxxxxxxxxxxxx
> Cc:   foxboro@xxxxxxxxxxxxx; foxboro-bounce@xxxxxxxxxxxxx
> Subject:      Re: [foxboro] Dual monitor in V6.4
> 
> 
> To all,
> 
> It seems that the software upgrade is clearing out the old driver for the
> second video card.  I will give you a procedure that I came up with to
> reinstall it.  This is not documented but it works great.  I had to figure
> it out the hard way.
> 
> First, you need to have the model 51D/E preinstall diskette for ver. 6.x.
> This disk contains the driver.  Once the disk is located, Here is the
> procedure:
> 
> 1.  tar tvf /dev/fd0           *****  you should see that there are three
> files.  pre_install.Z, ia_install, and PGX32.Z
>                                                       If this is what you
> see, move on to step two.  Otherwise, you need to locate the right disk.
> 2.  cd /
> 3.  tar xvf /dev/fd0
> 4.  cd /tmp
> 5.  mkdir /opt/pgx32
> 6.  mv PGX32.Z /opt/pgx32
> 7. cd /opt/pgx32
> 
> 8.  **********  you need to create a file called 'ans'.  This is a file
> that contains three lines that contain 'y'.
> 
>                   ex:    y
>                             y
>                             y
>       the procedure is as follows:
>             vi ans
>       i y    <enter>
>                 y       <enter>
>                   y     <enter>
>                  :  wq
> 
> 
>           after this file is created, move to next step.
> 
> 9.   zcat PGX32.Z |tar xvf -
> 10.  pkgadd  -d . TSIgfxdrv TSIgfxOW <ans
> 
> The last step (step 10) installs all drivers needed for the second video
> card and the line needs to be typed exactly like I have above.
> After this, the files in /tmp can be removed.
> 11. rm /tmp/ia_install
>        rm /tmp/pre_install
>        rm /tmp/PGX32.Z
> 
> 
> This should correct the problem.
>  If you need any further assistance, let me know
> Damon
>                                            
>  (Embedded     Theresa Franks              
>  image moved   I&E DCS/PLC Supervisor,     
>  to file:      Huntsman JCO                
>  pic02995.gif) Phone: (409) 724-4635       
>                Pager: (409) 749-2859       
>                Fax: (409) 723-3809         
>                E-mail:                     
>                theresa_franks@xxxxxxxxxxxx 
>                                            
> 
> 
> 
> 
> 
> 
> 
> 
>  
> 
>                       "Perez, Claudio"
> 
>                       <CPerez@profertil        To:
> "'foxboro@xxxxxxxxxxxxx'" <foxboro@xxxxxxxxxxxxx>
> 
>                       .com.ar>                 cc:
> 
>                       Sent by:                 Subject:  Re: [foxboro]
> Dual monitor in V6.4                                         
>                       foxboro-bounce@fr
> 
>                       eelists.org
> 
>  
> 
>  
> 
>                       10/25/02 08:53 AM
> 
>                       Please respond to
> 
>                       foxboro
> 
>  
> 
>  
> 
> 
> 
> 
> 
> 
> > Dear Damon,
> >=20
> > The driver for the PGX32 PCI Video Card was succesfully installed
> > following the B0400PT instructions (using the CD labeled "Raptor GFX =
> Open
> > Windows for Solaris 73-0051-01 Rev.B Version 2.1 provided with the =
> card
> > two years ago).
> >=20
> > After booting through boot -r routine the screen shows CRT=3D1 and =
> the
> > /dev/fb1 is missing.
> >=20
> > We have other five WP51Ds with dual CRTs installed according to the
> > standard V6.4 procedure without problems but they are using their =
> original
> > Sun Video Card.
> >=20
> > =BFHow we can build the /dev/fb1 device manually? We are assuming =
> that the
> > card hardware is OK because it was working properly just until the
> > upgrade. =BFIs it possible that the problem is generated by a bug =
> embedded
> > in the V6.4 basic software?
> >=20
> > Thank you in advance for your support .
> >=20
> > Claudio A. Perez
> > Sr Control Systems Engineer
> > PROFERTIL S.A.
> >=20
> >=20
> > ----------
> > From:            Theresa Franks[SMTP:theresa_franks@xxxxxxxxxxxx]
> > Sent:            Viernes 25 de Octubre de 2002 09:54
> > To:              foxboro@xxxxxxxxxxxxx
> > Subject:         Re: [foxboro] Dual monitor in V6.4
> >=20
> > Hi,
> > This is Damon Whitman with the Foxboro Company.  The problem could be =
> that
> > the driver is not installed.  If you used a version of the =
> pre-install
> > disk
> > that does not have the raptor PGX32 driver on it, it will not detect =
> it or
> > load the driver.  My suggestion is to first look at the /dev =
> directory.
> > There should be a file called fb1.  fb1 is the device name of the =
> second
> > video card.  If this file is there, do an ls -l no the /dev directory =
> and
> > make sure that the file is dynamically linked to pgx32.  If the file =
> fb1
> > is
> > not there, then that is the entire problem.  The driver is installed
> > during
> > the loading of IA.  There are ways to install it without reloading IA =
> but
> > I
> > would have to talk you through that.  If your card is not bad, and =
> the
> > WP/AW did not detect the card with a boot -r, this is the problem.  =
> If you
> > have any questions, you can call the Foxboro company and ask the
> > dispatcher
> > to connect to me to talk you through it.  I am out of the Beaumont, =
> TX
> > office.
> > Good luck,
> > Damon Whitman
> >                                           =20
> >  (Embedded     Theresa Franks             =20
> >  image moved   I&E DCS/PLC Supervisor,    =20
> >  to file:      Huntsman JCO               =20
> >  pic18716.gif) Phone: (409) 724-4635      =20
> >                Pager: (409) 749-2859      =20
> >                Fax: (409) 723-3809        =20
> >                E-mail:                    =20
> >                theresa_franks@xxxxxxxxxxxx=20
> >                                           =20
> >=20
> >=20
> >=20
> >=20
> >=20
> >=20
> >=20
> > =20
> >=20
> >                       "Perez, Claudio"
> >=20
> >                       <CPerez@profertil        To:       'Cassandra
> > Project' <foxboro@xxxxxxxxxxxxx>                               =20
> >                       .com.ar>                 cc:
> >=20
> >                       Sent by:                 Subject:  [foxboro] =
> Dual
> > monitor in V6.4                                            =20
> >                       foxboro-bounce@fr
> >=20
> >                       eelists.org
> >=20
> > =20
> >=20
> > =20
> >=20
> >                       10/25/02 06:56 AM
> >=20
> >                       Please respond to
> >=20
> >                       foxboro
> >=20
> > =20
> >=20
> > =20
> >=20
> >=20
> >=20
> >=20
> >=20
> >=20
> > Hi list:
> >              We are upgrading a WP51D from 6.1.2 to 6.4 with a dual
> > monitor
> > using
> > a PGX32 (Raptor GFX OpenWindows for Solaris) video card. We followed =
> =3D
> > the
> > standard procedure included in  BO400PT but it didn=3DB4t work. =
> During =3D
> > the
> > booting process the second video card isn=3DB4t detected.
> >=20
> > Any idea?
> >=20
> > Thanks.
> >=20
> >=20
> > Claudio A. Perez
> > Sr Control Systems Engineer
> > PROFERTIL S.A.
> >=20
> >=20
> > =
> _______________________________________________________________________
> > This mailing list is neither sponsored nor endorsed by Invensys =
> Process
> > Systems (formerly The Foxboro Company). Use the info you obtain here =
> at
> > your own risks. Read =
> http://www.thecassandraproject.org/disclaimer.html
> >=20
> > foxboro mailing list:             =
> http://www.freelists.org/list/foxboro
> > to subscribe:         =
> mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Djoin
> > to unsubscribe:      =
> mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Dleave
> >=20
> >=20
> >=20
> >=20
> >=20
> >=20
> > -- No attachments (even text) are allowed --
> > -- Type: image/gif
> > -- File: pic18716.gif
> >=20
> >=20
> > =20
> > =20
> > =
> _______________________________________________________________________
> > This mailing list is neither sponsored nor endorsed by Invensys =
> Process
> > Systems (formerly The Foxboro Company). Use the info you obtain here =
> at
> > your own risks. Read =
> http://www.thecassandraproject.org/disclaimer.html
> > =20
> > foxboro mailing list:             =
> http://www.freelists.org/list/foxboro
> > to subscribe:         =
> mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Djoin
> > to unsubscribe:      =
> mailto:foxboro-request@xxxxxxxxxxxxx?subject=3Dleave
> > =20
> >=20
> 
> 
> _______________________________________________________________________
> This mailing list is neither sponsored nor endorsed by Invensys Process
> Systems (formerly The Foxboro Company). Use the info you obtain here at
> your own risks. Read http://www.thecassandraproject.org/disclaimer.html
> 
> foxboro mailing list:             http://www.freelists.org/list/foxboro
> to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
> to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
> 
> 
> 
> 
> 
> 
> -- No attachments (even text) are allowed --
> -- Type: image/gif
> -- File: pic02995.gif
> 
> 
>  
>  
> _______________________________________________________________________
> This mailing list is neither sponsored nor endorsed by Invensys Process
> Systems (formerly The Foxboro Company). Use the info you obtain here at
> your own risks. Read http://www.thecassandraproject.org/disclaimer.html
>  
> foxboro mailing list:             http://www.freelists.org/list/foxboro
> to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
> to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
>  
> 
 
 
_______________________________________________________________________
This mailing list is neither sponsored nor endorsed by Invensys Process
Systems (formerly The Foxboro Company). Use the info you obtain here at
your own risks. Read http://www.thecassandraproject.org/disclaimer.html
 
foxboro mailing list:             http://www.freelists.org/list/foxboro
to subscribe:         mailto:foxboro-request@xxxxxxxxxxxxx?subject=join
to unsubscribe:      mailto:foxboro-request@xxxxxxxxxxxxx?subject=leave
 

Other related posts: