Advertisement
Guest User

nvidia.conf

a guest
Oct 4th, 2022
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Option "AllowNVIDIAGPUScreens"
  4. EndSection
  5.  
  6. Section "OutputClass"
  7. Identifier "intel"
  8. MatchDriver "i915"
  9. Driver "modesetting"
  10. EndSection
  11.  
  12. Section "OutputClass"
  13. Identifier "nvidia"
  14. MatchDriver "nvidia-drm"
  15. Driver "nvidia"
  16. Option "AllowEmptyInitialConfiguration"
  17. Option "PrimaryGPU" "yes"
  18. ModulePath "/usr/lib/nvidia/xorg"
  19. EndSection
Tags: nvidia
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement