nixpkgs/nixos/modules/hardware/video
Ambroz Bizjak f26153754a nixos/xserver: Implement configuration of NVIDIA Optimus via PRIME
This adds configuration options which automate the configuration of NVIDIA Optimus using PRIME. This allows using the NVIDIA proprietary driver on Optimus laptops, in order to render using the NVIDIA GPU while outputting to displays connected only to the integrated Intel GPU. It also adds an option for enabling kernel modesetting for the NVIDIA driver (via a kernel command line flag); this is particularly useful together with Optimus/PRIME because it fixes tearing on PRIME-connected screens.

The user still needs to enable the Optimus/PRIME feature and specify the bus IDs of the Intel and NVIDIA GPUs, but this is still much easier for users and more reliable. The implementation handles both the X configuration file as well as getting display managers to run certain necessary `xrandr` commands just after X has started.

Configuration of commands run after X startup is done using a new configuration option `services.xserver.displayManager.setupCommands`. Support for this option is implemented for LightDM, GDM and SDDM; all of these have been tested with this feature including logging into a Plasma session.

Note: support of `setupCommands` for GDM is implemented by making GDM run the session executable via a wrapper; the wrapper will run the `setupCommands` before execing. This seemed like the simplest and most reliable approach, and solves running these commands both for GDM's X server and user X servers (GDM starts separate X servers for itself and user sessions). An alternative approach would be with autostart files but that seems harder to set up and less reliable.

Note that some simple features for X configuration file generation (in `xserver.nix`) are added which are used in the implementation:
- `services.xserver.extraConfig`: Allows adding arbitrary new sections. This is used to add the Device section for the Intel GPU.
- `deviceSection` and `screenSection` within `services.xserver.drivers`. This allows the nvidia configuration module to add additional contents into the `Device` and `Screen` sections of the "nvidia" driver, and not into such sections for other drivers that may be enabled.
2018-07-09 18:46:13 +02:00
..
capture mwprocapture: init at 1.2.3269 (#22160) 2017-02-18 15:44:31 +01:00
uvcvideo nixos/uvcvideo.dynctrl: Init 2018-06-11 11:33:49 -04:00
webcam nixos treewide: don't set MODULE_DIR 2016-08-19 17:56:54 +03:00
amdgpu-pro.nix amdgpu-pro: 17.10 -> 17.40 2018-01-12 00:09:15 -04:00
amdgpu.nix nixos: blacklist radeon module if using amdgpu 2016-08-21 11:58:14 +02:00
ati.nix xorg-server: fglrxCompat -> abiCompat 2017-02-06 23:16:21 -04:00
bumblebee.nix bumblebee service: Fix pmMethod bbswitch check 2017-02-19 22:46:47 -09:00
displaylink.nix displaylink: 1.1.62 -> 1.3.52 2017-05-19 02:51:45 +03:00
nvidia.nix nixos/xserver: Implement configuration of NVIDIA Optimus via PRIME 2018-07-09 18:46:13 +02:00
radeon.nix hardware.enableRedistributableFirmware: fix spelling error 2017-05-09 20:13:15 +01:00