# HG changeset patch # User diego # Date 1100139863 0 # Node ID efc819eee6e3fd323a3a3ae54f6b475de753c526 # Parent c7d1760a47671f2c8bc161253e00824c20349214 devices.html is no more, links updated. diff -r c7d1760a4767 -r efc819eee6e3 README --- a/README Thu Nov 11 02:12:36 2004 +0000 +++ b/README Thu Nov 11 02:24:23 2004 +0000 @@ -25,8 +25,8 @@ Before you start... -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 +Unless you know what are you doing, consult DOCS/HTML/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. @@ -36,7 +36,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/HTML/en/devices.html#video-dev. + DOCS/HTML/en/video.html. Without accelerated video even an 800MHz P3 may be too slow to play DVDs. diff -r c7d1760a4767 -r efc819eee6e3 libvo/vo_xv.c --- a/libvo/vo_xv.c Thu Nov 11 02:12:36 2004 +0000 +++ b/libvo/vo_xv.c Thu Nov 11 02:24:23 2004 +0000 @@ -871,7 +871,7 @@ 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/HTML/en/devices.html#xv!\n" + "Run 'xvinfo' to verify its Xv support and read DOCS/HTML/en/video.html#xv!\n" "See 'mplayer -vo help' for other (non-xv) video out drivers. Try -vo x11\n"); return -1; }