|
|
| Welcome to the Mac Forums forums. Please read the FAQ if you have questions. Register to participate. |
|
|||||||
| TouchArcade.com - iPhone Game Reviews and News |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
macrumors member
Join Date: Jul 2007
Location: UK
|
iMac ATI Radeon HD Graphics Firmware Update 1.0.1
iMac ATI Radeon HD Graphics Firmware Update 1.0.1 Has just arrived
http://www.apple.com/support/downloa...update101.html Last edited by mac2mac : Apr 28, 2008 at 06:30 PM. |
|
|
|
|
|
#2 |
|
Banned
Join Date: Feb 2007
Location: CANADA? eh?
|
this fixed my graphics erros
woooo |
|
|
|
| Eric Lewis |
| View Public Profile |
| Find More Posts by Eric Lewis |
|
|
#3 |
|
macrumors regular
Join Date: May 2005
Location: Sydney, Australia
|
this update is a no go and won't install
I have the following graphics card in my iMac Intel 2.4GHz 20" which this update is for but guess what it won't install no matter what I try.
These are the specs for my graphics card and not the firmware version ATI Radeon HD 2600 Pro: Chipset Model: ATI,RadeonHD2600 Type: Display Bus: PCIe PCIe Lane Width: x16 VRAM (Total): 256 MB Vendor: ATI (0x1002) Device ID: 0x9583 Revision ID: 0x0000 ROM Revision: 113-B2250F-212 EFI Driver Version: 01.00.212 The firmware update should be able to update to this firmware version ROM Revision: 113-B2250L-259 Now one of the main issues is the extremely limited info on which iMac Intel models this for and why the hell when the people I have seen posts for elsewhere cannot update to this firmware. Apple needs to be more open on which models these updates are for so people know if they need to install or not. Last edited by robert05au : Apr 28, 2008 at 07:18 PM. |
|
|
|
| robert05au |
| View Public Profile |
| Find More Posts by robert05au |
|
|
#4 |
|
macrumors member
Join Date: Sep 2006
|
It won't install on my 2.8Ghz 24 inch either.
__________________
iMac 24inch/2.8GHz C2E/2GB/500GB Aluminum Powerbook G4 12inch/1Ghz/1.25GB/40GB iPhone 3G S 32GB Black
|
|
|
|
|
|
#5 |
|
macrumors newbie
Join Date: Nov 2006
Location: Brasil
|
same here. it won't update my 2.4GHz 20" Aluminum iMac
ROM Revision: 113-B2250A-207 EFI Driver Version: 01.00.207
__________________
iMac 20" 2.4 500GB Maxtor HD iPhone 8GB JB Zombies ate my neighborhood! |
|
|
|
|
|
#6 |
|
macrumors newbie
Join Date: Mar 2008
|
|
|
|
|
|
|
#7 |
|
macrumors 601
Join Date: Mar 2006
|
It wont work in Tiger only Leopard it seems
|
|
|
|
|
|
#8 |
|
macrumors regular
Join Date: May 2005
Location: Sydney, Australia
|
At least for me and more than likely others I am on 10.5.2 and have the graphics card required.
This is just another one of apples screw up updates.
|
|
|
|
| robert05au |
| View Public Profile |
| Find More Posts by robert05au |
|
|
#9 |
|
Banned
|
|
|
|
|
|
|
#10 |
|
macrumors regular
Join Date: May 2005
Location: Sydney, Australia
|
I have been told by apple that my iMac does require the update after a lenthy call to them.
I am awaiting what I need to do to make it work. I have graphics issues since the leopard graphics update similar to other people The main issue is there is no proper info from Apple on what imac models this is for which is a must and should be there. |
|
|
|
| robert05au |
| View Public Profile |
| Find More Posts by robert05au |
|
|
#11 |
|
macrumors 6502
|
I looked at software update, not on their, decided to download the .dmg. Said I did not need it. Ok, I am glad with that...no need to call tech
|
|
|
|
|
|
#12 |
|
macrumors 68000
|
Didn't show up in Software Update.
Did manual download and tried to install... "ALERT Your computer does not need this update." |
|
|
|
|
|
#13 |
|
macrumors member
Join Date: Apr 2005
|
People, look at your graphics card first!
|
|
|
|
|
|
#14 |
|
macrumors 68020
|
If it doesn't show up on Software Update, why bother trying to install it?
__________________
iMac 27" 2.66GHz i5, 4GB 10.6.2 | MacBook Air RevA 1.6GHz, 2GB 10.6.2 | iPhone 3G 16GB 3.1.2 | Apple TV 40GB 3.0.1 | Time Capsule 500GB
sketchwerk\design | twitter | facebook |
|
|
|
| IgnatiusTheKing |
| View Public Profile |
| Find More Posts by IgnatiusTheKing |
|
|
#15 |
|
macrumors regular
Join Date: Aug 2007
Location: Cleveland, OH
|
Use Pacifist to open up the package, and check out the contents of the script titled 'Distribution' - only iMacs with ATI ROM revisions that start with "113-B2250L-" or "113-B2250H-" need the update. Check system profiler to find your ATI ROM revision.
Version 1.0 of the update was only needed for cards with video ram from a certain manufacturer: http://forums.macrumors.com/showpost...5&postcount=68 http://forums.macrumors.com/showpost...0&postcount=72 My 24" iMac manufactured the 44th week of 2007 needed the 1.0 update but not this 1.0.1 update. Code:
function needsUpdate()
{
var reg = system.ioregistry.matchingClass("ATIRadeonX2000")
if( reg )
{
for( var i = 0; i < reg.length; i++ )
{
var parents = system.ioregistry.parentsOf(reg[i]);
for( var j = 0; j < parents.length; j++ )
{
var rom = parents[j]['ATY,Rom#'];
if((rom.substring(0,11) == "113-B2250L-" || rom.substring(0,11) == "113-B2250H-") && parseInt(rom.substring(11, 14)) < 259) {
return true;
}
}
}
}
return false;
}
__________________
24" iMac (Mid 2007) 2.4Ghz/4GB/320GB 24" iMac (Early 2008) 2.8Ghz/4GB/320GB iPod Touch 16GB (1G) iPod Nano (2G) iPod Shuffle (2G)
|
|
|
|
|
|
#16 |
|
macrumors 601
Join Date: Sep 2006
|
Neither of my iMacs required this.
|
|
|
|
| flopticalcube |
| View Public Profile |
| Find More Posts by flopticalcube |
|
|
#17 |
|
macrumors 6502a
Join Date: Jul 2004
|
Mine didn't need it either, despite meeting the requirements. Im not really surprised.. Many of us know there are a few different batches of these gfx cards, and some have occasionally needed similar updates, while others did not. So this is just the same.
Once in a while, my iMac still freezes. But it doesn't do it too often, and when it does its only during games. Not great, but liveable with... |
|
|
|
|
|
#18 |
|
macrumors god
Join Date: Sep 2002
Location: at the table with countless relatives
|
I just installed two previous iMac firmware updates on three dozen Macs at school. If this one applies to them too, then I'll do yet another round.
__________________
"You've just been abducted, of course you need crepes!" -- Walter Bishop |
|
|
|
|
|
#19 |
|
macrumors 68000
Join Date: Dec 2006
|
So will all the whining gamers finally shut up even for a bit about the graphics power on Macs with this and the new update???
__________________
- Steve Jobs' best friend! |
|
|
|
|
|
#20 |
|
macrumors newbie
Join Date: Apr 2008
|
you're all silly
hah hah. You people cant get it to let you install it huh? Not only did software update let me install this.. It isn't bothering to check if it needs to be installed again. It looks like it's going to let me install it as many times as I want. Suckers.
|
|
|
|
|
|
#21 |
|
macrumors regular
Join Date: Aug 2007
Location: Cleveland, OH
|
Did you remember to run "Applications Folder -> Utilities -> iMac ATI Radeon HD Graphics Firmware Update.app" after you installed it??
__________________
24" iMac (Mid 2007) 2.4Ghz/4GB/320GB 24" iMac (Early 2008) 2.8Ghz/4GB/320GB iPod Touch 16GB (1G) iPod Nano (2G) iPod Shuffle (2G)
|
|
|
|
|
|
#22 |
|
macrumors newbie
|
No need for update here either.
__________________
iMac 24" 2.4 / 4 GB RAM MacBook Air 1.6 / 80GB iPhone 3G 16GB Time Capsule Apple TV |
|
|
|
| newportnews |
| View Public Profile |
| Find More Posts by newportnews |
|
|
#23 |
|
macrumors 6502
Join Date: Feb 2007
Location: Southern Ontario, Canada
|
Good grief people, read the instructions. In order to install this update you need either the HD2400 card or the HD2600 Pro, AND OSX ver. 10.5.2 or higher. If Software Update tells you that you don't need it, then you don't need it.
Pretty simple really. Rich
__________________
iMac 24", 2.8 Ghz., 4 Gb. ram, HD2600 Pro, 750Gb. Hard Drive, OSX 10.6.X (latest) MagicMouse, CH Fighterstick. iPod Shuffle (2nd G) 1 Gb. |
|
|
|
|
|
#24 | |
|
macrumors newbie
Join Date: Nov 2007
Location: New York, NY
|
Chillll!!!
Quote:
Also if it doesnt install it, it's because you don't have one of the ATI cards off the line that needs a firmware update. Even though you have a 2400xt or a 2600pro doesn't necessarily mean you need the update. |
|
|
|
|
|
|
#25 |
|
macrumors newbie
Join Date: May 2005
Location: Toronto, Canada
|
[quote=RichardI;5376974]Good grief people, read the instructions. In order to install this update you need either the HD2400 card or the HD2600 Pro, AND OSX ver. 10.5.2 or higher. If Software Update tells you that you don't need it, then you don't need it.
Pretty simple really. Rich : Actually, that's the problem. I have the HD2600 Pro card according to System Profiler and I am running Leopard 10.5.2 and the update still won't install. I think this is where people are coming from. We meet the stated requirements BUT it still won't install. If there are other requirements and Apple published them, then we would all be able to see that we don't need the update. But as of now, some of us both meet all the requirements and can't get the update to install. That's why we're not chillin'! Sometimes it really isn't just stupidity, though you are right that it often is. We'll accept our apologies now. :-) Allan |
|
|
|
| TorontoAllan |
| View Public Profile |
| Find More Posts by TorontoAllan |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|