Mercurial > mplayer.hg
comparison DOCS/VIDEOCARDS @ 1208:570b32414d1a
reviewed for release
author | gabucino |
---|---|
date | Sat, 23 Jun 2001 19:34:20 +0000 |
parents | d769cd81a215 |
children |
comparison
equal
deleted
inserted
replaced
1207:bf18175dfad7 | 1208:570b32414d1a |
---|---|
158 This is a BIG security risk! Never do this on a server or on a computer | 158 This is a BIG security risk! Never do this on a server or on a computer |
159 can be accessed by more people than only you because they can gain root | 159 can be accessed by more people than only you because they can gain root |
160 privilegies through suid root mplayer. | 160 privilegies through suid root mplayer. |
161 !!!! SO YOU HAVE BEEN WARNED ... !!!! | 161 !!!! SO YOU HAVE BEEN WARNED ... !!!! |
162 5. Use '-vo dga' option, and there you go! (hope so:) | 162 5. Use '-vo dga' option, and there you go! (hope so:) |
163 6. Try if the '-vo sdl -sdl dga' options work for you! It's much faster!!! | 163 6. Try if the '-vo sdl:dga' options work for you! It's much faster!!! |
164 | 164 |
165 If you have fast enough CPU (P3 800 for example) you can try fsdga for | 165 If you have fast enough CPU (P3 800 for example) you can try fsdga for |
166 fullscreen mpeg playing (using software YUV->RGB scaling): | 166 fullscreen mpeg playing (using software YUV->RGB scaling): |
167 mplayer -vo fsdga ... | 167 mplayer -vo fsdga ... |
168 | 168 |
177 Of course you'll have to install svgalib and its development package in | 177 Of course you'll have to install svgalib and its development package in |
178 order for MPlayer build its SVGAlib driver (autodetected, but can be | 178 order for MPlayer build its SVGAlib driver (autodetected, but can be |
179 forced), and don't forget to edit /etc/vga/libvga.config to suit your | 179 forced), and don't forget to edit /etc/vga/libvga.config to suit your |
180 card & monitor. | 180 card & monitor. |
181 | 181 |
182 Try the aalib target ('-vo sdl -sdl aalib'), it's great! :) | 182 Try the aalib target ('-vo sdl:aalib'), it's great! :) |
183 | 183 |
184 b, You want to use framebuffer... | 184 b, You want to use framebuffer... |
185 ... Whether to build the FBdev target is autodetected during ./configure . | 185 ... Whether to build the FBdev target is autodetected during ./configure . |
186 Read the framebuffer documentation in the kernel sources | 186 Read the framebuffer documentation in the kernel sources |
187 (Documentation/fb/*) for info on how to enable it, etc.. ! | 187 (Documentation/fb/*) for info on how to enable it, etc.. ! |