Advertisement
Guest User

Untitled

a guest
May 31st, 2021
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. root@mGPU19-new-dev > ~/xscreen: cat gpu-display0.conf
  2. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  3. # nvidia-xconfig: version 440.33.01
  4.  
  5.  
  6. #Section "ServerLayout"
  7. # Identifier "Layout0"
  8. # Screen 0 "Screen0"
  9. #EndSection
  10.  
  11. #Section "Files"
  12. #EndSection
  13.  
  14.  
  15. Section "Monitor"
  16. Identifier "Monitor0"
  17. VendorName "Unknown"
  18. ModelName "Unknown"
  19. Option "DPMS"
  20. EndSection
  21.  
  22.  
  23. Section "Device"
  24. Identifier "Device0"
  25. Driver "nvidia"
  26. VendorName "NVIDIA Corporation"
  27. BoardName "GeForce GTX 1080"
  28. BusID "PCI:2:0:0"
  29. EndSection
  30.  
  31. Section "Screen"
  32. Identifier "Screen0"
  33. Device "Device0"
  34. Monitor "Monitor0"
  35. DefaultDepth 24
  36. Option "AllowEmptyInitialConfiguration" "True"
  37. SubSection "Display"
  38. Virtual 1920 1080
  39. Depth 24
  40. EndSubSection
  41. EndSection
  42. root@mGPU19-new-dev > ~/xscreen: cat gpu-display1.conf
  43. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  44. # nvidia-xconfig: version 440.33.01
  45.  
  46.  
  47. #Section "ServerLayout"
  48. # Identifier "Layout1"
  49. # Screen 1 "Screen1"
  50. #EndSection
  51.  
  52.  
  53. Section "Monitor"
  54. Identifier "Monitor1"
  55. VendorName "Unknown"
  56. ModelName "Unknown"
  57. Option "DPMS"
  58. EndSection
  59.  
  60. Section "Device"
  61. Identifier "Device1"
  62. Driver "nvidia"
  63. VendorName "NVIDIA Corporation"
  64. BoardName "GeForce GTX 1080"
  65. BusID "PCI:3:0:0"
  66. EndSection
  67.  
  68. Section "Screen"
  69. Identifier "Screen1"
  70. Device "Device1"
  71. Monitor "Monitor1"
  72. DefaultDepth 24
  73. Option "AllowEmptyInitialConfiguration" "True"
  74. SubSection "Display"
  75. Virtual 1920 1080
  76. Depth 24
  77. EndSubSection
  78. EndSection
  79.  
  80. root@mGPU19-new-dev > ~/xscreen:
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement