mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-30 06:49:43 +01:00
docs: Add README file for Dell XPS 15 9530
- Add new file `dell/xps/15-9530/README.wiki` - Specify tested hardware - Add notes section - Add NVIDIA Offload section [dell/xps/15-9530/README.wiki] - Add a new file `dell/xps/15-9530/README.wiki` - Specify the tested hardware: CPU, RAM, HDD, Screen, Graphics, Input - Add a section for notes - Add a section for NVIDIA Offload
This commit is contained in:
parent
59e37017b9
commit
6177753830
1 changed files with 20 additions and 0 deletions
20
dell/xps/15-9530/README.wiki
Normal file
20
dell/xps/15-9530/README.wiki
Normal file
|
@ -0,0 +1,20 @@
|
|||
= Dell XPS 15 9530 =
|
||||
|
||||
== Tested Hardware ==
|
||||
|
||||
* CPU: 13th Gen Intel(R) Core(TM) i9-13900H
|
||||
* RAM: 32 GB
|
||||
* HDD: 1 TiB SSD (NVME)
|
||||
* Screen: 15" 4k (3456 x 2160)
|
||||
* Graphics: NVIDIA GeForce RTX 4070 Laptop GPU, with Intel Graphics too.
|
||||
* Input: Touchscreen and trackpad.
|
||||
|
||||
== Notes ==
|
||||
|
||||
== NVIDIA Offload ==
|
||||
|
||||
In order to run a program on the NVIDIA gpu, you can use the `nvidia-offload` function, for example:
|
||||
```
|
||||
nvidia-offload `nix-shell -p glxinfo --run 'glxgears'`
|
||||
```
|
||||
This is a short bash script that sets the proper environment variables and calls your command.
|
Loading…
Reference in a new issue