[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference wrksys::alphastation

Title:Alpha Workstation Conference
Notice:See note 1.* for conference notices
Moderator:WRKSYS::HOUSE
Created:Wed Sep 07 1994
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:1996
Total number of notes:9122

1828.0. "Alphaserver 300 with Atimach64 only 640x480??" by UTRTSC::DRUMMEN (By motorcycle we do it fast) Fri Jan 31 1997 12:57

    Alphaserver 300 with a Atimach64 (ISA) "PB30C-FB with PB2GA-FB"
    stays in generic VGA mode 640x480 under Digital Unix V4.0B.
    The system is at SRM firmware revision 6.2-165 which should be
    sufficient. I also saw that for eisa-based systems you need the
    !ISA6400.CFG instead of the !PHI8041.CFG when you have V4.x Unix.
    But on an Alphaserver 300 you can't use ECU.
    How can we put the graphics controller in a higher resulution??
    
    regards Ton Drummen
T.RTitleUserPersonal
Name
DateLines
1828.1STAR::KLEINSORGEFrederick KleinsorgeTue Feb 04 1997 16:458
    
    You need to issue a ISACFG command at the console prompt.  Unix used to
    use the string "isa--vga" as the handle (and VMS still does), although
    they may have changed the handle to explicitly identify the Mach64.
    
    I would assume that the details are someplace in the release notes.
    
    
1828.2Releasenotes yes, but no info in it.UTRTSC::DRUMMENBy motorcycle we do it fastWed Feb 05 1997 16:228
    I grabbed the release notes of the AS300 out of TIMA-tools because 
    they mention that you need them for installing WNT or an ATIMACH 64.
    However when you print them, you find some stuff regarding WNT but
    not a word about the ATIMACH64????
    
    So there seems to be an issue, but they don't explain it.
    
    regards Ton
1828.3WRKSYS::SCHUMANNWed Feb 05 1997 21:184
re .*

This is the AlphaSTATION notes file. We don't do servers. See note 3.

1828.4STAR::KLEINSORGEFrederick KleinsorgeThu Feb 06 1997 11:156
    
    Oh come on.  The AlphaServer 300 is really a repackaged AlphaStation.
    We are one company, and someone over here probably can answer this as
    well or better than the AlphaServer folks.
    
    
1828.5Um, really, it's not our stuffWRKSYS::SCHUMANNThu Feb 06 1997 13:0310
Fred,

If I had the answer, I'd supply it. We didn't write those release notes,
we can't fix that. The firmware on those boxes is done by the server group,
etc.

I honestly didn't know that an AlphaServer 300 is a repackaged AlphaStation.
Which one is it?

--RS
1828.6DECWET::LEESCThu Feb 06 1997 19:394
AlphaStation 250.


Scott
1828.7STAR::KLEINSORGEFrederick KleinsorgeFri Feb 07 1997 10:2112
    
    So, if I ask the same question for a AS250, what is the answer? 
    Because it should be the same.  The Unix code doesn't do something
    different for each box.  I just could not tell you offhand if:
    
    	isacfg -mk -slot 4 -handle isa--vga
    
    would work on Unix *today* for the mach64 (it will on OpenVMS) or
    if they changed to a Mach64-specific handle (as they did with the
    EISA config files).
    
    
1828.8ATI Mach64 ISA/EISA config diff for DU V3.* vs V4.*RUSURE::FRANZINIMon Feb 10 1997 10:1248
ISA/EISA configuration change for ATI Mach64 graphics in Digital UNIX V4.0

The ATI Mach64 graphics option is an ISA card, so you have to run either
the ISA Configuration Utility, isacfg, (on systems with an ISA bus) or the
EISA Configuration Utility, ecu, (on systems with an EISA bus) at the
console prompt to configure the card before Digital UNIX will recognize it.

The ISA device handle or ECU configuration file you must use is different
between Digital UNIX V3.* and V4.*.

This change was necessitated because the VGA driver was separated into
individual drivers in Digital UNIX V4.0 to save signifigant memory
resources and to allow 3rd-party SVGA drivers to be written.

isacfg:

  >>> isacfg -mod -slot <slot#> -handle <handle> -etyp 1 -enadev 1

      where <handle> is:

        ISA--VGA      for Digital UNIX V3.*
        MACH64        for Digital UNIX V4.*

  >>> init

ecu:

  >>> ecu

      Use the "Add or Remove Boards" ECU option to remove any existing
      configuration information for the slot containing the ATI Mach64
      card, and to select the appropriate configuration file:

        !PHI8041.CFG -- Standard VGA Controller          for Digital UNIX V3.*
        !ISA6400.CFG -- ISA ATI MACH64 VGA Controller    for Digital UNIX V4.*

      Use the "Save and Exit" ECU option to save the new configuration
      information.

      Press the Reset button to return to the SRM console.

Once the ATI Mach64 card is configured correctly, boot genvmunix and use
the doconfig command to recreate your kernel configuration file with the
correct entry for the ATI Mach64 driver and to rebuild the kernel:

        controller vga0 at *            for Digital UNIX V3.*
        controller ati0 at *            for Digital UNIX V4.*