summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-10 14:12:22 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-05-10 14:12:22 +0000
commit962b13e7b3baa5fc4bb549b6132f0d2e2d2aca72 (patch)
tree04a05fd691d588a4e693d9198e59dd9abbf0fc5e /DOCS
parent4c3818cc9f244537904e359ed835ae18c93ce314 (diff)
downloadmpv-962b13e7b3baa5fc4bb549b6132f0d2e2d2aca72.tar.bz2
mpv-962b13e7b3baa5fc4bb549b6132f0d2e2d2aca72.tar.xz
oh, this much? :p
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@754 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/CDROM5
-rw-r--r--DOCS/DVD2
-rw-r--r--DOCS/DVD-FAQ5
-rw-r--r--DOCS/LIRC1
-rw-r--r--DOCS/MTRR4
-rw-r--r--DOCS/SOUNDCARDS7
-rw-r--r--DOCS/example.conf7
7 files changed, 12 insertions, 19 deletions
diff --git a/DOCS/CDROM b/DOCS/CDROM
index f45cb883b2..0b8f81e6e2 100644
--- a/DOCS/CDROM
+++ b/DOCS/CDROM
@@ -29,9 +29,8 @@ I use following command too :
echo file_readahead:2000000 >/proc/ide/<cdrom device>/settings
for 2MB prefetched reading from the file (it's useful for scratched CDROMs).
-It's recommended that you tuneup your CDROM drive also with hdparm:
-
-hdparm -d1 -a8 -u1 <cdrom device>
+It's recommended that you tuneup your CDROM drive also with hdparm :
+ hdparm -d1 -a8 -u1 <cdrom device>
to enable using DMA access, readahead, and IRQ unmasking.
(if you don't understand these, *read the hdparm manpage*)
diff --git a/DOCS/DVD b/DOCS/DVD
index 01b04124d9..a31d2496a7 100644
--- a/DOCS/DVD
+++ b/DOCS/DVD
@@ -89,7 +89,7 @@ like 1GHz Athlon systems (as far as I know, it's said that about
300MHz celeron is the minimum to watch DVDs ... using windows
DVD viewers).
-Hint: I commented out downmix fountions from libac3 (of course in this way I
+Hint: I commented out downmix functions from libac3 (of course in this way I
can't get sound) and audio decoding CPU usage became 11% instead of 24 on
my machine. This clearly indicates that we should optimize downmix functions
(KNI code is no use for my k6-2).
diff --git a/DOCS/DVD-FAQ b/DOCS/DVD-FAQ
index c98f636454..daeb0d9d6d 100644
--- a/DOCS/DVD-FAQ
+++ b/DOCS/DVD-FAQ
@@ -4,7 +4,7 @@ A: Read file 'DVD' as well.
Q: How can I actually watch DVD with MPlayer?
A: Ehh. Go on reading this file as well as 'DVD' (hint: you must have libcss)
-Q: So MPlayer can play DVDs? Then it must use DeCSS ! You are under arrest
+Q: So MPlayer can play DVDs? Then it must use DeCSS! You are under arrest
under the XYZ#$ paragraph of the--
A: Get back asshole, there is no DeCSS code in MPlayer. It links to libcss.
@@ -24,9 +24,6 @@ A: known problem, we try to fix it later
Q: DVD support in MPlayer is a piece of shit!
A: You're probably right :) However please contact us if you can improve it!
-Q: How can I compile MPlayer to be able to watch DVDs?
-A: Read file 'DVD' (as usual).
-
Q: Where can I get libcss package from?
A: Maybe from the source of OMS (www.livid.org).
diff --git a/DOCS/LIRC b/DOCS/LIRC
index 5b9ebd06f2..c38d6b85b4 100644
--- a/DOCS/LIRC
+++ b/DOCS/LIRC
@@ -13,7 +13,6 @@ o MPlayer and LIRC
If you have installed the lirc-package, you can compile MPlayer with LIRC
support using ./configure --enable-lirc
- You should do 'make distclean' before re-compile with 'make dep;make'
If everything went fine, MPlayer will print a message like
LIRC init was successful.
diff --git a/DOCS/MTRR b/DOCS/MTRR
index 6117f4f259..cdfd4128dd 100644
--- a/DOCS/MTRR
+++ b/DOCS/MTRR
@@ -35,5 +35,5 @@ You know base address and memory size, let's setup mtrr registers!
ram (size=0x2000000) just execute:
echo "base=0xd8000000 size=0x2000000 type=write-combining" >| /proc/mtrr
- - Older K6-2's [around 266Mhz, stepping 0] doesn't support MTRR.
- - K6-2 with 'stepping 12' (do a cat /proc/cpuinfo) supports MTRR.
+ - Older K6-2's [around 266Mhz, stepping 0] doesn't support MTRR, but
+ stepping 12's do ('cat /proc/cpuinfo' to check it).
diff --git a/DOCS/SOUNDCARDS b/DOCS/SOUNDCARDS
index e93d28a39b..5b31c74e82 100644
--- a/DOCS/SOUNDCARDS
+++ b/DOCS/SOUNDCARDS
@@ -2,8 +2,9 @@
Recommendations for misc. soundcards
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Aureal Vortex 2:
- run ./configure script with --disable-select option
+// (new audio code, what now?)
+// Aureal Vortex 2:
+// run ./configure script with --disable-select option
GUS PnP:
OSS : none
@@ -31,7 +32,7 @@ ESS 688:
Max kHz : 48
PC Speaker or DAC:
- OSS : only with the new HQ timing code
+ OSS : OK (new timing code?)
ALSA : no driver
Max kHz : 6 ;) (the driver emulates 44.1 maybe more)
Driver : ftp://ftp.infradead.org/pub/pcsp
diff --git a/DOCS/example.conf b/DOCS/example.conf
index 3219217462..577557eb02 100644
--- a/DOCS/example.conf
+++ b/DOCS/example.conf
@@ -26,7 +26,7 @@ zoom=no # Enable software scaling (powerful CPU needed)
# Used by drivers: svga
# x=800 # scale movie to <x> pixels width
-# y=600 # scale movie to <y> pixles height
+# y=600 # scale movie to <y> pixels height
##
## Multiple languages are available :)
@@ -82,11 +82,8 @@ ffactor = 0.75
# noxv = yes # do not use XVideo hardware acceleration
# forcexv = yes # force XVideo even if not detected
-##
-## disable usage of DirectShow video codecs
-##
-# nodshow
+# nodshow # disable usage of DirectShow video codecs
##
## You can also include other configfiles