From: Matan Ziv-Av <ma...@sv...> - 2000-05-10 12:26:16
|
Hi, I wrote a console text mode driver for nvidia card which is not the primary card in the system. Its usage is similar to mdacon. The card needs to be initialized before the module is loaded, which can be done by the bios (if there is support for this in the bios), or the x86emu package. If you have more than one nvidia card in the system, use the vram module option to make sure the module controls the correct card (the one with the video ram aperture at the given address). The source code is at http://www.arava.co.il/matan/misc/nvvgacon.tar.gz -- Matan Ziv-Av. ma...@sv... |