eddie11c
Apr 11 2008, 10:47 PM
Well after a bit of trial and error I figured I would share my progress here to get more people to test it. This is just an installer that grabs your cpu info and outputs it for the "About this Mac" window. Please try it and report back, I have included support for all languages, so hopefully it works for everyone.
AboutThisMacClick to view attachment
miliuco
Apr 11 2008, 11:42 PM
Thanks, with this the task is very easy. My string after your PKG:

(spanish)
eddie11c
Apr 11 2008, 11:57 PM
Thanks, hopefully others can post similar. I would like to see what other outputs they get, as I was unable to test that many CPU's.
gurukool
Apr 12 2008, 12:20 AM
QUOTE(eddie11c @ Apr 11 2008, 07:57 PM)

Thanks, hopefully others can post similar. I would like to see what other outputs they get, as I was unable to test that many CPU's.
It Works for me!!...showed my CPU info correctly...
muitommy
Apr 12 2008, 10:44 AM
good newbie tools

thanks eddie.
but i like to customize myself more x)
Sabr
Apr 12 2008, 11:44 AM
Doesn't work for me. Is it because I've overclocked it, so it doesn't recognise the CPU? Or do I need "Limit CPUID Max. To 3" disabled (in my BIOS)?
eddie11c
Apr 12 2008, 12:41 PM
I am not real sure, I know it works on overclocked systems as one of the people that tested was overclocked quite a bit. Sabr if you can run the command sysctl -n machdep.cpu.brand_string and tell me what shows up. This is where its getting the information from, as far as I could tell from testing this was always acurate.
eddie11c
Apr 12 2008, 06:01 PM
Ok new link
hereI fixed an issue with the tm for some AMD cpu's not showing properly.
pootify
Apr 12 2008, 08:27 PM
Thanks a lot for this app! When I run the "sysctl -n machdep.cpu.brand_string" it detects my CPU speed incorrectly. It outputs the string:
Intel® Core2 Quad CPU Q6600 @ 2.40GHz
But my CPU is overclocked to 3ghz. It shows 3ghz in System profiler.
Hardware Overview:
Model Name: Mac Pro
Model Identifier: MacPro3,1
Processor Speed: 3 GHz
Number Of Processors: 1
Total Number Of Cores: 4
L2 Cache: 8 MB
Memory: 4 GB
Bus Speed: 1.33 GHz
eddie11c
Apr 12 2008, 10:23 PM
Strange, I will have to check into this some more. Anyone else that is able to test on an overclocked system please post your results.
miliuco
Apr 12 2008, 10:41 PM
Overclocking to 3 GHz, "sysctl -n machdep.cpu.brand_string" shows "Intel® Core2 Quad CPU Q6600 @ 2.40GHz", same as Pootify.
Sabr
Apr 12 2008, 11:22 PM
QUOTE(eddie11c @ Apr 12 2008, 01:41 PM)

I am not real sure, I know it works on overclocked systems as one of the people that tested was overclocked quite a bit. Sabr if you can run the command sysctl -n machdep.cpu.brand_string and tell me what shows up. This is where its getting the information from, as far as I could tell from testing this was always acurate.
Hmmm, well, that worked:

I'll try it again...
Edit: Nope, still not working. =/
eddie11c
Apr 13 2008, 12:26 AM
Yours has an odd spacing, I will see if I can remove some spaces to see if it fixes it. Will post you a new link shortly. I will also check something else about the speed.
EDIT- ok try the one attached if you have a chance SABR.
Click to view attachment
NMAC
Apr 13 2008, 12:35 AM
ON MY IS NOT WORKING .....
I HAVE THE SAME PROBLEM THAT SABR
Sabr
Apr 13 2008, 01:10 AM
QUOTE(eddie11c @ Apr 13 2008, 01:26 AM)

