mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
nixos/hardware.displaylink: add displaylink to xserver.externallyConfiguredDrivers
Add "displaylink" to `services.xserver.externallyConfiguredDrivers` to let the xserver module know that said driver has already been configured out-of-band. Fixes #491861
This commit is contained in:
parent
11f165a094
commit
71f94c224a
1 changed files with 2 additions and 0 deletions
|
|
@ -23,6 +23,8 @@ in
|
|||
boot.extraModulePackages = [ evdi ];
|
||||
boot.kernelModules = [ "evdi" ];
|
||||
|
||||
services.xserver.externallyConfiguredDrivers = [ "displaylink" ];
|
||||
|
||||
environment.etc."X11/xorg.conf.d/40-displaylink.conf".text = ''
|
||||
Section "OutputClass"
|
||||
Identifier "DisplayLink"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue