nvidia-merged/README.md

18 lines
581 B
Markdown
Raw Normal View History

2024-09-29 23:42:43 -04:00
# `nvidia-merged`
2024-09-29 23:42:43 -04:00
This is NVIDIA vGPU R16 horribly hacked to build and work on up to Linux 6.11.
2024-09-29 23:42:43 -04:00
# Building
2024-09-29 23:42:43 -04:00
`makepkg` will build with linux 6.1x patches.
2024-09-29 23:42:43 -04:00
To disable them, use `_use_new_patches="false" makepkg`. This is useful if you're not using a upstream kernel
2024-09-29 23:42:43 -04:00
**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.
2024-09-29 23:42:43 -04:00
# Thanks
- Erin-allison originally created the PKGBUILD I based this on.
- Snowman for vGPU-Unlock-Patcher
- vgpu-unlock_rs