Advertisement
Guest User

Dual Monitor Nvidia Xinerama

a guest
Dec 23rd, 2020
154
0
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 440.82
  3.  
  4. Section "ServerLayout"
  5.     Identifier     "Layout0"
  6.     Screen      0  "Screen0" 0 0
  7.     Screen      1  "Screen1" RightOf "Screen0"
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9.     InputDevice    "Mouse0" "CorePointer"
  10.     Option         "Xinerama" "True"
  11. EndSection
  12.  
  13. Section "Files"
  14. EndSection
  15.  
  16. Section "Module"
  17.     Load           "dbe"
  18.     Load           "extmod"
  19.     Load           "type1"
  20.     Load           "freetype"
  21.     Load           "glx"
  22. EndSection
  23.  
  24. Section "InputDevice"
  25.     # generated from default
  26.     Identifier     "Mouse0"
  27.     Driver         "mouse"
  28.     Option         "Protocol" "auto"
  29.     Option         "Device" "/dev/psaux"
  30.     Option         "Emulate3Buttons" "no"
  31.     Option         "ZAxisMapping" "4 5"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35.     # generated from default
  36.     Identifier     "Keyboard0"
  37.     Driver         "kbd"
  38. EndSection
  39.  
  40. Section "Monitor"
  41.     # HorizSync source: edid, VertRefresh source: edid
  42.     Identifier     "Monitor0"
  43.     VendorName     "Unknown"
  44.     ModelName      "Acer ED273"
  45.     HorizSync       83.0 - 83.0
  46.     VertRefresh     48.0 - 75.0
  47.     Option         "DPMS"
  48. EndSection
  49.  
  50. Section "Monitor"
  51.     # HorizSync source: edid, VertRefresh source: edid
  52.     Identifier     "Monitor1"
  53.     VendorName     "Unknown"
  54.     ModelName      "DELL 1905FP"
  55.     HorizSync       30.0 - 81.0
  56.     VertRefresh     56.0 - 76.0
  57.     Option         "DPMS"
  58. EndSection
  59.  
  60. Section "Device"
  61.     Identifier     "Device0"
  62.     Driver         "nvidia"
  63.     VendorName     "NVIDIA Corporation"
  64.     BoardName      "GeForce GTX 1050 Ti"
  65.     BusID          "PCI:9:0:0"
  66.     Screen          0
  67. EndSection
  68.  
  69. Section "Device"
  70.     Identifier     "Device1"
  71.     Driver         "nvidia"
  72.     VendorName     "NVIDIA Corporation"
  73.     BoardName      "GeForce GTX 1050 Ti"
  74.     BusID          "PCI:9:0:0"
  75.     Screen          1
  76. EndSection
  77.  
  78. Section "Screen"
  79.     Identifier     "Screen0"
  80.     Device         "Device0"
  81.     Monitor        "Monitor0"
  82.     DefaultDepth    24
  83.     Option         "Stereo" "0"
  84.     Option         "TwinViewXineramaInfoOrder" "HDMI-0"
  85.     Option         "metamodes" "HDMI-0: nvidia-auto-select +0+0 { ForceFullCompositionPipeline = On }"
  86.     Option         "SLI" "Off"
  87.     Option         "MultiGPU" "Off"
  88.     Option         "BaseMosaic" "Off"
  89.     Option         "AllowIndirectGLXProtocol" "off"
  90.     Option         "TripleBuffer" "on"
  91.     SubSection     "Display"
  92.         Depth       24
  93.     EndSubSection
  94. EndSection
  95.  
  96. Section "Screen"
  97.     Identifier     "Screen1"
  98.     Device         "Device1"
  99.     Monitor        "Monitor1"
  100.     DefaultDepth    24
  101.     Option         "Stereo" "0"
  102.     Option         "TwinViewXineramaInfoOrder" "DVI-D-0"
  103.     Option         "metamodes" "DVI-D-0: nvidia-auto-select +0+0 {rotation=left}  { ForceFullCompositionPipeline = On }"
  104.     Option         "SLI" "Off"
  105.     Option         "MultiGPU" "Off"
  106.     Option         "BaseMosaic" "Off"
  107.     Option         "AllowIndirectGLXProtocol" "off"
  108.     Option         "TripleBuffer" "on"
  109.     SubSection     "Display"
  110.         Depth       24
  111.     EndSubSection
  112. EndSection
  113.  
  114. Section "Extensions"
  115.     Option "Composite" "Disable"
  116. EndSection
  117.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement