Mercurial > mplayer.hg
comparison DOCS/VIDEOCARDS @ 274:f5b9be0426c9
Missing '=' fixed
author | arpi_esp |
---|---|
date | Sun, 01 Apr 2001 23:03:21 +0000 |
parents | f3eb963d1370 |
children | 2ed825f69e25 |
comparison
equal
deleted
inserted
replaced
273:167356f35b8f | 274:f5b9be0426c9 |
---|---|
85 | 85 |
86 To use, simply compile the mga_vid.o in the drivers/ subdir (type: make) | 86 To use, simply compile the mga_vid.o in the drivers/ subdir (type: make) |
87 and load it with insmod mga_vid.o. You should verify the memory size | 87 and load it with insmod mga_vid.o. You should verify the memory size |
88 detection using the 'dmesg' command. If it's bad, use the mga_ram_size | 88 detection using the 'dmesg' command. If it's bad, use the mga_ram_size |
89 option (rmmod mga_vid first), specify card's memory size in MB: | 89 option (rmmod mga_vid first), specify card's memory size in MB: |
90 insmod mga_vid.o mga_ram_size 16 | 90 insmod mga_vid.o mga_ram_size=16 |
91 | 91 |
92 Using it from MPlayer: (you should re-compile it with mga_vid support...) | 92 Using it from MPlayer: (you should re-compile it with mga_vid support...) |
93 | 93 |
94 Use the 'mga' vo driver on framebuffer console (matroxfb): -vo mga | 94 Use the 'mga' vo driver on framebuffer console (matroxfb): -vo mga |
95 and use the xmga driver for X 3.3.x: -vo xmga | 95 and use the xmga driver for X 3.3.x: -vo xmga |