Yours has an odd spacing, I will see if I can remove some spaces to see if it fixes it. Will post you a new link shortly. I will also check something else about the speed.
EDIT- ok try the one attached if you have a chance SABR.
Click to view attachmentStill doesn't work I'm afraid...
eddie11c
Apr 13 2008, 01:21 AM
just a couple questions, what language are you using? and when the installer runs it should echo a couple commands with your cpu info as well as if cp fails because the directory is not there. Can you tell me what it says?
Sabr
Apr 13 2008, 09:03 AM
QUOTE(eddie11c @ Apr 13 2008, 02:21 AM)

just a couple questions, what language are you using? and when the installer runs it should echo a couple commands with your cpu info as well as if cp fails because the directory is not there. Can you tell me what it says?
Here you go:
Click to view attachmentI'm using the British English language.
erei33
Apr 13 2008, 01:26 PM
Working fine for me. Great work =D
eddie11c
Apr 13 2008, 01:49 PM
IntelĀ® Coreā¢2 CPU
6300@1.86GHz as you can see for whatever reason it does not like the little R and TM. Do you have these symbols in your character pallete? Maybe your character pallete got corrupted.
Sabr
Apr 13 2008, 02:31 PM
QUOTE(eddie11c @ Apr 13 2008, 02:49 PM)

IntelĀ® Coreā¢2 CPU
6300@1.86GHz as you can see for whatever reason it does not like the little R and TM. Do you have these symbols in your character pallete? Maybe your character pallete got corrupted.
I can see them as selectable text in Lazarus Long's post further up...
eddie11c
Apr 13 2008, 02:49 PM
Well if it is a corrupt character palette browse to /System/Library/Caches and delete the following files then reboot:
com.apple.IntlDataCache.le
com.apple.IntlDataCache.le.kbdx
com.apple.IntlDataCache.le.sbdl
com.apple.IntlDataCache.le.tecx
You would then need to run the installer again. As you see the 2 lines from my log below yours should look very similar.
Apr 13 10:51:40 eddies-macpro31 /private/tmp/scripts.jGpD/./postinstall[1342]: "Intel( R ) Core( TM )2 Duo CPU E8400 @ 3.00GHz"
Apr 13 10:51:40 eddies-macpro31 /private/tmp/scripts.jGpD/./postinstall[1342]: "Intel® Core™2 Duo CPU E8400"
Sabr
Apr 13 2008, 02:53 PM
QUOTE(eddie11c @ Apr 13 2008, 03:49 PM)

Well if it is a corrupt character palette browse to /System/Library/Caches and delete the following files then reboot:
com.apple.IntlDataCache.le
com.apple.IntlDataCache.le.kbdx
com.apple.IntlDataCache.le.sbdl
com.apple.IntlDataCache.le.tecx
You would then need to run the installer again.
Still doesn't work...
I used the iATKOS_v1.0ir2.iso DVD in case you were wondering... By the way, I'm very grateful for all the help you're giving me.
macgirl
Apr 13 2008, 03:38 PM
here:
Processor: Flux Capacitor
eddie11c
Apr 13 2008, 04:35 PM
Unfortunately I have no way of knowing if anything is missing from that release. Maybe when I finish up a few more things and have a chance to upload to my FTP I could convince you to give it a try, see if the same problem exists.
dodgeme
Apr 13 2008, 07:27 PM
It works great. Thanks alot.
Sabr
Apr 13 2008, 11:54 PM
QUOTE(eddie11c @ Apr 13 2008, 05:35 PM)

Unfortunately I have no way of knowing if anything is missing from that release. Maybe when I finish up a few more things and have a chance to upload to my FTP I could convince you to give it a try, see if the same problem exists.
Ok, no worries. Thanks anyway.
exman
Apr 14 2008, 04:29 AM
Works, but is it meant to show the CPU overclocked speed or tbe default CPU speed?
cavallo
Apr 14 2008, 08:47 AM
QUOTE(eddie11c @ Apr 12 2008, 12:47 AM)

