diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-08-03 20:04:03 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-08-03 20:04:03 +0000 |
commit | bfd89d7610aabd5a5b872a2f9b91ad1f6d272e27 (patch) | |
tree | ea71627afacb95b59b0d3c4eb3fea8a0bac0d4b6 /DOCS/man/fr | |
parent | 8aef85f1c29c9f4654366ec8113ab228f771789c (diff) |
Add video driver for Nintendo Wii/GameCube.
Original patch by Jing Liu <fatersh-1@yahoo.com>,
based on vo_fbdev.c and adapted to Nintendo's specific GPU.
This driver handles dedicated ATI GPU, which can be found in:
- Nintendo GameCube (ATI LSI Flipper @ 162 MHz)
- Nintendo Wii (ATI Hollywood @ 243 MHz)
Flipper and Hollywood chipsets are pretty similar, except from clock speed:
- Embedded framebuffer is 2MB.
- Texture cache is 1MB.
- Vertex cache is 0.1 MB.
- Framebuffer is YUY2, not RGB.
- Best resolution is 480p (854x480)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27407 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/fr')
-rw-r--r-- | DOCS/man/fr/mplayer.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/fr/mplayer.1 b/DOCS/man/fr/mplayer.1 index 2b1ebc814f..730c492593 100644 --- a/DOCS/man/fr/mplayer.1 +++ b/DOCS/man/fr/mplayer.1 @@ -4149,6 +4149,10 @@ Choisit explicitement le périphérique fbdev à utiliser (par défaut\ : .PD 1 . .TP +.B wii (Linux uniquement) +Pilote de sortie vidéo spécifiques aux consoles Nintendo Wii et GameCube. +. +.TP .B 3dfx (Linux uniquement) Pilote de sortie vidéo spécifique aux cartes 3dfx, qui exploite directement les circuits matériels 3dfx sous X11. |