disable dri support?
This commit is contained in:
parent
93cc26558e
commit
9ff5c7fd5a
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
|||
{
|
||||
hardware.opengl = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
driSupport = false;
|
||||
driSupport32Bit = false;
|
||||
};
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue