Advertisement
Guest User

/etc/X11/xorg.conf.d/10-nvidia-prime.conf

a guest
Dec 14th, 2019
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Screen 0 "iGPU"
  4. Option "AllowNVIDIAGPUScreens"
  5. EndSection
  6.  
  7. Section "Device"
  8. Identifier "iGPU"
  9. Driver "modesetting"
  10. BusID "PCI:0:2:0"
  11. EndSection
  12.  
  13. Section "Screen"
  14. Identifier "iGPU"
  15. Device "iGPU"
  16. EndSection
  17.  
  18. Section "Device"
  19. Identifier "nvidia"
  20. Driver "nvidia"
  21. BusID "PCI:1:0:0"
  22. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement