May 102011
 
Bug Info
  • Symptoms: Kwin crashes, system feeezes/logs out when opengl screensaver is stopped/watching full screen youtube video, display corruption when compositing is on, etc
  • DistroRelease: Ubuntu 11.04
  • VGA: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller
Solution

Upgrade xorg from callegar ppa which has page flipping disabled:

sudo add-apt-repository ppa:callegar/xorg
sudo apt-get update && sudo apt-get upgrade
May 032011
 
  1. Right click on network management icon and select Remove this Network Management
  2. Open ~/.kde/share/config/kdedrc and set autoload to false in Module-networkmanagement section:
    [Module-networkmanagement]
    autoload=false
  3. Open /etc/xdg/autostart/nm-applet.desktop and change OnlyShowIn value to KDE:
    OnlyShowIn=KDE;
  4. Reboot :)
© 2011 ubuntuku. All rights reversed.