# HG changeset patch # User diego # Date 1066598123 0 # Node ID 604a27a2b966207a7e69d8dfad57721161d7139c # Parent d699d589ed484cac4cdfb7d196a24b46e3b6a29e DOCS/en/ ---> DOCS/HTML/en/ diff -r d699d589ed48 -r 604a27a2b966 README --- a/README Sun Oct 19 20:37:07 2003 +0000 +++ b/README Sun Oct 19 21:15:23 2003 +0000 @@ -12,7 +12,7 @@ This document is for getting you started in a few minutes. It cannot answer all of your questions. If you have problems, please read the documentation in -DOCS/en/documentation.html, which should help you solve most of your problems. +DOCS/HTML/en/index.html, which should help you solve most of your problems. Also read the man page to learn how to use MPlayer. @@ -26,10 +26,10 @@ Before you start... -Unless you know what are you doing, consult DOCS/en/video.html to see which driver -to use with your video card to get the best quality and performance. Most cards -require special drivers not included with XFree86 to drive their 2-D video -acceleration features like YUV and scaling. +Unless you know what are you doing, consult DOCS/HTML/en/devices.html#video-dev +to see which driver to use with your video card to get the best quality and +performance. Most cards require special drivers not included with XFree86 to +drive their 2-D video acceleration features like YUV and scaling. A quick and incomplete list of recommendations: - ATI cards: Get the GATOS drivers for X11/Xv or use VIDIX. @@ -37,7 +37,7 @@ - 3dfx Voodoo3/Banshee: Get XFree86 4.2.0+ for Xv or use the tdfxfb driver. - nVidia cards: Get the X11 driver from www.nvidia.com for Xv support. - NeoMagic cards: Get an Xv capable driver from our homepage as described in - DOCS/en/video.html. + DOCS/HTML/en/devices.html#video-dev. Without accelerated video even an 800MHz P3 may be too slow to play DVDs. @@ -223,5 +223,6 @@ option. Questions you may have are probably answered in the rest of the documentation. -The places to start reading are the man page, DOCS/en/documentation.html and -DOCS/en/faq.html. If you find a bug, read DOCS/en/bugreports.html first! +The places to start reading are the man page, DOCS/HTML/en/index.html and +DOCS/HTML/en/faq.html. If you find a bug, please report it, but first read +DOCS/HTML/en/bugreports.html. diff -r d699d589ed48 -r 604a27a2b966 libvo/vo_dga.c --- a/libvo/vo_dga.c Sun Oct 19 20:37:07 2003 +0000 +++ b/libvo/vo_dga.c Sun Oct 19 21:15:23 2003 +0000 @@ -715,7 +715,7 @@ if(vo_dga_vp_width == VO_DGA_INVALID_RES){ mp_msg(MSGT_VO, MSGL_ERR, "vo_dga: Something is wrong with your DGA. There doesn't seem to be a\n" " single suitable mode!\n" - " Please file a bug report (see DOCS/en/bugreports.html)\n"); + " Please file a bug report (see DOCS/HTML/en/bugreports.html)\n"); #ifndef HAVE_DGA2 #ifdef HAVE_XF86VM if(vo_dga_vidmodes){ diff -r d699d589ed48 -r 604a27a2b966 libvo/vo_xv.c --- a/libvo/vo_xv.c Sun Oct 19 20:37:07 2003 +0000 +++ b/libvo/vo_xv.c Sun Oct 19 21:15:23 2003 +0000 @@ -672,7 +672,7 @@ "see 'mplayer -vo help' for other (non-xv) video out drivers.\n"); else mp_msg(MSGT_VO,MSGL_ERR,"It seems there is no Xvideo support for your video card available.\n" - "Run 'xvinfo' to verify its Xv support and read DOCS/en/video.html#xv!\n" + "Run 'xvinfo' to verify its Xv support and read DOCS/HTML/en/devices.html#xv!\n" "See 'mplayer -vo help' for other (non-xv) video out drivers. Try -vo x11\n"); return -1; }