daily pastebin goal
10%
SHARE
TWEET

xorg.conf

a guest Jan 20th, 2017 4 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # nvidia-settings: X configuration file generated by nvidia-settings
  2. # nvidia-settings:  version 375.26  (buildd@lcy01-27)  Thu Dec 15 11:34:48 UTC 2016
  3.  
  4.  
  5. Section "ServerLayout"
  6.     Identifier     "Layout0"
  7.     Screen      0  "Screen0" 1920 0
  8.     Screen      1  "Screen1" LeftOf "Screen0"
  9.     Screen      2  "Screen2" RightOf "Screen0"
  10.     InputDevice    "Keyboard0" "CoreKeyboard"
  11.     InputDevice    "Mouse0" "CorePointer"
  12.     Option         "Xinerama" "1"
  13. EndSection
  14.  
  15. Section "Files"
  16. EndSection
  17.  
  18. Section "InputDevice"
  19.  
  20.     # generated from default
  21.     Identifier     "Mouse0"
  22.     Driver         "mouse"
  23.     Option         "Protocol" "auto"
  24.     Option         "Device" "/dev/psaux"
  25.     Option         "Emulate3Buttons" "no"
  26.     Option         "ZAxisMapping" "4 5"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30.  
  31.     # generated from default
  32.     Identifier     "Keyboard0"
  33.     Driver         "kbd"
  34. EndSection
  35.  
  36. Section "Monitor"
  37.  
  38.     # HorizSync source: edid, VertRefresh source: edid
  39.     Identifier     "Monitor0"
  40.     VendorName     "Unknown"
  41.     ModelName      "WOR TERRA 2446W"
  42.     HorizSync       30.0 - 82.0
  43.     VertRefresh     55.0 - 76.0
  44. EndSection
  45.  
  46. Section "Monitor"
  47.  
  48.     # HorizSync source: unknown, VertRefresh source: unknown
  49.     Identifier     "Monitor1"
  50.     VendorName     "Unknown"
  51.     ModelName      "WOR TERRA 2446W"
  52.     HorizSync       30.0 - 82.0
  53.     VertRefresh     55.0 - 76.0
  54. EndSection
  55.  
  56. Section "Monitor"
  57.     Identifier     "Monitor2"
  58.     VendorName     "Unknown"
  59.     ModelName      "WOR TERRA 2446W"
  60.     HorizSync       30.0 - 82.0
  61.     VertRefresh     55.0 - 76.0
  62. EndSection
  63.  
  64. Section "Device"
  65.     Identifier     "Configured Video Device"
  66.     Driver         "nvidia"
  67. EndSection
  68.  
  69. Section "Device"
  70.     Identifier     "Device0"
  71.     Driver         "nvidia"
  72.     VendorName     "NVIDIA Corporation"
  73.     BoardName      "GeForce GT 730"
  74.     BusID          "PCI:1:0:0"
  75.     Screen          0
  76. EndSection
  77.  
  78. Section "Device"
  79.     Identifier     "Device1"
  80.     Driver         "nvidia"
  81.     VendorName     "NVIDIA Corporation"
  82.     BoardName      "GeForce GT 730"
  83.     BusID          "PCI:1:0:0"
  84.     Screen          1
  85. EndSection
  86.  
  87. Section "Device"
  88.     Identifier     "Device2"
  89.     Driver         "nvidia"
  90.     VendorName     "NVIDIA Corporation"
  91.     BoardName      "GeForce GT 730"
  92.     BusID          "PCI:4:0:0"
  93.     Screen          0
  94. EndSection
  95.  
  96. Section "Screen"
  97.     Identifier     "Default Screen"
  98.     Device         "Configured Video Device"
  99.     Monitor        "Monitor0"  
  100. EndSection
  101.    
  102. Section "Screen"
  103.     Identifier     "Screen0"
  104.     Device         "Device0"
  105.     Monitor        "Monitor0"
  106.     DefaultDepth    24
  107.     Option         "Stereo" "0"
  108.     Option         "nvidiaXineramaInfoOrder" "DFP-1"
  109.     Option         "metamodes" "HDMI-0: nvidia-auto-select +0+0"
  110.     Option         "SLI" "Off"
  111.     Option         "MultiGPU" "Off"
  112.     Option         "BaseMosaic" "off"
  113.     SubSection     "Display"
  114.         Depth       24
  115.     EndSubSection
  116. EndSection
  117.  
  118. Section "Screen"
  119.     Identifier     "Screen1"
  120.     Device         "Device1"
  121.     Monitor        "Monitor1"
  122.     DefaultDepth    24
  123.     Option         "Stereo" "0"
  124.     Option         "nvidiaXineramaInfoOrder" "DFP-0"
  125.     Option         "metamodes" "DVI-D-0: nvidia-auto-select +0+0"
  126.     Option         "SLI" "Off"
  127.     Option         "MultiGPU" "Off"
  128.     Option         "BaseMosaic" "off"
  129.     SubSection     "Display"
  130.         Depth       24
  131.     EndSubSection
  132. EndSection
  133.  
  134. Section "Screen"
  135.     Identifier     "Screen2"
  136.     Device         "Device2"
  137.     Monitor        "Monitor2"
  138.     DefaultDepth    24
  139.     Option         "Stereo" "0"
  140.     Option         "metamodes" "nvidia-auto-select +0+0"
  141.     Option         "SLI" "Off"
  142.     Option         "MultiGPU" "Off"
  143.     Option         "BaseMosaic" "off"
  144.     SubSection     "Display"
  145.         Depth       24
  146.     EndSubSection
  147. EndSection
RAW Paste Data
Top