Mercurial > mplayer.hg
changeset 66:8514fc8a5ccd
added more DGA info
author | gabucino |
---|---|
date | Fri, 09 Mar 2001 21:34:48 +0000 |
parents | dfbca71ee05e |
children | 4eca9f4b30d8 |
files | DOCS/MPlayer-FAQ DOCS/README |
diffstat | 2 files changed, 9 insertions(+), 0 deletions(-) [+] |
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.
--- a/DOCS/README Fri Mar 09 16:32:48 2001 +0000 +++ b/DOCS/README Fri Mar 09 21:34:48 2001 +0000 @@ -79,6 +79,7 @@ (Xv emulation on X 3.3.x !) - x11: X11 optionally with SHM extension - dga: X11 DGA extension +- fsdga:X11 DGA extension with fullscreen scaling - xv: X11 using overlays with the Xvideo extension (hardware YUV & scaling) - gl: OpenGL renderer, works only with Utah-GLX! (no DRI or nVidia drivers) - syncfb: Matrox G400 YUV support on framebuffer (not tested, maybe broken)