The following steps fixed my graphics 100% and I have experienced the best Graphics Performance I've ever seen using any Intel card, I guess you don't have to worry about any damage to your machine as you can always revert to your previous kernel once you experience any problems with the new one:
- Download the following files:
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30/linux-image-2.6.30-020630-generic_2.6.30-020630_i386.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30/linux-headers-2.6.30-020630_2.6.30-020630_all.deb
- http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30/linux-headers-2.6.30-020630-generic_2.6.30-020630_i386.deb
- Install them. If you don't know how to do that, then just create a folder and put them all in there, open a terminal and navigate to that folder and then run "sudo dpkg -i *.deb"
- Reboot the machine
Note: A problem that I faced is that the "linux-restricted-modules***" deb package which comes with every Kernel package developed in Ubuntu is not available! This package contains some drivers that you might need. For example, I was using "ndiswrapper" and/or "madwifi" drivers for my Atheros Wireless card and they both are not available (yet) after doing the above, but I found a much better driver (ath5k) that was much faster and even the wireless LED finally worked:
- Download and extract the following file: http://www.orbit-lab.org/kernel/compat-wireless-2.6-stable/v2.6.30/compat-wireless-2.6.30.tar.bz2
- open a terminal and navigate to its folder
- run "make", note that this will take some time
- run "sudo make install"
- After finishing, just run "sudo make load" and if it doesn't work you can simply reboot your machine
2 comments:
I apply this on my ubuntu 9.04 x64 but nothing have been changed :| and my wireless card driver was down so I rollback to the previous kernel
sorry it is x86 not x64 :D
Post a Comment