Difference between revisions of "Eee PC Benchmarks"

From ivc wiki
Jump to navigationJump to search
Line 23: Line 23:
* PCI speed: 33.3 MHz (locked)
* PCI speed: 33.3 MHz (locked)
* Temperature/fan trigger:
* Temperature/fan trigger:
[[Image:Eee windows overclock.png]]


=== Linux ===
=== Linux ===
Line 28: Line 30:


The temperature can be found by executing 'cat /proc/acpi/thermal_zone/TZ00/temperature'.
The temperature can be found by executing 'cat /proc/acpi/thermal_zone/TZ00/temperature'.


== Programs ==
== Programs ==

Revision as of 23:25, 22 December 2007

Overclocking

Clockspeed

The is CPU frequency is calculated by multiplying the FSB with the multiplier of the CPU. Front-Side-Bus (FSB) frequency is the speed between the CPU and Memory Controller (ICH6), and quad-pumped (4x bus speed). The DDR2 Memory speed is between the Memory Module and Memory Controller, it's double-pumped (2x bus speed) and dual-rated. The bus speed is the base clock speed provided by the Phase-Locked-Loop generator.

Windows

Currently the only way to overclock in Windows is by using a program called SetFSB, by Abo from Japan.

The stock 0401 BIOS did not allow for much overclocking. Reverting back to the earlier 8804 BIOS version allowed for impressive results, 997.6 MHz before crashing. For some reason I can't get it over 1 GHz, a problem with the program or PLL maybe?

The current version of SetFSB doesn't support the correct ICS9LPR426AGLF PLL chip yet, but I have contacted the author and he will try to add support for it. In the meantime, it's possible to use the similar ICS9LPRS906CGLF instead. The DDR and PCIe speed ratings are improperly reported, but it's still possible to change the FSB.

Update: I've received a new version that works with the ICS9LPR426AGLF PLL, [download http://www13.plala.or.jp/setfsb/download/test/setfsb20b18q.zip].

Overclock

Software: SetFSB 2.0 build 18q BIOS version: 8804

  • CPU frequency: 997.6 MHz
  • FSB frequency: 221.7 MHz
  • Bus speed: 110.8 MHz
  • PCIe speed: 99.8 MHz (locked)
  • PCI speed: 33.3 MHz (locked)
  • Temperature/fan trigger:

File:Eee windows overclock.png

Linux

To get the actual processor speed in linux, the 'p4_clockmod' module has to be unloaded, 'rmmod p4_clockmod'. Get the CPU information by 'cat /proc/cpuinfo' in a terminal window.

The temperature can be found by executing 'cat /proc/acpi/thermal_zone/TZ00/temperature'.

Programs