Bug 1073057
Summary: | [PATCH] Default backing store to off for X11 backend | ||||||
---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Adam Jackson <ajax> | ||||
Component: | SDL | Assignee: | Petr Pisar <ppisar> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | rawhide | CC: | ajax, ppisar | ||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | SDL-1.2.15-14.fc21 | Doc Type: | Bug Fix | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2014-03-07 09:56:45 UTC | Type: | Bug | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Attachments: |
|
Description
Adam Jackson
2014-03-05 16:50:15 UTC
Does xserver 1.15 always enable backing store, or only when Composition extension is enabled, or only if a compositor is running? (In reply to Petr Pisar from comment #1) > Does xserver 1.15 always enable backing store Effectively yes, because... > or only when Composition extension is enabled ... when the Composite extension is enabled, backing store support is advertised, and the Composite extension is enabled by default. I asked because your suggestion in the SDL upstream was to checke for a compositor, not for composite extension. At least that was my impression. (In reply to Petr Pisar from comment #3) > I asked because your suggestion in the SDL upstream was to checke for a > compositor, not for composite extension. At least that was my impression. Yeah, I was trying to give them another option in case they really did have a reason to want backing store. I think just reverting to the old behaviour is the better move though. Thanks! |