Advertisement
Guest User

xorg.conf

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