mirror of https://github.com/mpv-player/mpv
DOCS/en/ ---> DOCS/HTML/en/
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11184 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7756a2c223
commit
7ea36434ae
17
README
17
README
|
@ -12,7 +12,7 @@ not included.
|
||||||
|
|
||||||
This document is for getting you started in a few minutes. It cannot answer all
|
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
|
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.
|
Also read the man page to learn how to use MPlayer.
|
||||||
|
|
||||||
|
|
||||||
|
@ -26,10 +26,10 @@ Requirements:
|
||||||
|
|
||||||
|
|
||||||
Before you start...
|
Before you start...
|
||||||
Unless you know what are you doing, consult DOCS/en/video.html to see which driver
|
Unless you know what are you doing, consult DOCS/HTML/en/devices.html#video-dev
|
||||||
to use with your video card to get the best quality and performance. Most cards
|
to see which driver to use with your video card to get the best quality and
|
||||||
require special drivers not included with XFree86 to drive their 2-D video
|
performance. Most cards require special drivers not included with XFree86 to
|
||||||
acceleration features like YUV and scaling.
|
drive their 2-D video acceleration features like YUV and scaling.
|
||||||
|
|
||||||
A quick and incomplete list of recommendations:
|
A quick and incomplete list of recommendations:
|
||||||
- ATI cards: Get the GATOS drivers for X11/Xv or use VIDIX.
|
- ATI cards: Get the GATOS drivers for X11/Xv or use VIDIX.
|
||||||
|
@ -37,7 +37,7 @@ A quick and incomplete list of recommendations:
|
||||||
- 3dfx Voodoo3/Banshee: Get XFree86 4.2.0+ for Xv or use the tdfxfb driver.
|
- 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.
|
- 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
|
- 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.
|
Without accelerated video even an 800MHz P3 may be too slow to play DVDs.
|
||||||
|
|
||||||
|
@ -223,5 +223,6 @@ files smoothly on a Celeron 366. Slower systems may need the '-framedrop'
|
||||||
option.
|
option.
|
||||||
|
|
||||||
Questions you may have are probably answered in the rest of the documentation.
|
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
|
The places to start reading are the man page, DOCS/HTML/en/index.html and
|
||||||
DOCS/en/faq.html. If you find a bug, read DOCS/en/bugreports.html first!
|
DOCS/HTML/en/faq.html. If you find a bug, please report it, but first read
|
||||||
|
DOCS/HTML/en/bugreports.html.
|
||||||
|
|
|
@ -715,7 +715,7 @@ static uint32_t config( uint32_t width, uint32_t height,
|
||||||
if(vo_dga_vp_width == VO_DGA_INVALID_RES){
|
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"
|
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"
|
" 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
|
#ifndef HAVE_DGA2
|
||||||
#ifdef HAVE_XF86VM
|
#ifdef HAVE_XF86VM
|
||||||
if(vo_dga_vidmodes){
|
if(vo_dga_vidmodes){
|
||||||
|
|
|
@ -672,7 +672,7 @@ static uint32_t preinit(const char *arg)
|
||||||
"see 'mplayer -vo help' for other (non-xv) video out drivers.\n");
|
"see 'mplayer -vo help' for other (non-xv) video out drivers.\n");
|
||||||
else
|
else
|
||||||
mp_msg(MSGT_VO,MSGL_ERR,"It seems there is no Xvideo support for your video card available.\n"
|
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");
|
"See 'mplayer -vo help' for other (non-xv) video out drivers. Try -vo x11\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue