mirror of
https://github.com/mpv-player/mpv
synced 2024-12-11 17:37:23 +00:00
oh, this much? :p
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@754 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4c3818cc9f
commit
962b13e7b3
@ -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*)
|
||||
|
||||
|
2
DOCS/DVD
2
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).
|
||||
|
@ -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).
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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).
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user