Summary: | Background corruption when moving window on top of pidgin chat window [SNA] | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | Clemens Eisserer <linuxhippy> | ||||
Component: | Driver/intel | Assignee: | Chris Wilson <chris> | ||||
Status: | RESOLVED DUPLICATE | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||
Severity: | normal | ||||||
Priority: | medium | ||||||
Version: | git | ||||||
Hardware: | Other | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
Clemens Eisserer
2013-05-22 22:06:43 UTC
Created attachment 79684 [details]
screenshot of background corruption
happens also with 2.21.7, if you can not reproduce it I'll try to bisect. The big scary change would be the introduction of cow support. To test, you can disable it with: diff --git a/src/sna/sna_accel.c b/src/sna/sna_accel.c index 371abb0..fc82e09 100644 --- a/src/sna/sna_accel.c +++ b/src/sna/sna_accel.c @@ -68,7 +68,7 @@ #define USE_CPU_BO 1 #define USE_USERPTR_UPLOADS 1 #define USE_USERPTR_DOWNLOADS 1 -#define USE_COW 1 +#define USE_COW 0 #define MIGRATE_ALL 0 #define DBG_NO_CPU_UPLOAD 0 *** This bug has been marked as a duplicate of bug 64841 *** |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.