mirror of https://github.com/mpv-player/mpv
added more DGA info
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@67 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0d84085bbd
commit
096dcb6f07
|
@ -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!!!
|
Q: What about DGA driver? I can't find it!!!
|
||||||
A: You have to run ./configure --enable-dga and then recompile.
|
A: You have to run ./configure --enable-dga and then recompile.
|
||||||
It will be autodetected in the near future.
|
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.
|
||||||
|
|
|
@ -79,6 +79,7 @@ Supported video output devices:
|
||||||
(Xv emulation on X 3.3.x !)
|
(Xv emulation on X 3.3.x !)
|
||||||
- x11: X11 optionally with SHM extension
|
- x11: X11 optionally with SHM extension
|
||||||
- dga: X11 DGA extension
|
- dga: X11 DGA extension
|
||||||
|
- fsdga:X11 DGA extension with fullscreen scaling
|
||||||
- xv: X11 using overlays with the Xvideo extension (hardware YUV & 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)
|
- gl: OpenGL renderer, works only with Utah-GLX! (no DRI or nVidia drivers)
|
||||||
- syncfb: Matrox G400 YUV support on framebuffer (not tested, maybe broken)
|
- syncfb: Matrox G400 YUV support on framebuffer (not tested, maybe broken)
|
||||||
|
|
Loading…
Reference in New Issue