Hello,<br><br>A few days ago I asked about the desktop effects being too slow and hanging up the X server for Intel graphic card. After discussing in the Arch forum, a possibility worked for me, and I post it here just in case you may find it useful. See the post by "superchango" on <a href="http://bbs.archlinux.org/viewtopic.php?id=69968">http://bbs.archlinux.org/viewtopic.php?id=69968</a> . It works for me at least with the latest version of the intel driver. Basically, in xorg.conf, inside "Device", you set the following options:<br>
<br>Option "DRI" "True"<br>Option "NoDDC" "True"<br>Option "XAANoOffscreenPixmaps" "True"<br>Option "EnablePageFlip" "True"<br>
Option "RenderAccel" "True"<br>Option "AccelMethod" "uxa"<br>Option "MigrationHeuristic" "greedy"<br>Option "ExaNoComposite" "false"<br>
<br>OpenGL is not good but Xrender is much smoother now! Hope this may help.<br><br>Regards,<br><br>David<br>Please Cc to me when replying.<br>