diff options
author | nick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-02 14:01:13 +0000 |
---|---|---|
committer | nick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-12-02 14:01:13 +0000 |
commit | 1ab42de54e7104ea70212a0b65484ad516e3dd62 (patch) | |
tree | 8a81d8c220ab55f92737d9283a8bb79e69984c68 | |
parent | b840873f194d163290251e869f6eabcf98971c72 (diff) |
-vo mga notes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3271 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | drivers/radeon/README | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/radeon/README b/drivers/radeon/README index 96be727bfc..3aee5ff36a 100644 --- a/drivers/radeon/README +++ b/drivers/radeon/README @@ -40,9 +40,15 @@ Using with mplayer: ~~~~~~~~~~~~~~~~~~~ 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: ~~~~~~~~~~~~ |