Frogging-Family / nvidia-all

Nvidia driver latest to 396 series AIO installer
788 stars 69 forks source link

Question: How do I reduce the size of the nvidia-utils file? #14

Closed Orangian closed 3 years ago

Orangian commented 3 years ago

Hi. I'm building this driver for my personal Arch distro, but the nvidia-utils package file generated is over 100 megabytes which is causing some issues with my package repo. Is there any way to reduce the size of the generated file?

Tk-Glitch commented 3 years ago

The only way is to skip some features. Commenting out the libnvoptix & libnvidia-rtcore lines in the PKGBUILD would reduce the size by about half, if you're okay without those features.

Orangian commented 3 years ago

Ah, thanks! That should get everything working now. Thanks for your help!

Tk-Glitch commented 3 years ago

You're welcome!

telans commented 3 years ago

The only way is to skip some features.

Needs some USE flags 😎