> Thanks, but I've already added those to my package.mask, but the 1.0-6111 > nVidia kernel module refuses to compile on 2.6.11 and most its the release > candidates for me.
When I was using nvidia I downloaded the 6111 release from nvidia.com and had to modify some of the code to get it to compile for 2.6.10. Below is a note that I made for myself of the changes that I made, they'll probably work for you also: winux nvidia # cat nvidia.changes 12/30/2004 - dnebing - I modified the usr/src/nv/nv.c to do the following: 1. Replace pci_find_class() with pci_get_class(). The arguments are the same, but pci_find_class was removed and replaced with pci_get_class(). Replacement builds successfully with this change. 2. Declare __VMALLOC_RESERVE. Don't know what value it should have, but a value must be defined for it to work. I used "unsigned int __VMALLOC_RESERVE = 128 << 20;". After making these changes, the regular installer will work successfully. -- gentoo-user@gentoo.org mailing list