From db8a37efd618254db67655ee6f2da580a83e8679 Mon Sep 17 00:00:00 2001 From: KrutavShah Date: Sat, 24 Apr 2021 12:23:05 -0700 Subject: [PATCH] Added some improvements to the README. --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2d2b17d..b4f9a1a 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,12 @@ so use it at your own risk. ## Description This tool enables the use of Geforce and Quadro GPUs with the NVIDIA vGPU -software. NVIDIA vGPU normally only supports a few datacenter Tesla and -professional Quadro GPUs by design, but not consumer graphics cards through a -software limitation. This vgpu_unlock tool aims to remove this limitation, thus -enabling most Maxwell, Pascal, Volta (untested), and Turing based GPUs to use -the vGPU technology. Ampere support is currently a work in progress. +graphics virtualization technology. NVIDIA vGPU normally only supports a +few datacenter Teslas and professional Quadro GPUs by design, but not +consumer graphics cards through a software limitation. This vgpu_unlock tool +aims to remove this limitation, thus enabling most Maxwell, Pascal, +Volta (untested), and Turing based GPUs to use the vGPU technology. +Ampere support is currently a work in progress. A community maintained Wiki written by Krutav Shah with a lot more information is [available here.](https://docs.google.com/document/d/1pzrWJ9h-zANCtyqRgS7Vzla0Y8Ea2-5z2HEi4X75d2Q/edit?usp=sharing) @@ -44,7 +45,7 @@ Install the NVIDIA GRID vGPU driver, make sure to install it as a dkms module. Modify the line begining with `ExecStart=` in `/lib/systemd/system/nvidia-vgpud.service` and `/lib/systemd/system/nvidia-vgpu-mgr.service` to use `vgpu_unlock` as -executable and pass the original executable as the first argument. Ex: +the executable and pass the original executable as the first argument. Example: ``` ExecStart=/vgpu_unlock /usr/bin/nvidia-vgpud ```