Comment 201 for bug 745608

Revision history for this message
In , Peter Nowee (peter-nowee) wrote :

I ran into this bug on a fresh install of Debian 8 (Jessie) RC2 on an EeePC 701 4G with Intel i915GM graphics. Linux kernel 3.16, X.Org 1.16.4, X.Org intel module 2.21.15.

Using SNA instead of UXA, as suggested above, seems to still solve it:

# cat /etc/X11/xorg.conf
Section "Device"
        Identifier "Intel Graphics"
        Driver "intel"
        Option "AccelMethod" "sna"
EndSection

I see that Debian is preparing to move to SNA [1]:

> xserver-xorg-video-intel (2:2.99.911+git20140529-1~exp2) experimental; urgency=medium
> ..
> * Stop overriding default upstream acceleration method (i.e. default to SNA
> instead of UXA).
>
> -- Vincent Cheng <email address hidden> Mon, 02 Jun 2014 23:47:23 -0700

However, that change is still in Debian's "experimental" area, not in the upcoming stable (Jessie) release.

(Links to corresponding Debian bug reports in Paul's comment 44 above.)

[1] http://metadata.ftp-master.debian.org/changelogs//main/x/xserver-xorg-video-intel/experimental_changelog