Advertisement
Guest User

Untitled

a guest
Jul 29th, 2020
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "Layout0"
  3. Option "AutoAddDevices" "false"
  4. Option "AutoAddGPU" "false"
  5. EndSection
  6. Section "Device"
  7. Identifier "DiscreteNvidia"
  8. Driver "nouveau"
  9.  
  10. # If the X server does not automatically detect your VGA device,
  11. # you can manually set it here.
  12. # To get the BusID prop, run `lspci | egrep 'VGA|3D'` and input the data
  13. # as you see in the commented example.
  14. # This Setting is needed on Ubuntu 13.04.
  15. BusID "PCI:01:00:0"
  16.  
  17. EndSection
  18.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement