Mercurial > mplayer.hg
changeset 3270:d5d87c2c9157
-vo mga notes
author | nick |
---|---|
date | Sun, 02 Dec 2001 14:01:13 +0000 |
parents | a4437ac3f034 |
children | f25ad52b76b8 |
files | drivers/radeon/README |
diffstat | 1 files changed, 8 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/drivers/radeon/README Sun Dec 02 13:48:42 2001 +0000 +++ b/drivers/radeon/README Sun Dec 02 14:01:13 2001 +0000 @@ -40,9 +40,15 @@ ~~~~~~~~~~~~~~~~~~~ Currently there is only way to use ATI's drivers: -mplayer -vo vesa:lvo:/dev/radeon_vid -<your options> filename +mplayer -vo vesa:lvo:/dev/radeon_vid -<your vesa's options> filename or -mplayer -vo vesa:lvo:/dev/rage128_vid -<your options> filename +mplayer -vo vesa:lvo:/dev/rage128_vid -<your vesa's options> filename + +For YV12 formats you can use also: +mplayer -vo mga:/dev/radeon_vid -<your mga's option> filename + +but in this case you should load at least radeonfb driver from +this package. Configuring: ~~~~~~~~~~~~