diff --git a/docs/unified-test-documentation/generic-test-setup.md b/docs/unified-test-documentation/generic-test-setup.md index 9633aba5aa..e67102e432 100644 --- a/docs/unified-test-documentation/generic-test-setup.md +++ b/docs/unified-test-documentation/generic-test-setup.md @@ -134,6 +134,8 @@ by setup. Run the following to verify #### NVIDIA drivers - Ubuntu 20.04 +> Only necessary if the device has an Nvidia GPU + 1. Power on the DUT. 1. Wait until the `OPERATING_SYSTEM` boots from disk. 1. Login into the `OPERATING_SYSTEM`. diff --git a/docs/unified/clevo/post-install.md b/docs/unified/clevo/post-install.md index 6013ea1ade..48eb993598 100644 --- a/docs/unified/clevo/post-install.md +++ b/docs/unified/clevo/post-install.md @@ -59,29 +59,6 @@ and reboot to use the new kernel. ### Nvidia drivers -> It is only necessary to follow this step if your device has Nvidia GPU - -For proper working of the sleep mode on Ubuntu 22.04, it is required to -install additional Nvidia drivers. - -1. Install drivers by executing the following command in the terminal: - - ```bash - sudo apt install nvidia-driver-535 nvidia-dkms-535 - ``` - -1. Reboot the device to apply changes by executing the following command in the - terminal: - - ```bash - sudo reboot - ``` - -1. (Optional) For power saving while the card is not in use, enable On-Demand - mode in NVIDIA Control Panel: - -![](/images/nv4x_nvidia_panel.jpg){ class="center" } - 1. If for some reason dynamic power management for the GPU is not working (causing high power draw, poor sleep time or high temperatures), you may need to run this command, and then reboot the laptop: