# HG changeset patch # User gabucino # Date 989503942 0 # Node ID 34c1a9fb631b8d961bcada13348a350ccd051e02 # Parent a40ee717336e3ab3785ebc87f4832d6ecb2fdb02 oh, this much? :p diff -r a40ee717336e -r 34c1a9fb631b DOCS/CDROM --- a/DOCS/CDROM Thu May 10 13:20:56 2001 +0000 +++ b/DOCS/CDROM Thu May 10 14:12:22 2001 +0000 @@ -29,9 +29,8 @@ echo file_readahead:2000000 >/proc/ide//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 +It's recommended that you tuneup your CDROM drive also with hdparm : + hdparm -d1 -a8 -u1 to enable using DMA access, readahead, and IRQ unmasking. (if you don't understand these, *read the hdparm manpage*) diff -r a40ee717336e -r 34c1a9fb631b DOCS/DVD --- a/DOCS/DVD Thu May 10 13:20:56 2001 +0000 +++ b/DOCS/DVD Thu May 10 14:12:22 2001 +0000 @@ -89,7 +89,7 @@ 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 -r a40ee717336e -r 34c1a9fb631b DOCS/DVD-FAQ --- a/DOCS/DVD-FAQ Thu May 10 13:20:56 2001 +0000 +++ b/DOCS/DVD-FAQ Thu May 10 14:12:22 2001 +0000 @@ -4,7 +4,7 @@ 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 @@ 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 -r a40ee717336e -r 34c1a9fb631b DOCS/LIRC --- a/DOCS/LIRC Thu May 10 13:20:56 2001 +0000 +++ b/DOCS/LIRC Thu May 10 14:12:22 2001 +0000 @@ -13,7 +13,6 @@ 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 -r a40ee717336e -r 34c1a9fb631b DOCS/MTRR --- a/DOCS/MTRR Thu May 10 13:20:56 2001 +0000 +++ b/DOCS/MTRR Thu May 10 14:12:22 2001 +0000 @@ -35,5 +35,5 @@ 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 -r a40ee717336e -r 34c1a9fb631b DOCS/SOUNDCARDS --- a/DOCS/SOUNDCARDS Thu May 10 13:20:56 2001 +0000 +++ b/DOCS/SOUNDCARDS Thu May 10 14:12:22 2001 +0000 @@ -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 @@ 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 -r a40ee717336e -r 34c1a9fb631b DOCS/example.conf --- a/DOCS/example.conf Thu May 10 13:20:56 2001 +0000 +++ b/DOCS/example.conf Thu May 10 14:12:22 2001 +0000 @@ -26,7 +26,7 @@ # Used by drivers: svga # x=800 # scale movie to pixels width -# y=600 # scale movie to pixles height +# y=600 # scale movie to pixels height ## ## Multiple languages are available :) @@ -82,11 +82,8 @@ # 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