Yesterday I made exactly the same process but this time I used kernel-2.6-git instead of using kernel linux-2.6.33-rc7:
su
cd /usr/src/
git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
cd linux-2.6-git/
patch -p1 <../0001-vga_switcheroo-initial-implementation-v6.patch
patch -p1 <../0002-vga-switch-hi-my-name-is-race-condition.patch
make mrproper
(...)
This time 3D acceleration works great!! I tested with a software to visualize and manipulate 3D images. It works perfect. Compiz also works faster and the computer is not as hot as before.


Reply With Quote
