Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Screen 0 "amd"
  4. Inactive "nvidia"
  5. Option "AllowNVIDIAGPUScreens"
  6. EndSection
  7.  
  8. Section "Device"
  9. Identifier "nvidia"
  10. Driver "nvidia"
  11. BusID "PCI:1:0:0"
  12. EndSection
  13.  
  14. Section "Device"
  15. Identifier "amd"
  16. Driver "amdgpu"
  17. Option "TearFree" "true"
  18. Option "DRI" "3"
  19. Option "VariableRefresh" "true"
  20. BusID "5:0:0"
  21. EndSection
  22.  
  23. Section "Screen"
  24. Identifier "amd"
  25. Device "amd"
  26. EndSection
  27.  
  28. Section "Screen"
  29. Identifier "nvidia"
  30. Device "nvidia"
  31. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement