Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. # nvidia-smi -L
  2. GPU 0: GeForce GTX 1070 (UUID: GPU-a66c5cbb-a541-a3d7-845c-f8c0c021ae71)
  3. GPU 1: GeForce GTX 750 Ti (UUID: GPU-db546e26-f6d5-5345-45e4-434e0bfb4f62)
  4.  
  5. sudo Xorg :2 vt8 -config xorg-second.conf -configdir conf.d
  6.  
  7. Section "Device"
  8. Identifier "Device0"
  9. Driver "nvidia"
  10. BusID "PCI:3:0:0"
  11. VendorName "NVIDIA Corporation"
  12. EndSection
  13.  
  14. Section "Screen"
  15. Identifier "Screen0"
  16. Device "Device0"
  17. Monitor "Monitor0"
  18. DefaultDepth 24
  19. Option "Coolbits" "4"
  20. SubSection "Display"
  21. Depth 24
  22. EndSubSection
  23. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement