My low voltage dual core laptop with Intel GPU :
$ awk -F= '/^DISTRIB_DESCRIPTION/ {print $2}' /etc/lsb-release "Ubuntu 11.04"
user1@schleppie:~$ awk -F: '/^model name/ {print $2}' /proc/cpuinfo | head -n1
Genuine Intel(R) CPU U7300 @ 1.30GHz
$ free -m | awk '/^-\/\+ buffers\/cache:/ {print $NF}'
3269
$ lspci -knn | fgrep -A 3 VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller [8086:2a42] (rev 07)
Subsystem: ASUSTeK Computer Inc. Device [1043:1862]
Kernel driver in use: i915
Kernel modules: i915
$ glxinfo | grep -E '^OpenGL (renderer|vendor|version)'
OpenGL vendor string: Tungsten Graphics, Inc
OpenGL renderer string: Mesa DRI Mobile Intel® GM45 Express Chipset GEM 20100330 DEVELOPMENT
OpenGL version string: 2.1 Mesa 7.10.2
$ xrandr | head -n1
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
v3.5.0: 15 FPS
v3.5.2: 17 FPS
r2554: 18 FPS
Update: Later tests with the same configuration showed r2554 as well as v3.5.2 to also have 15 FPS. So basically there is no noticeable change across these versions, and the differences are probably due to variable external influences (e.g. background applications such as apt-daemon getting busy during one benchmark but not during the other, or due to different cache states or varying I/O stress).