No subject

Unknown Unknown
Thu Sep 2 06:39:00 PDT 2004


in nvidia_pci.c you'll want to change -

   if (vendor != NVIDIA_VENDORID || device < 0x0020)
        return ENXIO;

to

   if (vendor != NVIDIA_VENDORID || device != 0x0253)
        return ENXIO;


Admittedly this is a hack, but I haven't come up with anything
better just yet :) :) ...

Andrew.






More information about the Bugs mailing list