Skip to content

Commit

Permalink
unified/clevo/post-install.md: Remove duplicated nvidia drivers install
Browse files Browse the repository at this point in the history
The same steps are already present in the generic test setup

Signed-off-by: Filip Gołaś <[email protected]>
  • Loading branch information
philipandag committed Nov 18, 2024
1 parent 2fc536f commit ae6428f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
2 changes: 2 additions & 0 deletions docs/unified-test-documentation/generic-test-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
23 changes: 0 additions & 23 deletions docs/unified/clevo/post-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ae6428f

Please sign in to comment.