comparison DOCS/MPlayer-FAQ @ 66:8514fc8a5ccd

added more DGA info
author gabucino
date Fri, 09 Mar 2001 21:34:48 +0000
parents e7fe95f7b892
children 4eca9f4b30d8
comparison
equal deleted inserted replaced
65:dfbca71ee05e 66:8514fc8a5ccd
128 A: Check DOCS/TODO , if it doesn't contain your codec, contact us. 128 A: Check DOCS/TODO , if it doesn't contain your codec, contact us.
129 129
130 Q: What about DGA driver? I can't find it!!! 130 Q: What about DGA driver? I can't find it!!!
131 A: You have to run ./configure --enable-dga and then recompile. 131 A: You have to run ./configure --enable-dga and then recompile.
132 It will be autodetected in the near future. 132 It will be autodetected in the near future.
133
134 Q: Ok, -vo help shows DGA driver, but it is babbling about permissions!
135 Help me!
136 A: Make the mplayer binary SUID root. Become root and type the following:
137 'chown root /usr/local/bin/mplayer'
138 'chmod 750 /usr/local/bin/mplayer'
139 'chmod +s /usr/local/bin/mplayer'
140 Now it works as a simple user, too.