KDE 4 and intel video

Got 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…



Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s