uncomment other graphics
This commit is contained in:
parent
a308f6ad3a
commit
35da26ead3
|
@ -118,9 +118,9 @@
|
||||||
services.displayManager.defaultSession = "xfce";
|
services.displayManager.defaultSession = "xfce";
|
||||||
|
|
||||||
hardware.graphics.enable = true;
|
hardware.graphics.enable = true;
|
||||||
hardware.opengl.driSupport = true;
|
hardware.graphics.driSupport = true;
|
||||||
hardware.opengl.driSupport32Bit = true;
|
hardware.graphics.driSupport32Bit = true;
|
||||||
hardware.opengl.setLdLibraryPath = true;
|
hardware.graphics.setLdLibraryPath = true;
|
||||||
hardware.graphics.extraPackages = [
|
hardware.graphics.extraPackages = [
|
||||||
pkgs.intel-media-driver
|
pkgs.intel-media-driver
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue