色々探してみたが、いい情報がない。
私のThinkPad X40では以下の方法でも完全には解決しなかったが、
一応載せておくことにする
1.$ sudo vi /etc/X11/xorg.conf
-------------------------------------------------------------------
Section "Device"
Identifier "Configured Video Device"
Driver "intel"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection
-------------------------------------------------------------------
を追記
3.$ sudo apt-get update && sudo apt-get upgrade
これで一応 システム→設定→外観の設定→視覚効果 を有効にできるが、時折描画がおかしくなる。
maverickカーネルに対応してないようで、ビルドエラーになる。
8xxチップが乗ったPCでubuntuを使うなら10.04にダウングレードしてみるのもいいかもしれない。