nix nvidia configs
This commit is contained in:
@@ -138,15 +138,15 @@
|
|||||||
powerManagement.enable = false;
|
powerManagement.enable = false;
|
||||||
powerManagement.finegrained = false;
|
powerManagement.finegrained = false;
|
||||||
};
|
};
|
||||||
services.xserver.deviceSection = ''
|
# services.xserver.deviceSection = ''
|
||||||
Option "TripleBuffer" "on"
|
# Option "TripleBuffer" "on"
|
||||||
Option "Coolbits" "28"
|
# Option "Coolbits" "28"
|
||||||
'';
|
# '';
|
||||||
|
|
||||||
services.xserver.screenSection = ''
|
# services.xserver.screenSection = ''
|
||||||
Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
|
# Option "metamodes" "nvidia-auto-select +0+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
|
||||||
Option "AllowIndirectGLXProtocol" "off"
|
# Option "AllowIndirectGLXProtocol" "off"
|
||||||
'';
|
# '';
|
||||||
# hardware.opengl = {
|
# hardware.opengl = {
|
||||||
# enable = true;
|
# enable = true;
|
||||||
# driSupport32Bit = true;
|
# driSupport32Bit = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user