Update README.md (#19)

This commit is contained in:
Krutav Shah 2021-04-11 17:03:48 -07:00 committed by GitHub
parent b3c8251007
commit 2294da3d17
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,8 +21,8 @@ a software limitation for those GPUs. This tool aims to remove this limitation.
* This tool requires Python3, the latest version is recommended.
* The python package "frida" is required. `pip3 install frida`.
* The tool requires the NVIDIA GRID vGPU driver.
* "dkms" is highly recommended as it simplifies the process of rebuilding the
driver alot.
* "dkms" is required as it simplifies the process of rebuilding the
driver alot. Install DKMS with the package manager in your OS.
## Installation:
@ -33,7 +33,7 @@ replaced with the version of the NVIDIA GRID vGPU driver.
Install the NVIDIA GRID vGPU driver, make sure to install it as a dkms module.
```
./nvidia-installer
./nvidia-installer --dkms
```
Modify the line begining with `ExecStart=` in `/lib/systemd/system/nvidia-vgpud.service`
@ -56,7 +56,7 @@ file.
```
Modify the file `/usr/src/nvidia-<version>/nvidia/nvidia.Kbuild` and add the
following line.
following line at the bottom of the file.
```
ldflags-y += -T <path_to_vgpu_unlock>/kern.ld
```