Updated README for profile override changes

This commit is contained in:
Matt Bilker 2021-10-09 12:42:13 +00:00
parent 8921beccfd
commit 4404cf2ada
No known key found for this signature in database
GPG Key ID: 69ADF8AEB6C8B5D1

View File

@ -41,11 +41,13 @@ Create the directory `/etc/vgpu_unlock` which will house the vGPU profile
override configuration file. override configuration file.
Create the file `/etc/vgpu_unlock/profile_override.toml` with the profile Create the file `/etc/vgpu_unlock/profile_override.toml` with the profile
fields that are to be overridden. The following is an example that sets fields that are to be overridden. The following is an example for `nvidia-55`
the number of heads to 1, sets the framebuffer to be 1920x1080 (1920 * 1080 (GRID P40-2A) that sets the number of heads to 1, sets the framebuffer to be
= 2073600 pixels), enables CUDA, and disables the frame-rate limiter. 1920x1080 (1920 * 1080 = 2073600 pixels), enables CUDA, and disables the
frame-rate limiter.
```toml ```toml
[profile.nvidia-55]
num_displays = 1 num_displays = 1
display_width = 1920 display_width = 1920
display_height = 1080 display_height = 1080