Author Topic: AGP 9200 256MB is working in a sawtooth. But how?!  (Read 2180 times)

Offline wrigmatt

  • Newcomer
  • *
  • Posts: 4
  • New Member
AGP 9200 256MB is working in a sawtooth. But how?!
« on: January 10, 2024, 05:46:11 PM »
I bought a bulk lot recently and included in it was a surprising find, a sawtooth running this card. It was in a custom case, with a processor upgrade, so I tried it in a couple other older 2x AGP G4s and it worked in them too. I'm fairly sure it's a PC card, but I can't find any info on how it's working/how it was flashed/etc. I'm doubly amazed because I noticed after I switched it around a couple times that the metal on the pins has a couple places that are flaking a little. I'm afraid to remove it from the machine it's in now again if it's falling apart, because it works flawlessly. it's PN8915-981, for reference. I picked up another one for cheap and want to do the same thing to it (if I can find info on what the heck that is).

Any insight appreciated!

Offline V.Yakob

  • Enthusiast Member
  • ***
  • Posts: 77
  • Mac User
Re: AGP 9200 256MB is working in a sawtooth. But how?!
« Reply #1 on: January 10, 2024, 11:18:34 PM »
Use Graphiccelerator to download the firmware from the ROM of this board.
It will be interesting to compare whether it's firmware from here or some other.
If you can save the firmware, add it here in the archive or somewhere else. And could you post large photos of this board, I'm interested to look at the design of the resistors.

PPC — PM 8100/80, PM 9600/300, PM G3 Minitower (Rev. C), PM G3 B&W (Rev. B), PM G4 Quicksilver (2002), PM G4 MDD (2003), PM G5 (Late 2005).
Intel — Mac mini (mid 2010), iMac 5k (2017), Mac mini (2018).
AppleSilicon — Mac mini (2020), Mac Studio M2 Max + Apple Studio Display.

Offline wrigmatt

  • Newcomer
  • *
  • Posts: 4
  • New Member
Re: AGP 9200 256MB is working in a sawtooth. But how?!
« Reply #2 on: January 16, 2024, 05:49:44 PM »
Thanks! Will do. I got the PC version of the card today and it looks identical to the one that's working in the sawtooth. I tried it just to try it and it didn't work, so the one in there must've been flashed. FWIW it reports ROM version 113-A27502-121 in System Profiler. I'll take photos tomorrow and post them of both cards.

Offline wrigmatt

  • Newcomer
  • *
  • Posts: 4
  • New Member
Re: AGP 9200 256MB is working in a sawtooth. But how?!
« Reply #3 on: January 17, 2024, 05:30:27 AM »
I don't want to pull the working card out of the sawtooth, but I took reasonably good pictures with it in there. Also have photos of the unflashed card. To my untrained eye they look the same.


Offline wrigmatt

  • Newcomer
  • *
  • Posts: 4
  • New Member
Re: AGP 9200 256MB is working in a sawtooth. But how?!
« Reply #4 on: January 21, 2024, 03:50:54 PM »
Can't seem to get the multidumper to work, even in safe mode. it just launches and closes itself. I'll keep at it and report back if I find anything. The documentation is a bit thin.
« Last Edit: January 21, 2024, 04:02:13 PM by wrigmatt »

Offline saturnu

  • Newcomer
  • *
  • Posts: 6
  • New Member
Re: AGP 9200 256MB is working in a sawtooth. But how?!
« Reply #5 on: January 22, 2024, 12:10:31 PM »
This looks like my connect3d but with 256mb ram.

http://macos9lives.com/smforum/index.php?topic=6499.48620
« Last Edit: March 09, 2024, 01:38:11 PM by Knezzen »

Offline alphaTECH

  • Valued Member
  • **
  • Posts: 34
  • New Member
Re: AGP 9200 256MB is working in a sawtooth. But how?!
« Reply #6 on: March 09, 2024, 12:51:02 PM »
Is it working with 3D acceleration?

Offline V.Yakob

  • Enthusiast Member
  • ***
  • Posts: 77
  • Mac User
Re: AGP 9200 256MB is working in a sawtooth. But how?!
« Reply #7 on: March 12, 2024, 02:00:02 PM »
On one of my Macs, I used AGP Radeon 9250 128 MB with taped 3 and 11 pins and a driver installed -- in OS9 this card worked perfectly.
PPC — PM 8100/80, PM 9600/300, PM G3 Minitower (Rev. C), PM G3 B&W (Rev. B), PM G4 Quicksilver (2002), PM G4 MDD (2003), PM G5 (Late 2005).
Intel — Mac mini (mid 2010), iMac 5k (2017), Mac mini (2018).
AppleSilicon — Mac mini (2020), Mac Studio M2 Max + Apple Studio Display.

Offline joevt

  • Enthusiast Member
  • ***
  • Posts: 67
  • New Member
Re: AGP 9200 256MB is working in a sawtooth. But how?!
« Reply #8 on: March 12, 2024, 03:18:28 PM »
Can't seem to get the multidumper to work, even in safe mode. it just launches and closes itself. I'll keep at it and report back if I find anything. The documentation is a bit thin.
You can try my flashrom fork.
https://forums.macrumors.com/threads/question-how-powerful-of-a-graphics-card-will-work-in-a-beige-power-macintosh-g3.2303689/post-32937887

Use the anypci programmer to dump the rom.
https://github.com/joevt/flashrom/blob/master/doc/classic_cli_manpage.rst

Load the DirectHW.kext first.

Then do the following command to list pci devices. An ATI device will have vendor ID 0x1002.
sudo flashrom -p anypci

Then do the following command to dump the rom of a pci device:
sudo flashrom -p anypci:pci=segm:bb:dd.f

Some PCI cards hide their ROM after boot. Check the ROM file. The first two bytes should be 0x55, 0xaa. The rom should include text "PCIR" near the beginning.

Offline DieHard

  • Global Moderator
  • Platinum Member
  • *****
  • Posts: 2376
Re: AGP 9200 256MB is working in a sawtooth. But how?!
« Reply #9 on: March 12, 2024, 04:03:38 PM »
Is it working with 3D acceleration?

With DarthnVader 9200 modified drivers, you can get acceleration, use the same drivers that we used for the mini

Offline DieHard

  • Global Moderator
  • Platinum Member
  • *****
  • Posts: 2376
Re: AGP 9200 256MB is working in a sawtooth. But how?!
« Reply #10 on: March 12, 2024, 04:05:34 PM »
Quote
I'm doubly amazed because I noticed after I switched it around a couple times that the metal on the pins has a couple places that are flaking a little.

I am just guessing this was intentional and someone razor cut 3 and 11 :)

No reason for amazement... that is making it work

Offline chrisNova777

  • Veteran Member
  • ****
  • Posts: 166
  • New Member
Re: AGP 9200 256MB is working in a sawtooth. But how?!
« Reply #11 on: Today at 11:03:33 AM »
you dont have to cut/modify any pins for compatibility with a sawtooth
they dont have ADC support to begin with

Offline DieHard

  • Global Moderator
  • Platinum Member
  • *****
  • Posts: 2376
Re: AGP 9200 256MB is working in a sawtooth. But how?!
« Reply #12 on: Today at 12:08:54 PM »
you dont have to cut/modify any pins for compatibility with a sawtooth
they dont have ADC support to begin with

Yes, you are right, card was probably in a DA or above and then moved to the Sawtooth; so yes no taping needed, I stand corrected, of course no voltage/no ADC