Address stylistic suggestions

This commit is contained in:
Dmitry 2025-12-31 09:59:50 +00:00
parent 838481adb5
commit 6388e5a77b
No known key found for this signature in database
GPG key ID: 247D768828EE18BE

View file

@ -74,8 +74,8 @@ nix-shell -p mesa-demos --run 'nvidia-offload glxinfo -B | grep -E "OpenGL vendo
To check whether the NVIDIA GPU is runtime-suspending at idle:
```sh
# Replace with your NVIDIA PCI address (from `nix-shell -p pciutils --run 'lspci -D'`)
cat /sys/bus/pci/devices/0000:??:??.?/power/runtime_status
# Reuse $BDF from above
cat /sys/bus/pci/devices/0000:$BDF/power/runtime_status
```
Note: running `nvidia-smi` can wake the GPU, so it is not a reliable “is it sleeping?” probe.
@ -105,5 +105,4 @@ $ fwupdmgr refresh
$ fwupdmgr update
```
* Latest BIOS update on LVFS: https://fwupd.org/lvfs/devices/work.frame.Laptop16.RyzenAI300.BIOS.firmware
- [Latest BIOS update on LVFS](https://fwupd.org/lvfs/devices/work.frame.Laptop16.RyzenAI300.BIOS.firmware)