summaryrefslogtreecommitdiffstats
path: root/video/out
diff options
context:
space:
mode:
Diffstat (limited to 'video/out')
-rw-r--r--video/out/vo_xv.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/video/out/vo_xv.c b/video/out/vo_xv.c
index 2150eb7fce..dcc9257003 100644
--- a/video/out/vo_xv.c
+++ b/video/out/vo_xv.c
@@ -789,17 +789,9 @@ static int preinit(struct vo *vo)
}
if (!ctx->xv_port) {
if (busy_ports)
- MP_ERR(vo,
- "Could not find free Xvideo port - maybe another process is already\n"\
- "using it. Close all video applications, and try again. If that does\n"\
- "not help, see 'mpv -vo help' for other (non-xv) video out drivers.\n");
+ MP_ERR(vo, "Xvideo ports busy.\n");
else
- MP_ERR(vo,
- "It seems there is no Xvideo support for your video card available.\n"\
- "Run 'xvinfo' to verify its Xv support and read\n"\
- "DOCS/HTML/en/video.html#xv!\n"\
- "See 'mpv -vo help' for other (non-xv) video out drivers.\n"\
- "Try -vo x11.\n");
+ MP_ERR(vo, "No Xvideo support found.\n");
goto error;
}