No subject


Tue Jul 26 17:16:29 PDT 2016


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