From 2720e60ad00ff7cce1d80724bbd4b2b981748195 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 3 Apr 2016 19:41:40 +0200 Subject: 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. --- DOCS/man/options.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'DOCS') 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=`` - 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 -- cgit v1.2.3