Advertisement
Guest User

Untitled

a guest
May 31st, 2021
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.85 KB | None | 0 0
  1. # nvidia-xconfig: X configuration file generated by nvidia-xconfig
  2. # nvidia-xconfig:  version 440.33.01
  3.  
  4.  
  5. Section "ServerLayout"
  6.     Identifier     "Layout0"
  7.     Screen      0  "Screen0"
  8.     Screen      1  "Screen1"
  9.     Screen      2  "Screen2"
  10.     Screen      3  "Screen3"
  11.     Screen      4  "Screen4"
  12. EndSection
  13.  
  14. Section "Files"
  15. EndSection
  16.  
  17. Section "InputDevice"
  18.  
  19.     # generated from default
  20.     Identifier     "Mouse0"
  21.     Driver         "mouse"
  22.     Option         "Protocol" "auto"
  23.     Option         "Device" "/dev/input/mice"
  24.     Option         "Emulate3Buttons" "no"
  25.     Option         "ZAxisMapping" "4 5"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.  
  30.     # generated from default
  31.     Identifier     "Keyboard0"
  32.     Driver         "kbd"
  33. EndSection
  34.  
  35. Section "Monitor"
  36.     Identifier     "Monitor0"
  37.     VendorName     "Unknown"
  38.     ModelName      "Unknown"
  39.     Option         "DPMS"
  40. EndSection
  41.  
  42. Section "Monitor"
  43.     Identifier     "Monitor1"
  44.     VendorName     "Unknown"
  45.     ModelName      "Unknown"
  46.     Option         "DPMS"
  47. EndSection
  48.  
  49. Section "Monitor"
  50.     Identifier     "Monitor2"
  51.     VendorName     "Unknown"
  52.     ModelName      "Unknown"
  53.     Option         "DPMS"
  54. EndSection
  55.  
  56. Section "Monitor"
  57.     Identifier     "Monitor3"
  58.     VendorName     "Unknown"
  59.     ModelName      "Unknown"
  60.     Option         "DPMS"
  61. EndSection
  62.  
  63. Section "Monitor"
  64.     Identifier     "Monitor4"
  65.     VendorName     "Unknown"
  66.     ModelName      "Unknown"
  67.     Option         "DPMS"
  68. EndSection
  69.  
  70. Section "Device"
  71.     Identifier     "Device0"
  72.     Driver         "nvidia"
  73.     VendorName     "NVIDIA Corporation"
  74.     BoardName      "GeForce GTX 1080"
  75.     BusID          "PCI:2:0:0"
  76. EndSection
  77.  
  78. Section "Device"
  79.     Identifier     "Device1"
  80.     Driver         "nvidia"
  81.     VendorName     "NVIDIA Corporation"
  82.     BoardName      "GeForce GTX 1080"
  83.     BusID          "PCI:3:0:0"
  84. EndSection
  85.  
  86. Section "Device"
  87.     Identifier     "Device2"
  88.     Driver         "nvidia"
  89.     VendorName     "NVIDIA Corporation"
  90.     BoardName      "GeForce GTX 1080"
  91.     BusID          "PCI:4:0:0"
  92. EndSection
  93.  
  94.  
  95. Section "Device"
  96.     Identifier     "Device3"
  97.     Driver         "nvidia"
  98.     VendorName     "NVIDIA Corporation"
  99.     BoardName      "GeForce GTX 1070"
  100.     BusID          "PCI:129:0:0"
  101. EndSection
  102.  
  103. Section "Device"
  104.     Identifier     "Device4"
  105.     Driver         "nvidia"
  106.     VendorName     "NVIDIA Corporation"
  107.     BoardName      "GeForce GTX 1070"
  108.     BusID          "PCI:131:0:0"
  109. EndSection
  110.  
  111. Section "Screen"
  112.     Identifier     "Screen0"
  113.     Device         "Device0"
  114.     Monitor        "Monitor0"
  115.     DefaultDepth    24
  116.     Option         "AllowEmptyInitialConfiguration" "True"
  117.     SubSection     "Display"
  118.         Virtual     1920 1080
  119.         Depth       24
  120.     EndSubSection
  121. EndSection
  122.  
  123. Section "Screen"
  124.     Identifier     "Screen1"
  125.     Device         "Device1"
  126.     Monitor        "Monitor1"
  127.     DefaultDepth    24
  128.     Option         "AllowEmptyInitialConfiguration" "True"
  129.     SubSection     "Display"
  130.         Virtual     1920 1080
  131.         Depth       24
  132.     EndSubSection
  133. EndSection
  134.  
  135. Section "Screen"
  136.     Identifier     "Screen2"
  137.     Device         "Device2"
  138.     Monitor        "Monitor2"
  139.     DefaultDepth    24
  140.     Option         "AllowEmptyInitialConfiguration" "True"
  141.     SubSection     "Display"
  142.         Virtual     1920 1080
  143.         Depth       24
  144.     EndSubSection
  145. EndSection
  146.  
  147.  
  148. Section "Screen"
  149.     Identifier     "Screen3"
  150.     Device         "Device3"
  151.     Monitor        "Monitor3"
  152.     DefaultDepth    24
  153.     Option         "AllowEmptyInitialConfiguration" "True"
  154.     SubSection     "Display"
  155.         Virtual     1920 1080
  156.         Depth       24
  157.     EndSubSection
  158. EndSection
  159.  
  160.  
  161. Section "Screen"
  162.     Identifier     "Screen4"
  163.     Device         "Device4"
  164.     Monitor        "Monitor4"
  165.     DefaultDepth    24
  166.     Option         "AllowEmptyInitialConfiguration" "True"
  167.     SubSection     "Display"
  168.         Virtual     1920 1080
  169.         Depth       24
  170.     EndSubSection
  171. EndSection
  172.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement