From 0edf4bcf58ca58018c99ee7f4736c4bdf25aa254 Mon Sep 17 00:00:00 2001 From: Andy365-365 Date: Mon, 8 Jun 2026 16:49:27 +0800 Subject: [PATCH] docs(README): add note to select open source driver during install --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index feb593d3a..b8b0ffba4 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ address over DMA. - Add `amd_iommu=on iommu=pt` to `GRUB_CMDLINE_LINUX_DEFAULT` (use `intel_iommu=on iommu=pt` on Intel) - Run `sudo update-grub` 2. Install the [NVIDIA 610.43.02 driver](https://www.nvidia.com/en-us/drivers/details/271414/) + - **When installing the driver, select the open source driver** so we can modify it with the patch. 3. Run `./install.sh` in this repo 4. Reboot the server