From 2337e2861f20e426bce5babb01c9e64e293de9d9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 11 Feb 2020 21:43:53 +0100 Subject: vo_x11: don't call X11 "crap" X11 is in fact beautiful and superior to Wayland. Instead, just state what the problem is in most cases: software scaling. (We have accelerated X11 rendering in vo_gpu and others.) --- video/out/vo_x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/vo_x11.c b/video/out/vo_x11.c index f8a85d3e13..6c122d944b 100644 --- a/video/out/vo_x11.c +++ b/video/out/vo_x11.c @@ -428,7 +428,7 @@ static int control(struct vo *vo, uint32_t request, void *data) } const struct vo_driver video_out_x11 = { - .description = "X11 (slow, old crap)", + .description = "X11 (software scaling)", .name = "x11", .priv_size = sizeof(struct priv), .preinit = preinit, -- cgit v1.2.3