nixos-hardware/dell/xps/15-9510
Kourosh Tafreshi c3abafb01c chore: Add switcheroo service for Dual GPU 2023-11-21 09:32:36 +00:00
..
nvidia chore: Add switcheroo service for Dual GPU 2023-11-21 09:32:36 +00:00
README.wiki chore: Add DELL XPS 9510 2023-10-06 17:41:06 +00:00
default.nix chore: Tunning WiFi 2023-11-03 20:49:21 +00:00

README.wiki

= Dell XPS 15 9510 =

== Tested Hardware ==

* CPU: 11th Gen Intel(R) Core(TM) i7-11800H @ 2.30GHz
* RAM: 32 GB
* HDD: 1 TiB SSD
* Screen: 15" FHD+ (1920✕1200)
* Graphics: NVIDIA Corporation GA107M [GeForce RTX 3050 Ti Mobile] (rev a1), with Intel Corporation TigerLake-H GT1 [UHD Graphics] (rev 01).
* Input: Trackpad.

== Notes ==

Also tested with Dell WD19S Thunderbolt Dock.

== 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.