Okay, after doing some bug filing of my own, I've discovered that the best place to report bugs in the X server or its drivers (such as xserver-xorg-video-intel) is the freedesktop.org bugzilla. Sorry for all the runaround... I'm still learning this stuff myself
Anyway, there is one more Intel driver that would be worth trying. Intel is working on a new acceleration method called SNA (Sandy Bridge New Acceleration). It's still being developed, but is already quite good, IMO. I only noticed one very minor drawing glitch with the edges of scrollbars in applications using oxygen-gtk (reported here). The SNA-enabled driver may, *may* just resolve your flickering issues. To try it, add the intel-sna ppa and dist-upgrade:
If it doesn't work, then a simple ppa-purge will revert you back to the previous version:
Hope this helps!
Anyway, there is one more Intel driver that would be worth trying. Intel is working on a new acceleration method called SNA (Sandy Bridge New Acceleration). It's still being developed, but is already quite good, IMO. I only noticed one very minor drawing glitch with the edges of scrollbars in applications using oxygen-gtk (reported here). The SNA-enabled driver may, *may* just resolve your flickering issues. To try it, add the intel-sna ppa and dist-upgrade:
Code:
sudo add-apt-repository ppa:sarvatt/intel-sna && sudo apt-get update && sudo apt-get dist-upgrade
Code:
sudo ppa-purge -p intel-sna sarvatt
Comment