これを設定してDVDが見れなくなってたので、設定は自己責任で(2009/07/05) どうも動作がもっさりしてるなあと思ってて(1ヶ月以上も…)、システムモニタ見てみたら Xorg がかなりCPUを使ってることに気づいた。 調べてみると、 /etc/X11/xorg.conf の Device Section 内に Option "AccelMethod" "XAA"と書き加えるといいらしい。 それで xorg.conf は以下のようになった。 Section "Device" Identifier "Configured Video Device" Option "AccelMethod" "xaa" EndSection Section "Monitor" Identifier "Configured Monitor" EndSection Section "Screen" Ident