summaryrefslogtreecommitdiffstats
path: root/DOCS/MPlayer-FAQ
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-09 21:34:48 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-03-09 21:34:48 +0000
commit096dcb6f075cb2e939fa5c672e213dfea52f522d (patch)
treeb675021891261ca0484d9e1ee220e8279ada7260 /DOCS/MPlayer-FAQ
parent0d84085bbd2343708c41a86ee9bd5c6003379fa2 (diff)
downloadmpv-096dcb6f075cb2e939fa5c672e213dfea52f522d.tar.bz2
mpv-096dcb6f075cb2e939fa5c672e213dfea52f522d.tar.xz
added more DGA info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@67 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/MPlayer-FAQ')
-rw-r--r--DOCS/MPlayer-FAQ8
1 files changed, 8 insertions, 0 deletions
diff --git a/DOCS/MPlayer-FAQ b/DOCS/MPlayer-FAQ
index 0ff6b8eba0..56b781dcd3 100644
--- a/DOCS/MPlayer-FAQ
+++ b/DOCS/MPlayer-FAQ
@@ -130,3 +130,11 @@ A: Check DOCS/TODO , if it doesn't contain your codec, contact us.
Q: What about DGA driver? I can't find it!!!
A: You have to run ./configure --enable-dga and then recompile.
It will be autodetected in the near future.
+
+Q: Ok, -vo help shows DGA driver, but it is babbling about permissions!
+ Help me!
+A: Make the mplayer binary SUID root. Become root and type the following:
+ 'chown root /usr/local/bin/mplayer'
+ 'chmod 750 /usr/local/bin/mplayer'
+ 'chmod +s /usr/local/bin/mplayer'
+ Now it works as a simple user, too.