[ltp] A couple of issues with a ThinkPad R51

Michal Trzcinski linux-thinkpad@linux-thinkpad.org
Tue, 25 Jan 2005 15:02:59 +0100


Dnia wtorek, 25 stycznia 2005 14:51, Ignacio Fern=E1ndez Galv=E1n napisa=B3:
IF> Hi all,
IF>=20
IF> I've bought a ThinkPad R51 1829-R6G =20
IF> (<http://www-307.ibm.com/pc/support/site.wss/quickPath.do?quickPathEntr=
y=3D1829r6g>)

Hi, i have R51, 1829-K6G

IF> 3.- This R51 comes with an ATI Mobility Radeon M7 7500. With no special=
 =20
IF> configuration or drives (Xorg 6.7.0, radeon driver) I'm getting at most=
 =20
IF> 550 fps with glxgears (tuxracer and neverball seem to work fine), from =
=20
IF> what I'm seen on the net it looks like this is not a very good =20
IF> performance. Is this true? Can I get a better one? (By the way, I set =
=20
IF> "DynamicClocks" to "on", but the xorg log file says it was not used. Do=
es =20
IF> this card support it?)

I have M7.

24bit
DRI: 550 FPS <- You are here!
DRI,HyperZ: 775 FPS

16bit:
DRI: 1200 FPS
DRI,HyperZ: 1500 FPS

You have to add to device section:

=A0 =A0 Option =A0 =A0 =A0"AGPMode" =A0 =A0 =A0 "4"
=A0 =A0 Option =A0 =A0 =A0"SWcursor" =A0 =A0 =A0"off"
=A0 =A0 Option =A0 =A0 =A0"AGPFastWrite" =A0"on"
=A0 =A0 Option =A0 =A0 =A0"EnablePageFlip" "on"
=A0 =A0 Option =A0 =A0 =A0"BackingStore" =A0"on"

to your /etc/X11/xorg.conf file.

I have 2050 FPS on 16bit (550 FPS more!). <-- I'm here.

You can enable HyperZ with compile DRM and MESA from CVS and install proper=
ly.

jz