Mercurial > mplayer.hg
diff DOCS/MPlayer-FAQ @ 66:8514fc8a5ccd
added more DGA info
author | gabucino |
---|---|
date | Fri, 09 Mar 2001 21:34:48 +0000 |
parents | e7fe95f7b892 |
children | 4eca9f4b30d8 |
line wrap: on
line diff
--- a/DOCS/MPlayer-FAQ Fri Mar 09 16:32:48 2001 +0000 +++ b/DOCS/MPlayer-FAQ Fri Mar 09 21:34:48 2001 +0000 @@ -130,3 +130,11 @@ 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.