1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-25 22:18:32 +02:00
nixos-hardware/dell/xps/15-9500
Ben 8e984dc856
Update dell/xps/15-9500/default.nix
Update intel drivers to default (Modesetting).

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-07-27 10:11:53 -04:00
..
nvidia Moved NVIDIA config to common, and updated README. 2020-07-25 23:53:47 -04:00
default.nix Update dell/xps/15-9500/default.nix 2020-07-27 10:11:53 -04:00
README.wiki Moved NVIDIA config to common, and updated README. 2020-07-25 23:53:47 -04:00
thermald-conf.xml Added dell xps 15-9500, with nvidia gpu. 2020-07-23 13:03:50 -04:00
xps-common.nix Moved NVIDIA config to common, and updated README. 2020-07-25 23:53:47 -04:00

= Dell XPS 15 9550 =

== Tested Hardware ==

* CPU: Intel(R) Core(TM) i7-10875H CPU @ 2.30GHz
* RAM: 64 GB
* HDD: 1 TiB SSD
* Screen: 15" 4k (3840✕2160)
* Graphics: NVIDIA Corporation TU117M [GeForce GTX 1650 Ti Mobile], with Intel Graphics too.
* Input: Touchscreen and trackpad.

== Notes ==

Also tested with Dell WD19TB 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.