From: Matan Ziv-Av <ma...@sv...> - 2006-02-02 22:18:40
|
On Thu, 2 Feb 2006, ludovic pollet wrote: > Your work is really interresting ! > > Does your driver actually disable NV vga ioports ? > > In my case, that could be helpfull : > > My computer runs with a MGA and a NVIDIA board. Sometime, the nvidia head > seems to be messed up when X starts on the MGA board. I believe that the X > mga driver directly accesses the VGA ioports which belong to the NV board. > > So, with nvvgacon I may have a vga console on the NV card which would not > require VGA ioports access. If your driver disable VGA ioport on the NV > board, I'll be sure that no more conflict will arise ! The driver does not disable the vga ports. You can disable them by disallowing all IO access to the card in PCI config (bit 0 of command register). (not related to driver). Please note that the driver only works on NV3 (Riva128) cards. If you want to use it on a newer card, it will need a few changes. -- Matan Ziv-Av. ma...@sv... |