From ead73032affc77051f785bf0ecca403d6d7b09d3 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 6 Mar 2016 19:22:15 +0100 Subject: vo_xv, vo_x11: warn that these VOs should not be used --- video/out/vo_x11.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'video/out/vo_x11.c') diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c index 28262231ac..7676155ead 100644 --- a/video/out/vo_x11.c +++ b/video/out/vo_x11.c @@ -407,6 +407,8 @@ static int preinit(struct vo *vo) goto error; p->gc = XCreateGC(x11->display, x11->window, 0, NULL); + MP_WARN(vo, "Warning: this legacy VO has bad performance. Consider fixing" + "your graphic drivers, or not forcing the x11 VO.\n"); return 0; error: -- cgit v1.2.3