[ltp] performance with X.org - radeon 7500 T41

Florian Dorpmueller linux-thinkpad@linux-thinkpad.org
Mon, 19 Sep 2005 09:48:11 +0000


>my kernel is:
>Linux root 2.6.13.1 #7 SMP Sat Sep 17 02:34:27 CEST 2005 i686 GNU/Linux
>
>
>and it has this configuration related to AGP:
>
>dspstv@root:~$ less /usr/src/linux-2.6.13.1/.config | grep AGP
>CONFIG_AGP=m
># CONFIG_AGP_ALI is not set
>CONFIG_AGP_ATI=m
># CONFIG_AGP_AMD is not set
># CONFIG_AGP_AMD64 is not set
>CONFIG_AGP_INTEL=m
># CONFIG_AGP_NVIDIA is not set
># CONFIG_AGP_SIS is not set
># CONFIG_AGP_SWORKS is not set
># CONFIG_AGP_VIA is not set
># CONFIG_AGP_EFFICEON is not set
>

On my R51 which has a Mobility Radeon 7500 as well I had to compile agpgart 
and intel-agp into the kernel and not as module.

Flori