NVIDIA: Difference between revisions

imported>Dryya
Mention up front that direct rendering manager kernel mode setting is required for many use cases
imported>Zahrun
m Replace with hardware.nvidia.forceFullCompositionPipeline which does the same thing
Line 280: Line 280:
{{note|This has been reported to reduce the performance of some OpenGL applications and may produce issues in WebGL. It also drastically increases the time the driver needs to clock down after load.}}
{{note|This has been reported to reduce the performance of some OpenGL applications and may produce issues in WebGL. It also drastically increases the time the driver needs to clock down after load.}}
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
{{file|/etc/nixos/configuration.nix|nix|<nowiki>
services.xserver.screenSection = ''
hardware.nvidia.forceFullCompositionPipeline = true;
  Option        "metamodes" "nvidia-auto-select +0+0 {ForceFullCompositionPipeline=On}"
  Option        "AllowIndirectGLXProtocol" "off"
  Option        "TripleBuffer" "on"
'';
</nowiki>}}
</nowiki>}}