• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

How TO: Make MBM 5 display CPU1 in OSD, not just tray.

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

MadSkillzMan

Member
Joined
Nov 16, 2003
Location
Cleveland OHIO
I know ive asked this and got no help, so im assuming others may need it. If not, let me know.

I figured this out really quick after looking at the Script table in MBM5.

If you go to Tray&OSD, then to OSD Script you will see the following

Code:
<text shadow=on><Temp 1 Name> : <Temp 1 Value>
<br>
<text shadow=on><Temp 2 Name> : <Temp 2 Value>

Temp 1 = Case temp.
Temp 2 = CPU0 temp.

the <br> is a line break.

To get your CPU1 temp, simply add this line of code

Code:
<br>
<text shadow=on><Temp 3 Name> : <Temp 3 Value>

Now, if youd like to add the numbers to identify your CPU (CPU0 , CPU1) on the OSD, simply go over to TEMPERATURES and click on VISUAL.

The first scroll box on the top next to MBM5 Sensor, select CPU (the first one, right below case)

Go down to Sensor Name, and add a 0 next to "CPU".

Go back up and select the next CPU, go back down to sensor name and add 1 to '"CPU". Click apply. You will now see BOTH CPUs on the OSD.
 
Back