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. --- options/options.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options') diff --git a/options/options.c b/options/options.c index 3446674857..1ae48a6fc2 100644 --- a/options/options.c +++ b/options/options.c @@ -709,7 +709,7 @@ const struct MPOpts mp_default_opts = { .border = 1, .WinID = -1, .window_scale = 1.0, - .x11_bypass_compositor = 1, + .x11_bypass_compositor = 0, .mmcss_profile = "Playback", }, .allow_win_drag = 1, -- cgit v1.2.3