- 论坛徽章:
- 0
|
sample.tar.bz2 文件该怎么安装
readme:
For kernel stuff you can use ac kernel, also in latest 2.4.23-pre6
there is support of ATI IGP and in 2.6test also(This 3 way are recommended because included
AGP patch is outdated).
Then u only need run make -f Makefile.linux
in dri-kernel-src. And then copy radeon.o (radeon.ko for 2.6) in you kernel modules
dirs.
If itis not option there is a patch for ATI AGP support for standart
2.4.21 (outdated !) just use it with patch -p1 < patch.name
Please make back up Xfree before copying. Check also for
parameters improving 3D in Xfree86Config.
1. Please remember if you compile kernel module by default
it try to make module for currently running kernel.
If you need compile for another one do it like:
make -f Makefile.linux LINUXDIR=/path/to/your/new/kernel
2. With this patch both 2.4 and 2.6 kernel are supported.
3. If you have messages like "disabling IRQ" in 2.6 after
using 3D try to pass parameter 'noirqdebug' for kernel
in lilo or grub.
4. In case if you have low fps with glxgears(should be >;400)
try to export enviroment variables:
export RADEON_NO_IRQS=1 or export RADEON_NO_USLEEPS=1
in xterm and then run glxgears.
5. For Amilo owners: if after all instruction you still have
problems with IRQs, crashes with DRI enabled, try this :
in src/dri-kernel-src/radeon.h : 147
find:
#define __HAVE_SHARED_IRQ 1
and replace it wirh :
#define __HAVE_SHARED_IRQ 0
and recompile kernel driver.
6. This patch is little bit different from original from Hui Yu
i enabled GL_ARB_Multitexture extension because without it
Warcraft3 donot have menus 
7. According to Yu now AGP 4x and AGPFastWrite really work 
8. I added also libGL in package .You should replace your old one
in some distribution in can be in /usr/X11R6/lib in some /usr/lib
please check it .
Have a fun.
Can you do me a favor to tel me what should i do? I can not understand it |
|