Advertisement
Guest User

Untitled

a guest
Sep 5th, 2019
383
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Screen 0 "main"
  4. Option "AllowNVIDIAGPUScreens"
  5. EndSection
  6.  
  7. Section "Device"
  8. Identifier "intel"
  9. Driver "modesetting"
  10. BusID "PCI:0:2:0"
  11. EndSection
  12.  
  13. Section "Screen"
  14. Identifier "main"
  15. Device "intel"
  16. EndSection
  17.  
  18. # Internal laptop GPU, no screens wired
  19. Section "Device"
  20. Identifier "Device0"
  21. Driver "nvidia"
  22. VendorName "NVIDIA Corporation"
  23. BoardName "GeForce MX150"
  24. BusID "PCI:1:0:0"
  25. EndSection
  26.  
  27. # External TB3 GPU, 1 wired and connected screen
  28. Section "Device"
  29. Identifier "Device1"
  30. Driver "nvidia"
  31. VendorName "NVIDIA Corporation"
  32. BoardName "GeForce GTX 1050"
  33. BusID "PCI:9:0:0"
  34. Option "AllowExternalGpus"
  35. EndSection
  36.  
  37.  
  38.  
  39. ## Below from /usr/share/X11/xorg.conf.d/
  40. # 10-nvidia.conf
  41.  
  42. Section "OutputClass"
  43. Identifier "nvidia"
  44. MatchDriver "nvidia-drm"
  45. Driver "nvidia"
  46. Option "AllowEmptyInitialConfiguration"
  47. ModulePath "/usr/lib/x86_64-linux-gnu/nvidia-435/xorg"
  48. EndSection
  49.  
  50. # 11-nvidia-prime.conf
  51. # DO NOT EDIT. AUTOMATICALLY GENERATED BY gpu-manager
  52.  
  53. Section "OutputClass"
  54. Identifier "Nvidia Prime"
  55. MatchDriver "nvidia-drm"
  56. Driver "nvidia"
  57. Option "AllowEmptyInitialConfiguration"
  58. Option "IgnoreDisplayDevices" "CRT"
  59. Option "PrimaryGPU" "Yes"
  60. ModulePath "/x86_64-linux-gnu/nvidia/xorg"
  61. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement