From a5f3083ae726452d07fca3ed8acdfbcaed84b0a7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 26 Feb 2015 10:38:37 +0100 Subject: player: adjust A/V desync message Broken drivers are an issue rather often. Maybe this gives the user an idea that this could be the reason. (We can't dump much more info on a 80x24 terminal.) --- player/video.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'player/video.c') diff --git a/player/video.c b/player/video.c index a13b2696ed..e905583edb 100644 --- a/player/video.c +++ b/player/video.c @@ -70,11 +70,11 @@ static const char av_desync_help_text[] = "- Slow video output.\n" " Try a different --vo driver (--vo=help for a list). Make sure framedrop\n" " is not disabled, or experiment with different values for --framedrop.\n" -"- Playing from a slow network source.\n" -" Download the file instead.\n" +" Make sure you have proper drivers for your GPU installed. If mpv\n" +" autoselects 'VO: [x11]', it's a sure sign your drivers are messed up.\n" +"- Playing from a slow network source. Download the file instead.\n" "- Try to find out whether audio/video/subs are causing this by experimenting\n" " with --no-video, --no-audio, or --no-sub.\n" -"- If you switched audio or video tracks, try seeking to force synchronization.\n" "If none of this helps you, file a bug report.\n\n"; void update_fps(struct MPContext *mpctx) -- cgit v1.2.3