mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-25 12:22:37 +03:00
Merge pull request #20241 from matthewbauer/patch-1
virtualbox-demo: Add modesetting to drivers
This commit is contained in:
commit
e76b0fa7d9
@ -18,5 +18,5 @@ with lib;
|
||||
|
||||
# Add some more video drivers to give X11 a shot at working in
|
||||
# VMware and QEMU.
|
||||
services.xserver.videoDrivers = mkOverride 40 [ "virtualbox" "vmware" "cirrus" "vesa" ];
|
||||
services.xserver.videoDrivers = mkOverride 40 [ "virtualbox" "vmware" "cirrus" "vesa" "modesetting" ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user