User:Delimiter/Benchmarks/Lenovo/Thinkpad X60

From ConShell
Jump to navigation Jump to search


Thinkpad X60

  • Make: Lenovo
  • Model: Thinkpad X60 (2504)
  • CPU: Genuine Intel(R) CPU T2300 @ 1.66GHz stepping 08 (2 cores)
  • RAM: 1GB
  • OS: Ubuntu 9.04 (Jaunty) i386
  • Storage: TOSHIBA THNS064GE4BBDC (SSD)
uname -a
Linux sushi 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:57:59 UTC 2009 i686 GNU/Linux
lspci | grep Display
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)

Note:notable filesystems

/dev/sda5 on / type ext4 (rw,noatime,errors=remount-ro)
/dev/sda7 on /home type jfs (rw,noatime,errors=continue)
/dev/sda8 on /opt type jfs (rw,noatime,errors=continue)
/dev/sda6 on /other type jfs (rw,noatime)

lspci

00:00.0 Host bridge: Intel Corporation Mobile 945GM/PM/GMS, 943/940GML and 945GT Express Memory Controller Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 02)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 02)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 02)
00:1c.2 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 3 (rev 02)
00:1c.3 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 4 (rev 02)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 02)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 02)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e2)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 02)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI Controller (rev 02)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 02)
02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller
03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG [Golan] Network Connection (rev 02)
15:00.0 CardBus bridge: Ricoh Co Ltd RL5c476 II (rev b4)
15:00.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C552 IEEE 1394 Controller (rev 09)
15:00.2 SD Host controller: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter (rev 18)


openssl speed rsa1024

                  sign    verify    sign/s verify/s
rsa 1024 bits 0.003910s 0.000172s    255.8   5813.0

hdparm

sudo hdparm -tT /dev/sda

/dev/sda:
 Timing cached reads:   2358 MB in  2.00 seconds = 1180.05 MB/sec
 Timing buffered disk reads:  262 MB in  3.00 seconds =  87.28 MB/sec


Graphics Performance

gtkperf

GtkPerf 0.40 - Starting testing: Mon Sep 28 22:23:31 2009

GtkEntry - time:  0.13
GtkComboBox - time:  3.80
GtkComboBoxEntry - time:  2.77
GtkSpinButton - time:  0.48
GtkProgressBar - time:  1.56
GtkToggleButton - time:  0.64
GtkCheckButton - time:  0.21
GtkRadioButton - time:  0.32
GtkTextView - Add text - time:  1.09
GtkTextView - Scroll - time:  0.60
GtkDrawingArea - Lines - time:  1.32
GtkDrawingArea - Circles - time:  1.40
GtkDrawingArea - Text - time:  2.21
GtkDrawingArea - Pixbufs - time:  0.97
 --- 
Total time: 17.51

glxgears

530.326 FPS

neverball

25fps

supertux

~76fps

supertux2

?

Changes (How I fixed)

After adding these lines to my xorg.conf my glxgears more than doubled and in neverball my fps went from 7 -> 25fps. Even supertux2 became playable.

Huge difference!

	Option "AccelMethod" "UXA"
	Option "XvMC" "true"
	Option "XvMCConfig" "/usr/lib/libIntelXvMC.so"