Author Topic: ATi 9200 AGP has no acceleration  (Read 5804 times)

Offline smokelessjoe

  • Active Member
  • *
  • Posts: 9
  • New Member
ATi 9200 AGP has no acceleration
« on: October 23, 2018, 07:29:29 AM »
I recently bought a flashed ATi 9200 AGP 128MB off eBay.  It works, but...

1. The ATi Graphics Accelerator extension has red X through it on startup.
2. The system boots and the mouse moves, but everything else seems to be frozen.  If I do a force quit (Cmd-Opt-Esc), I can quit “ATI Video Accelerator” and then the system is seems to be okay.  If I disable the ATI Video Accelerator extension, the system boots without the force quit.
3. It seems like any sort of acceleration is disabled.  I notice this in Master of Orion; whenever the GNN screen appears, the GNN logo moves really slowly.  If I replace the ATi 9200 with a GeForce4 MX 32MB, the GNN logo moves really fast.

I got the ATi drivers from:

http://macos9lives.com/smforum/index.php/topic,1101.0.html

I installed the drivers before installing the card and I tried zapping the PRAM.

Any other ideas?

System: Power Mac MDD 1.25 DP with OS 9.2.2 from http://macos9lives.com/smforum/index.php/topic,2109.0.html

Offline darthnVader

  • Moderator
  • Platinum Member
  • *****
  • Posts: 679
  • New Member
Re: ATi 9200 AGP has no acceleration
« Reply #1 on: October 23, 2018, 03:16:30 PM »
Did you flash the card yourself, or did you buy it flashed?

Do you know the Device ID?

Offline smokelessjoe

  • Active Member
  • *
  • Posts: 9
  • New Member
Re: ATi 9200 AGP has no acceleration
« Reply #2 on: October 24, 2018, 08:06:48 AM »
Thanks for the reply!

I bought the card already flashed.  They’re still for sale at:

https://rover.ebay.com/rover/0/0/0?mpre=https%3A%2F%2Fwww.ebay.com%2Fulk%2Fitm%2F253674643320

I don’t know the Device ID.  How do I find out?  The back looks like the first two pictures at:

http://themacelite.wikidot.com/9250-trick

I was thinking of maybe reflashing it myself.  Can reflashing be done on a Mac since it’s already sort of working, or do I need an AGP equipped DOS system?

Offline darthnVader

  • Moderator
  • Platinum Member
  • *****
  • Posts: 679
  • New Member
Re: ATi 9200 AGP has no acceleration
« Reply #3 on: October 24, 2018, 09:31:57 AM »
Likely no need to reflash it, as long as it's displaying video properly.

I'd say the trouble is the Device ID is not in the ATI drivers, it has a Device ID other than the PCI retail mac version.

It's fixable, I made drivers for OS 9 for all the other AGP G4 Macs( iBook G4, Mac Mini G4, eMac G4), with the Radeon 9200.

I don't really want to do tech support for eBay sellers, but I do want to help our members.

To get the device id, boot into Open Firmware( Command+OPT+O+F ) and type this:

Code: [Select]
dev agp/@0 .properties
Or if you have OS X installed just look in the ASP.

Armed with the Device ID, you can make the needed edits to the ATI OS 9 drivers.

Quote
Now we need Resedit with Forker,

The 2D Acceleration and 3D acceleration  where a matter of replacing the 5960 device ID's with the Device ID we want to use. I.E. 5961 or 5962 in three files, the ATI Graphics Accelerator( Two resources we need to change Accl one ID 4 GraphicsAccelerationR6, find 5961 in Hex, should be just after 2C00 in hex, change it to 5962, find the next 5961, again just after 2C00 in hex, change it to 5962. Next open the intr resource and open ID 0 GAInterfacePro, again search for 5961, just after 2C00 and replace it with 5962.

Close the driver and save it.

Open the ATI 8500 3D Accelerator, open the Data Fork, open ID 128 "Data Fork". Search for 5960 just after 2C00, replace it with, you guested it, 5962. Find the next 5960 after 2C00, replace it too. You should find two total after 2C00.

Close the file and save it.

Open the ATI Resource Manager. Open the Data Fork, ID 128, and replace only 5961 after 2C00 with 5962.(Six of them I think)

I think that was it, maybe I should only change the 5960 in the data fork of the Res.Man. that come after 2C00, I'll have to check that and see if things work better.


If you run into trouble, just ask questions, and we'll see if we can get you sorted. 8)

Offline smokelessjoe

  • Active Member
  • *
  • Posts: 9
  • New Member
Re: ATi 9200 AGP has no acceleration
« Reply #4 on: October 24, 2018, 08:30:59 PM »
Short story:  It works!  Hooray!  Thanks so much for all your help!

Long story:

There was a lot I didn't understand from your reply, but it motivated me to do some further searching and reading.  I eventually found:

http://macintoshgarden.org/apps/ati-radeon-9250-mac-os-9-drivers

and those drivers work.  So at least now my OS 9 system is fully functional.

But I'd like to understand this better. I tried to get the device ID from Open Firmware, but I got "can't find device agp/@0".  Did I enter it wrong?  I've attached a picture of what I did.

I remember hearing about Resedit way back in the day, and how dangerous and scary it could be.  I'll try cracking open these driver files and see what I can. 

Cool!  A whole new world of Mac OS 9 has been opened for me.  Thanks again!




Offline darthnVader

  • Moderator
  • Platinum Member
  • *****
  • Posts: 679
  • New Member
Re: ATi 9200 AGP has no acceleration
« Reply #5 on: October 25, 2018, 05:42:29 AM »
Sorry, should have been:

Code: [Select]
dev agp/@10 .properties

macStuff

  • Guest
Re: ATi 9200 AGP has no acceleration
« Reply #6 on: October 25, 2018, 01:35:53 PM »
nice one  8)