Merge lp://staging/~vanvugt/compiz/fix-1009338 into lp://staging/compiz/0.9.8
Proposed by
Daniel van Vugt
Status: | Merged |
---|---|
Approved by: | Sam Spilsbury |
Approved revision: | 3245 |
Merged at revision: | 3246 |
Proposed branch: | lp://staging/~vanvugt/compiz/fix-1009338 |
Merge into: | lp://staging/compiz/0.9.8 |
Diff against target: |
45 lines (+6/-4) 2 files modified
plugins/composite/composite.xml.in (+1/-1) plugins/composite/src/screen.cpp (+5/-3) |
To merge this branch: | bzr merge lp://staging/~vanvugt/compiz/fix-1009338 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Sam Spilsbury | Approve | ||
Review via email:
|
Description of the change
Fall back to a refresh rate that is more likely to look correct; 60Hz.
(LP: #1009338)
The fallback is still only used if sync-to-vblank is not available (disabled
in the driver) AND if xrandr doesn't provide a refresh rate.
To post a comment you must log in.
Approve, please change
+#define FALLBACK_ REFRESH_ RATE 60 /* if all else fails */
To
static const unsigned int FALLBACK_ REFRESH_ RATE = 60