summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-26 10:38:37 +0100
committerDiogo Franco (Kovensky) <diogomfranco@gmail.com>2015-03-03 15:58:57 +0900
commit01223a3e0ff75dce40446eee7343cc078ff6f48a (patch)
tree0776436c900013ebda194a2355a23ea585103373
parent76b0291bf25597bb539234b666f903e958ec6a7d (diff)
downloadmpv-01223a3e0ff75dce40446eee7343cc078ff6f48a.tar.bz2
mpv-01223a3e0ff75dce40446eee7343cc078ff6f48a.tar.xz
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.) (cherry picked from commit a5f3083ae726452d07fca3ed8acdfbcaed84b0a7)
-rw-r--r--player/video.c6
1 files changed, 3 insertions, 3 deletions
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)