Default blacklist string shouldn't contain double escape
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| Compiz |
Fix Released
|
Undecided
|
Timo Jyrinki | ||
| 0.9.8 |
Fix Released
|
Undecided
|
Timo Jyrinki | ||
| Compiz Core |
Fix Released
|
Undecided
|
Timo Jyrinki | ||
| compiz (Ubuntu) |
Fix Released
|
Undecided
|
Timo Jyrinki | ||
| Precise |
Fix Released
|
Undecided
|
Timo Jyrinki | ||
Bug Description
Note: similar to bug #1089246, this SRU only affects precise since on quantal/raring it wouldn't have an effect.
[Impact]
Incorrect default setting doesn't have the wanted effect of functional blacklist on precise, because of character escaping problems.
[Test Case]
The test case relies on a bug/feature of Intel driver that on modern Intel hardware like sandy bridge / ivy bridge, tear-free video playback is not possible without compositing if the video player doesn't use vsync itself. Thus tearing can be seen as an indication if unredirection is in effect or not.
0. Have intel hardware on Ubuntu 12.04 LTS, with which this is easiest to test
1. In CCSM, set Composite -> unredirect_match to '(any)', ie. remove everything that comes after that, that would normally prevent unredirection in common video players.
2. Open http://
3. Expected result: no tearing, because blacklist is in effect and prevents unredirection on Intel (and nouveau) regardless of the match setting
Note: radeon always has tearfree Xv output, so you can't use a similar test and changing the blacklist string to include 'AMD' without forcing non-Xv X11 output
[Regression Potential]
Very low. Theoretically too excessive blacklisting could restore current precise behavior.
---
The blacklist default option in a true precise environment - the only environment it's supposed to have an effect with its default setting - is not working. It seems that the default unredirect_
This one, the current default doesn't work:
(nouveau|
Either one of these works instead:
(nouveau|
(nouveau|
Related branches
- Łukasz Zemczak: Approve
- PS Jenkins bot (community): Approve (continuous-integration)
-
Diff: 25 lines (+2/-2) 2 files modifiedapiplugins/opengl/opengl.xml.in (+1/-1)
plugins/opengl/src/blacklist/tests/test-blacklist.cpp (+1/-1)
- Łukasz Zemczak: Approve
-
Diff: 25 lines (+2/-2) 2 files modifiedapiplugins/opengl/opengl.xml.in (+1/-1)
plugins/opengl/src/blacklist/tests/test-blacklist.cpp (+1/-1)
Hello Timo, or anyone else affected,
Accepted compiz into precise-proposed. The package will build now and be available at http://
Please help us by testing this new package. See https:/
If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, and change the tag from verification-needed to verification-done. If it does not fix the bug for you, please add a comment stating that, and change the tag to verification-
Further information regarding the verification process can be found at https:/
The proposed version fixes this bug. I have executed the testcase on an up-to-date Precise installation using Sandy Bridge.
removed: verification-needed
The verification of this Stable Release Update has completed successfully and the package has now been released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regresssions.
This bug was fixed in the package compiz - 1:0.9.7.12-0ubuntu1
---------------
compiz (1:0.9.
[ Łukasz 'sil2100' Zemczak ]
* debian/
debian/
- Removed, upstreamed
* debian/watch:
- Changed to the correct LP tarball path
* debian/
- Updated GLES patches to properly apply to the new compiz version
[ Timo Jyrinki ]
* New upstream release.
- Compiz won't start if "unredirect fullscreen windows" is enabled
(LP: #980663)
- "Unredirect Fullscreen Windows" stay on top (unredirected) even
when they're not on top any more (or the output is transformed)
(LP: #1041047)
- Unredirect Fullscreen Windows sometimes fails to unredirect fullscreen
windows at all (LP: #1041066)
- "Unredirect Fullscreen Windows" stay on top (unredirected) even when
an RGBA window is stacked above it (LP: #1046661)
- scale mode is not visible if a fullscreen window is unredirected
(LP: #1047168)
- Unredirecting a fullscreen window on a secondary monitor causes that
monitor to flicker (LP: #1050749)
- "Unredirect Fullscreen Windows" makes multi-monitor rendering much
slower (LP: #1051885)
- [regression] Maximized window gets unredirected when it's not
fullscreen (LP: #1053902)
- Unredirected fullscreen windows freeze and stay on top when wall
sliding (Ctrl+Alt+
- "Unredirect Fullscreen Windows" can cause significant tearing on
fullscreen windows (especially playing video) on some drivers
(LP: #1051802)
- HTML5 video in Firefox continues to tear (LP: #1086337)
- Add support for blacklisting some drivers from using unredirected
fullscreen windows. By default intel and nouveau on Mesa 8.0
are blacklisted, configurable via ccsm. Users can upgrade to
Mesa 9.0 around 12.04.2 time. (LP: #1089246)
- Unredirect fullscreen windows should be the default for optimal
performance (LP: #1063690)
* debian/
- Updated to apply.
* debian/
- Enable unredirect_
gconf hurdles we can't easily migrate existing users into the
new default otherwise. Unredirection can be easily disabled with
the new unredirect_match option, by blanking it completely,
including removing the '(any)' part.
* debian/
- Update for the new blacklisting feature as well
* debian/
- Cherry-pick fix for the default string (LP: #1091103)
[ Michael Terry ]
* debian/
- Update to also blacklist Mesa 9.0, which precise users may have from
the x-updates PPA. 9.0 seems to have similar problems as 8.0 on
Intel hardware.
-- Timo Jyrinki <email address hidden> 2012年12月14日 10:41:24 +0200
Actually it should be:
(nouveau|
or in areas like C code, quoted as:
(nouveau|
The solution that was implemented:
(nouveau|
is technically wrong because that will match "Mesa 800" or "Mesa "8A0". But it will work well enough for the Mesa versions which exist in reality :)
This bug was fixed in the package compiz - 1:0.9.9~
---------------
compiz (1:0.9.
[ sampo555 ]
* compiz crashed with SIGSEGV in DodgeAnim:
#1048840)
* compiz crashing if window un-/minimize animation is "Random" (LP:
#1098185)
[ Daniel van Vugt ]
* Several leaks in new GLProgram from compileProgram() from
GLScreen:
#1097644)
[ Sam Spilsbury ]
* Several leaks in ccsIntegratedSe
ccsGNOMEInt
(gsettings.
[ MC Return ]
* Thumbnail Window Previews: Flickering of background/glow and window
title text (LP: #1098758)
[ Automatic PS uploader ]
* Automatic snapshot from revision 3561
-- Automatic PS uploader <email address hidden> 2013年1月14日 04:03:09 +0000
marking as closed (0.9.8 series is obsolete)