Author Topic: Mac Mini G4 Overclock just because its fun.  (Read 9647 times)

Offline joevt

  • Enthusiast Member
  • ***
  • Posts: 86
  • New Member
Re: Mac Mini G4 Overclock just because its fun.
« Reply #60 on: May 09, 2024, 09:47:31 PM »
You can get the Mac mini boot rom using https://forums.macrumors.com/threads/question-how-powerful-of-a-graphics-card-will-work-in-a-beige-power-macintosh-g3.2303689/post-32937887
If you post it here, then I can see if there's fcode for R9200 in there.

Offline ssp3

  • Platinum Member
  • *****
  • Posts: 767
Re: Mac Mini G4 Overclock just because its fun.
« Reply #61 on: May 11, 2024, 09:08:53 AM »
You can get the Mac mini boot rom using https://forums.macrumors.com/threads/question-how-powerful-of-a-graphics-card-will-work-in-a-beige-power-macintosh-g3.2303689/post-32937887
If you post it here, then I can see if there's fcode for R9200 in there.

Hang on.. is that a 'flashrom' build for Mac? Can it be used to dump Mac Mini onboard ROMs? If so, it could be very useful to compare "original" and "silent upgrade" ROMs to figure out what they've screwed improved in graphics department with later one.
« Last Edit: May 11, 2024, 09:25:27 AM by ssp3 »
If you're not part of the solution, you're part of the problem.

Offline joevt

  • Enthusiast Member
  • ***
  • Posts: 86
  • New Member
Re: Mac Mini G4 Overclock just because its fun.
« Reply #62 on: May 11, 2024, 06:27:11 PM »
Hang on.. is that a 'flashrom' build for Mac? Can it be used to dump Mac Mini onboard ROMs? If so, it could be very useful to compare "original" and "silent upgrade" ROMs to figure out what they've screwed improved in graphics department with later one.
Yes and Yes.

https://github.com/joevt/flashrom/blob/bb1afb074b2dc64aeb3bf5667ab05e731db4aaf1/doc/classic_cli_manpage.rst#L309

Try the anymem programmer first. One of the scripts in the zip file uses that method to get the Mac rom.

There's an internal programmer but it hangs my B&W G3 - it might work on later Macs but I haven't tried it. If it works without crashing then compare the result with the anymem result. You probably need to hold the power button at boot until you hear a chime to get into programmer mode.

The anypci programmer can get the option rom from any PCI card that has an option rom. Some PCI cards hide their option rom after boot (may return bad data). If it has an Open Firmware option ROM image, then DumpPCIRom.sh will convert it to Forth and verify the checksum.

Offline ssp3

  • Platinum Member
  • *****
  • Posts: 767
Re: Mac Mini G4 Overclock just because its fun.
« Reply #63 on: Yesterday at 12:13:40 PM »
A bit more detailed instructions would be helpful. All I can see at the moment is a ton of .c files. Do I have to compile them first? And where/which is the script you're talking about?
If you're not part of the solution, you're part of the problem.

Offline joevt

  • Enthusiast Member
  • ***
  • Posts: 86
  • New Member
Re: Mac Mini G4 Overclock just because its fun.
« Reply #64 on: Yesterday at 09:28:32 PM »
A bit more detailed instructions would be helpful. All I can see at the moment is a ton of .c files. Do I have to compile them first? And where/which is the script you're talking about?
In the macrumors post that I linked in a previous reply (top of this page) is an attachment.

Try the get-new-world-rom.command script first.

The read-rom-internal.command might work but it might cause a hang. It would be interesting to know if there's a Mac that this method works with. @dosdude1 has a linux version of flashrom that uses this method which works for some Macs.