mirror of https://github.com/mpv-player/mpv
minor fixes/additions..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@506 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
6802958e55
commit
08891a6d70
|
@ -147,9 +147,9 @@ A: It works only if running as root! It's a DGA limitation.
|
|||
'chmod 750 /usr/local/bin/mplayer'
|
||||
'chmod +s /usr/local/bin/mplayer'
|
||||
!!!! BUT STAY TUNED !!!!
|
||||
This is a BIG security risk! Never do this on a server or on a computer
|
||||
This is a *BIG* security risk! *NEVER* do this on a server or on a computer
|
||||
can be accessed by more people than only you because they can gain root
|
||||
privilegies through suid root mplayer.
|
||||
privilegies through suid root mplayer!!!
|
||||
!!!! SO YOU HAVE BEEN WARNED ... !!!!
|
||||
|
||||
Q: The fsdga driver doesn't work with my xyz.avi file. Why is that?
|
||||
|
@ -172,3 +172,7 @@ Q: When using Xvideo, I can't play DivX avis with my Voodoo 3/Banshee !
|
|||
...
|
||||
A: Your driver is old, update it. The new driver also supports YUY2 required
|
||||
for DivX.
|
||||
|
||||
Q: I've downloaded an ASF with asfrecorder, but MPlayer can't play it !
|
||||
A: There were/are some known issues with asfrecorder, and the ASF format is
|
||||
a big crap itself. Please contact us, so the bug can be fixed.
|
||||
|
|
|
@ -75,6 +75,12 @@ ffactor = 0.75
|
|||
# monitor_vfreq = 50-90 # vertical frequency range
|
||||
# monitor_dotclock = 30M-300M # dotclock (or pixelclock) range
|
||||
|
||||
##
|
||||
## Specify DVD device (you need to install libcss, then recompile mplayer!)
|
||||
##
|
||||
|
||||
dvd = /dev/dvd
|
||||
|
||||
##
|
||||
## You can also include other configfiles
|
||||
## Specify full path!
|
||||
|
|
Loading…
Reference in New Issue