NVIDIA vGPU Merged Drivers
Go to file
2024-09-29 23:42:43 -04:00
.gitignore initial working tree 2024-09-29 22:10:55 -04:00
.SRCINFO initial working tree 2024-09-29 22:10:55 -04:00
0001-Fix-NVIDIA-blob-patch-not-using-BASEDIR.patch initial working tree 2024-09-29 22:10:55 -04:00
0002-vGPU-and-Desktop-in-harmony.patch initial working tree 2024-09-29 22:10:55 -04:00
dkms-conftest-iosys-fix.patch updpkg pkgrel=2: add linux 6.8 patches 2024-09-29 22:33:37 -04:00
nvidia-drm-defs-fix.patch updpkg pkgrel=2: add linux 6.8 patches 2024-09-29 22:33:37 -04:00
nvidia-drm-outputclass.conf initial working tree 2024-09-29 22:10:55 -04:00
nvidia-eventfd-fix.patch updpkg pkgrel=2: add linux 6.8 patches 2024-09-29 22:33:37 -04:00
nvidia-follow-pfn-reimpl.patch Add all 6.1x support patches 2024-09-29 23:36:46 -04:00
nvidia-iommu-api-fix.patch updpkg pkgrel=2: add linux 6.8 patches 2024-09-29 22:33:37 -04:00
nvidia-smi initial working tree 2024-09-29 22:10:55 -04:00
nvidia-utils.install initial working tree 2024-09-29 22:10:55 -04:00
nvidia-utils.sysusers initial working tree 2024-09-29 22:10:55 -04:00
nvidia-vgpu.conf initial working tree 2024-09-29 22:10:55 -04:00
nvidia.rules initial working tree 2024-09-29 22:10:55 -04:00
PKGBUILD Add all 6.1x support patches 2024-09-29 23:36:46 -04:00
README.md replace readme 2024-09-29 23:42:43 -04:00
vgpu_unlock-rs.conf initial working tree 2024-09-29 22:10:55 -04:00

nvidia-merged

This is NVIDIA vGPU R16 horribly hacked to build and work on up to Linux 6.11.

Building

makepkg will build with linux 6.1x patches.

To disable them, use _use_new_patches="false" makepkg. This is useful if you're not using a upstream kernel

NOTICE: the vGPU VFIO module needs CONFIG_IOMMUFD=n to function properly. No Arch kernels are built with this config option set correctly, so you will have to build your own kernel.

Thanks

  • Erin-allison originally created the PKGBUILD I based this on.
  • Snowman for vGPU-Unlock-Patcher
  • vgpu-unlock_rs