Skip to content

Commit

Permalink
Revert "unified/clevo/post-install.md: Remove duplicated nvidia drive…
Browse files Browse the repository at this point in the history
…rs install"

This reverts commit ae6428f.

Signed-off-by: Filip Gołaś <[email protected]>
  • Loading branch information
philipandag committed Nov 25, 2024
1 parent b6cc3f5 commit e29157b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/unified/clevo/post-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,29 @@ 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 e29157b

Please sign in to comment.