# HG changeset patch # User arpi_esp # Date 986166201 0 # Node ID f5b9be0426c9e910f9d20177153edc2e84a8861a # Parent 167356f35b8f795ddc8142ef1a65e819bfda12a3 Missing '=' fixed diff -r 167356f35b8f -r f5b9be0426c9 DOCS/VIDEOCARDS --- a/DOCS/VIDEOCARDS Sun Apr 01 23:01:37 2001 +0000 +++ b/DOCS/VIDEOCARDS Sun Apr 01 23:03:21 2001 +0000 @@ -87,7 +87,7 @@ and load it with insmod mga_vid.o. You should verify the memory size detection using the 'dmesg' command. If it's bad, use the mga_ram_size option (rmmod mga_vid first), specify card's memory size in MB: - insmod mga_vid.o mga_ram_size 16 + insmod mga_vid.o mga_ram_size=16 Using it from MPlayer: (you should re-compile it with mga_vid support...)