comparison README @ 11183:604a27a2b966

DOCS/en/ ---> DOCS/HTML/en/
author diego
date Sun, 19 Oct 2003 21:15:23 +0000
parents 64329cda90c5
children 16c01dbca208
comparison
equal deleted inserted replaced
11182:d699d589ed48 11183:604a27a2b966
10 from the MPlayer source tree. An unofficial graphical frontend exists but is 10 from the MPlayer source tree. An unofficial graphical frontend exists but is
11 not included. 11 not included.
12 12
13 This document is for getting you started in a few minutes. It cannot answer all 13 This document is for getting you started in a few minutes. It cannot answer all
14 of your questions. If you have problems, please read the documentation in 14 of your questions. If you have problems, please read the documentation in
15 DOCS/en/documentation.html, which should help you solve most of your problems. 15 DOCS/HTML/en/index.html, which should help you solve most of your problems.
16 Also read the man page to learn how to use MPlayer. 16 Also read the man page to learn how to use MPlayer.
17 17
18 18
19 Requirements: 19 Requirements:
20 - You need a working development environment that can compile programs. 20 - You need a working development environment that can compile programs.
24 packages installed. 24 packages installed.
25 - For the GUI you need the libpng and GTK 1.2 development packages. 25 - For the GUI you need the libpng and GTK 1.2 development packages.
26 26
27 27
28 Before you start... 28 Before you start...
29 Unless you know what are you doing, consult DOCS/en/video.html to see which driver 29 Unless you know what are you doing, consult DOCS/HTML/en/devices.html#video-dev
30 to use with your video card to get the best quality and performance. Most cards 30 to see which driver to use with your video card to get the best quality and
31 require special drivers not included with XFree86 to drive their 2-D video 31 performance. Most cards require special drivers not included with XFree86 to
32 acceleration features like YUV and scaling. 32 drive their 2-D video acceleration features like YUV and scaling.
33 33
34 A quick and incomplete list of recommendations: 34 A quick and incomplete list of recommendations:
35 - ATI cards: Get the GATOS drivers for X11/Xv or use VIDIX. 35 - ATI cards: Get the GATOS drivers for X11/Xv or use VIDIX.
36 - Matrox G200/G4x0/G550: Compile and use mga_vid for Linux, on BSD use VIDIX. 36 - Matrox G200/G4x0/G550: Compile and use mga_vid for Linux, on BSD use VIDIX.
37 - 3dfx Voodoo3/Banshee: Get XFree86 4.2.0+ for Xv or use the tdfxfb driver. 37 - 3dfx Voodoo3/Banshee: Get XFree86 4.2.0+ for Xv or use the tdfxfb driver.
38 - nVidia cards: Get the X11 driver from www.nvidia.com for Xv support. 38 - nVidia cards: Get the X11 driver from www.nvidia.com for Xv support.
39 - NeoMagic cards: Get an Xv capable driver from our homepage as described in 39 - NeoMagic cards: Get an Xv capable driver from our homepage as described in
40 DOCS/en/video.html. 40 DOCS/HTML/en/devices.html#video-dev.
41 41
42 Without accelerated video even an 800MHz P3 may be too slow to play DVDs. 42 Without accelerated video even an 800MHz P3 may be too slow to play DVDs.
43 43
44 44
45 ______________________ 45 ______________________
221 good audio and video driver combination, one can play DVDs and 720x576 DivX 221 good audio and video driver combination, one can play DVDs and 720x576 DivX
222 files smoothly on a Celeron 366. Slower systems may need the '-framedrop' 222 files smoothly on a Celeron 366. Slower systems may need the '-framedrop'
223 option. 223 option.
224 224
225 Questions you may have are probably answered in the rest of the documentation. 225 Questions you may have are probably answered in the rest of the documentation.
226 The places to start reading are the man page, DOCS/en/documentation.html and 226 The places to start reading are the man page, DOCS/HTML/en/index.html and
227 DOCS/en/faq.html. If you find a bug, read DOCS/en/bugreports.html first! 227 DOCS/HTML/en/faq.html. If you find a bug, please report it, but first read
228 DOCS/HTML/en/bugreports.html.