KDE 4 and intel video
Posted: 2013-01-11 Filed under: desktop, system | Tags: compositing, kde4 Leave a commentGot a ThinkPad and decided to give a full featured and fancy KDE 4 a try. Very nice deskop environment, indeed. However every now and then, the computer would just lock up. Freeze. Nothing but resetting it from the power button would help. Googled around and found a useful post by AlienBob. Also, reading the official Slackware 14.0 release CHANGES_AND_HINTS.TXT explained how to disable compositing.
In the end, this is what I did. Open ~/.kde/share/config/kwinrc
and add the following in the [Compositing]
section:
DisableChecks=true Enabled=false
Then, create a file called /etc/X11/xorg.conf.d/disable-composite.conf
, containing this:
Section "Extensions" Option "Composite" "Disable" EndSection
Log out and restart X. So far it hasn’t crashed…