Skip to content

Commit

Permalink
slimbook/hero: Fix README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasFA committed Dec 22, 2024
1 parent 5983a4f commit 8a80339
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion slimbook/hero/rpl-rtx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

This configuration is for the Slimbook Hero with an i7-13620H and an RTX 4060.
Model name: SLIMBOOK HERO-RPL-RTX.

To run software on your Nvidia GPU, use the `nvidia-offload` command. For example:
```
```bash
nvidia-offload `nix-shell -p glxinfo --run 'glxgears'`
```
For more information, visit: https://wiki.nixos.org/wiki/NVIDIA#Offload_mode

<details><summary>System information</summary>

```bash
>neofetch
OS: NixOS 24.11.20241216.3945713 (Vicuna) x86_64
Expand Down Expand Up @@ -54,13 +56,15 @@ $ lspci -nn
03:00.0 Non-Volatile memory controller [0108]: Micron Technology Inc 2550 NVMe SSD (DRAM-less) [1344:5416] (rev 01)
04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 15)
```

</details>

## Power Management
My testing shows suspend issues (tested in GNOME) when using `hardware.nvidia.powerManagement.enabled = true`, regardless of the value of `hardware.nvidia.powerManagement.finegrained`.
This seems related to this [issue](https://github.com/NixOS/nixpkgs/issues/336723), which is offered a solution in [this discouse thread](https://discourse.nixos.org/t/suspend-resume-cycling-on-system-resume/32322/12) with this config:

<details>

```nix
systemd = {
services."gnome-suspend" = {
Expand Down Expand Up @@ -98,6 +102,7 @@ systemd = {
};
};
```

</details>

At the same time, the Nvidia driver reports power management to still be working even with `nvidia.powerManagement.enable = false`:
Expand Down

0 comments on commit 8a80339

Please sign in to comment.