From 08c94a8b62d784a610cbaa5d2da8a13b405c2c4f Mon Sep 17 00:00:00 2001 From: bashfulrobot Date: Sun, 3 Mar 2024 11:33:22 -0800 Subject: [PATCH] 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 Co-authored-by: Felix Svensson --- README.md | 2 ++ dell/xps/15-9530/README.wiki | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 dell/xps/15-9530/README.wiki diff --git a/README.md b/README.md index b8251ca7..0b109c34 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,8 @@ See code for all available configurations. | [Dell XPS 15 9510](dell/xps/15-9510) | `` | | [Dell XPS 15 9520, nvidia](dell/xps/15-9520/nvidia) | `` | | [Dell XPS 15 9520](dell/xps/15-9520) | `` | +| [Dell XPS 15 9530, nvidia](dell/xps/15-9520/nvidia) | `` | +| [Dell XPS 15 9420](dell/xps/15-9520) | `` | | [Dell XPS 15 9550, nvidia](dell/xps/15-9550/nvidia) | `` | | [Dell XPS 15 9550](dell/xps/15-9550) | `` | | [Dell XPS 15 9560, intel only](dell/xps/15-9560/intel) | `` | diff --git a/dell/xps/15-9530/README.wiki b/dell/xps/15-9530/README.wiki new file mode 100644 index 00000000..ffb58e25 --- /dev/null +++ b/dell/xps/15-9530/README.wiki @@ -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.