Well after a bit of trial and error I figured I would share my progress here to get more people to test it. This is just an installer that grabs your cpu info and outputs it for the "About this Mac" window. Please try it and report back, I have included support for all languages, so hopefully it works for everyone.
AboutThisMacClick to view attachment Thanks it works fine
eddie11c
Apr 14 2008, 01:13 PM
QUOTE(exman @ Apr 14 2008, 04:29 AM)

Works, but is it meant to show the CPU overclocked speed or tbe default CPU speed?
If you try the last one I posted it should pull the cpu speed like profiler does, so it should be correct.
exman
Apr 15 2008, 06:29 AM
Brilliant. Works perfectly now. Thanx eddie
shishnit
Apr 16 2008, 04:18 AM
andro6600
Apr 20 2008, 06:51 AM
Not working here...

Shows the stock speed of my overclocked @3Ghz Q6600.
Dr. Jibe
Apr 20 2008, 02:07 PM
works like a charm here! thnx a million.
Boot Camp
Apr 21 2008, 12:56 AM
Is there a way to uninstall or reset it? I want to edit with "AboutThisMac.strings" but when I edit it, it stays the same as the installer made it.
Please help.
Boot Camp
Apr 21 2008, 10:31 PM
Is there a way to uninstall it? I want to edit with "AboutThisMac.strings" but when I edit it, it says the same thing on the About This Mac as the installer made it.
Please help.
CLiDE FTW!!1
Apr 22 2008, 12:56 AM
Ditto on the question about the uninstalation (new word)
I installed it on my MacBook for some strange reason... this app makes users of real Macs feel left out
Macshiba
Apr 22 2008, 01:31 AM
How do you make the About This Mac screen with a dark gray background like above?
I love how it looks, even one thats transparent I have seen, but I don't know how to make it like that :/
JaS
Apr 22 2008, 02:35 AM
Works great here. nice work
muitommy
Apr 22 2008, 03:57 AM
I have a same question too, how could i reverse it?
eddie11c
Apr 22 2008, 04:00 AM
Browse to /System/Library/CoreServices/Resources/<your language> and open AppleSystemInfo.strings and scroll down to unknown, as most cpu's that are reported as such. Just change the text where you currently see your cpu info back to "unkown" or whatever you want.
antimony
Apr 22 2008, 05:40 AM
works great for me, previously shown as "3 GHz Unknown", Thanks!
Click to view attachment
blue_bayou
Apr 22 2008, 03:18 PM
Works. Thank you eddie11c.
Click to view attachment
anewuser
Apr 22 2008, 07:35 PM
Working without problems!
Click to view attachment
fco_junior
Apr 22 2008, 11:06 PM
Worked for me... tnx.
TKiet
Apr 23 2008, 05:45 PM
will this work with Kalyway? Sometimes I feel insecure after patching as I might get kernel panics, but for those who use Kalyway 10.5.2, please report
suicida1.nun
Apr 24 2008, 04:45 AM
it only shows the stock speed not the overclock speed. ideas?
also how can i fully remove this program?
shishnit
Apr 24 2008, 04:49 AM
Earlier I posted that it works, but yes it only works for showing the stock speed, nothing about over clocking or under.
It's still better than showing x.x ghz unknown proccessor though.
thedreamer
Apr 24 2008, 08:56 AM
where is the dolwnload link for leo4all
will it work good with my hp compac nc8230
intel pentum m 1.83 sse2
ati readom x600 64m
1g ram 533
dvd/cd-rw
advice me coz i like leopard
trance4jim
Apr 24 2008, 02:03 PM
2nd one works great!Shows my overclocked speed and accurate cpu type!
Thanks much.
iSkylla
Apr 25 2008, 02:09 AM
Does not show correctly for me. About this mac shows wrong CPU, but terminal command shows correct CPU but wrong speed, it is overclocked.
Intel® Pentium® Dual CPU E2160 @ 1.80GHz
CPU is overclocked to 3.4Ghz.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.