summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-18 18:52:35 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-18 18:52:35 +0000
commit08891a6d707dfd82d79a4b3024b00cd7e74c2fa3 (patch)
treebc7b16accaf1eeb0a0d63dbeacbbf09e7a0641d5 /DOCS
parent6802958e55b92f9834fab85b0a027a39ec059724 (diff)
downloadmpv-08891a6d707dfd82d79a4b3024b00cd7e74c2fa3.tar.bz2
mpv-08891a6d707dfd82d79a4b3024b00cd7e74c2fa3.tar.xz
minor fixes/additions..
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@506 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/MPlayer-FAQ8
-rw-r--r--DOCS/example.conf6
2 files changed, 12 insertions, 2 deletions
diff --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ
index 9b43c95b07..1ab5a90d56 100644
--- a/DOCS/MPlayer-FAQ
+++ b/DOCS/MPlayer-FAQ
@@ -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.
diff --git a/DOCS/example.conf b/DOCS/example.conf
index 18a6741f7f..fd7520fe54 100644
--- a/DOCS/example.conf
+++ b/DOCS/example.conf
@@ -76,6 +76,12 @@ ffactor = 0.75
# 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!
##