Guest User

Untitled

a guest
Apr 26th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "layout"
  3. Screen 0 "intel-edp1"
  4. Screen 1 "intel-hdmi1"
  5. EndSection
  6.  
  7. #Section "Device"
  8. # Identifier "nvidia"
  9. # BusID "PCI:1:0:0"
  10. #EndSection
  11.  
  12. #Section "Screen"
  13. # Identifier "nvidia"
  14. # Device "nvidia"
  15. # # Uncomment this line if your computer has no display devices connected to
  16. # # the NVIDIA GPU. Leave it commented if you have display devices
  17. # # connected to the NVIDIA GPU that you would like to use.
  18. # #Option "UseDisplayDevice" "none"
  19. #EndSection
  20.  
  21. Section "Device"
  22. Identifier "intel"
  23. Driver "modesetting"
  24. EndSection
  25.  
  26. Section "Monitor"
  27. Identifier "eDP-1"
  28. EndSection
  29.  
  30. Section "Monitor"
  31. Identifier "HDMI-1"
  32. EndSection
  33.  
  34. Section "Screen"
  35. Identifier "intel-edp1"
  36. Device "intelgpu0"
  37. Monitor "eDP-1"
  38. EndSection
  39.  
  40. Section "Screen"
  41. Identifier "intel-hdmi1"
  42. Monitor "HDMI-1"
  43. Device "intelgpu1"
  44. Option "AllowEmptyInitialConfiguration" "on"
  45. Option "IgnoreDisplayDevices" "CRT"
  46. EndSection
  47.  
  48. Section "Device"
  49. Identifier "intelgpu0"
  50. Driver "modesetting"
  51. BusID "PCI:0:2:0"
  52. EndSection
  53.  
  54. Section "Device"
  55. Identifier "intelgpu1"
  56. Driver "modesetting"
  57. BusID "PCI:0:2:0"
  58. EndSection
Add Comment
Please, Sign In to add comment