summaryrefslogtreecommitdiffstats
path: root/mga-bg-res/NEWS
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2015-05-09 20:16:17 +0200
committerRémi Verschelde <rverschelde@gmail.com>2015-05-09 20:16:17 +0200
commitc1e6181d4a72e1eaec4b636b51c2b44e5cedbd92 (patch)
tree52b4466e1f0bc696bcb5a59521ad6b0d8a5e2643 /mga-bg-res/NEWS
parented067076a810bc396fc357dd8b0813095bb0c604 (diff)
downloadtheme-c1e6181d4a72e1eaec4b636b51c2b44e5cedbd92.tar
theme-c1e6181d4a72e1eaec4b636b51c2b44e5cedbd92.tar.gz
theme-c1e6181d4a72e1eaec4b636b51c2b44e5cedbd92.tar.bz2
theme-c1e6181d4a72e1eaec4b636b51c2b44e5cedbd92.tar.xz
theme-c1e6181d4a72e1eaec4b636b51c2b44e5cedbd92.zip
Use monitor-edid directly instead of monitor-probe
monitor-probe falls back to monitor-probe-using-X which is broken since X dropped its -probeonly switch (mga#15896) The logic used in mga-bg-res to parse the resolution was probably not adapted to the expected output from monitor-probe-using-X anyway.
Diffstat (limited to 'mga-bg-res/NEWS')
-rw-r--r--mga-bg-res/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/mga-bg-res/NEWS b/mga-bg-res/NEWS
index 65d129a..dfc7028 100644
--- a/mga-bg-res/NEWS
+++ b/mga-bg-res/NEWS
@@ -1,4 +1,6 @@
-- Make sure to default to 4:3 aspect ratio if monitor-probe fails (previous
+- Use monitor-edid directly instead of monitor-probe, as the latter falls
+ back to monitor-probe-using-X which is broken (mga#15896)
+- Make sure to default to 4:3 aspect ratio if monitor-edid fails (previous
fix was incomplete)
- Fix exit value when symlink is already correct