Advertisement
error_0x40

Xorg Config

Feb 24th, 2020
2,518
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier "layout"
  3.     Screen 0 "nvidia"
  4.     Inactive "intel"
  5. EndSection
  6.  
  7. Section "Device"
  8.     Identifier "intel"
  9.     Driver     "modesetting"
  10.     Option     "AccelMethod" "none"
  11.     BusID      "PCI:0:2:0"
  12. EndSection
  13.  
  14. Section "Screen"
  15.     Identifier "intel"
  16.     Device "intel"
  17. EndSection
  18.  
  19. Section "Device"
  20.     Identifier "nvidia"
  21.     Driver "nvidia"
  22.     BusID  "1:0:0"
  23.     Option "AllowEmptyInitialConfiguration"
  24. EndSection
  25.  
  26. Section "Screen"
  27.     Identifier "nvidia"
  28.     Device     "nvidia"
  29.     Option     "UseDisplayDevice" "none"
  30. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement