summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2016-04-03 19:41:40 +0200
committerwm4 <wm4@nowhere>2016-04-03 19:42:07 +0200
commit2720e60ad00ff7cce1d80724bbd4b2b981748195 (patch)
treee6b90d12db28e2ad20d18dd07712ba83896a239f /DOCS
parentc0e13d54a85663ff8ac87d2910f1688978ea1f60 (diff)
downloadmpv-2720e60ad00ff7cce1d80724bbd4b2b981748195.tar.bz2
mpv-2720e60ad00ff7cce1d80724bbd4b2b981748195.tar.xz
x11: do not set _NET_WM_BYPASS_COMPOSITOR by default
It's pretty "unfriendly" and causes too many issues. (Probably. At least they're more obvious to a user than e.g. broken frame timing.) Potentially we could apply heuristics like applying this only on fullscreen, but let's not. It's up to the user to configure this to get best results. Fixes #2997.
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/options.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 7921ba6b0d..c1e5d23e09 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -2072,8 +2072,8 @@ Window
This option might be removed in the future.
``--x11-bypass-compositor=<yes|no>``
- If set to ``yes`` (default), then ask the compositor to unredirect the
- mpv window. This uses the ``_NET_WM_BYPASS_COMPOSITOR`` hint.
+ If set to ``yes``, then ask the compositor to unredirect the mpv window
+ (default: no). This uses the ``_NET_WM_BYPASS_COMPOSITOR`` hint.
Disc Devices