Advertisement
danstoner

xorg for Dell Optiplex 990 with 3 screens

Oct 30th, 2014
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Started with file created by nvidia-settings and added the 3rd monitor later
  2. # nvidia-settings: X configuration file generated by nvidia-settings
  3. # nvidia-settings:  version 270.29  (buildd@allspice)  Fri Feb 25 14:42:07 UTC 2011
  4.  
  5. #  UPDATED to work with nvidia-current_304.88
  6.  
  7. Section "Extensions"
  8.     Option       "Composite" "Disable"
  9. EndSection
  10.  
  11. Section "ServerLayout"
  12. # Removed Option "Xinerama" "on"
  13.     Option         "Xinerama" "1"
  14.     Identifier     "Layout0"
  15.     # Screen      0  "Screen0" 0 0
  16.     # Screen      1  "Screen1" RightOf "Screen0"
  17.     # Screen      2  "extraScreen" RightOf "Screen1"
  18.     Screen       "Screen0" 0 0
  19.     Screen       "Screen1" RightOf "Screen0"
  20.     Screen       "extraScreen" RightOf "Screen1"
  21.  
  22.     InputDevice    "Keyboard0" "CoreKeyboard"
  23.     InputDevice    "Mouse0" "CorePointer"
  24. #    Option         "Xinerama" "on"
  25. EndSection
  26.  
  27. Section "Files"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31.     # generated from default
  32.     Identifier     "Mouse0"
  33.     Driver         "mouse"
  34.     Option         "Protocol" "auto"
  35.     Option         "Device" "/dev/psaux"
  36.     Option         "Emulate3Buttons" "no"
  37.     Option         "ZAxisMapping" "4 5"
  38. EndSection
  39.  
  40. Section "InputDevice"
  41.     # generated from default
  42.     Identifier     "Keyboard0"
  43.     Driver         "kbd"
  44. EndSection
  45.  
  46. Section "Monitor"
  47.     # HorizSync source: edid, VertRefresh source: edid
  48.     Identifier     "Monitor0"
  49.     VendorName     "Unknown"
  50.     ModelName      "DELL P2411H"
  51.     HorizSync       30.0 - 83.0
  52.     VertRefresh     56.0 - 76.0
  53.     Option         "DPMS"
  54. EndSection
  55.  
  56. Section "Monitor"
  57.     Identifier     "extraMonitor"
  58.     # HorizSync source: edid, VertRefresh source: edid
  59.    #1280x1024
  60.     HorizSync       30.0 - 80.0
  61.     VertRefresh     56.0 - 76.0
  62.     VendorName     "Unknown"
  63.     ModelName      "DELL 1702FP"
  64.     Option         "DPMS"
  65. EndSection
  66.  
  67. Section "Monitor"
  68.     Identifier     "Monitor1"
  69.     VendorName     "Unknown"
  70.     ModelName      "DELL P2411H"
  71.     HorizSync       30.0 - 83.0
  72.     VertRefresh     56.0 - 76.0
  73. EndSection
  74.  
  75. Section "Device"
  76.     Identifier     "Device0"
  77.     Driver         "nvidia"
  78.     VendorName     "NVIDIA Corporation"
  79.     BoardName      "GeForce 210"
  80. #    Option         "RandRRotation" "True"
  81.     Option         "Rotate" "left"
  82.     BusID          "PCI:1:0:0"
  83.     Screen          0
  84. EndSection
  85.  
  86. Section "Device"
  87.     Identifier     "Device1"
  88.     Driver         "nvidia"
  89.     VendorName     "NVIDIA Corporation"
  90.     BoardName      "GeForce 210"
  91.     Option         "Rotate" "left"
  92.     BusID          "PCI:1:0:0"
  93.     Screen          1
  94. EndSection
  95.  
  96.  
  97. Section "Device"
  98.     Identifier     "IntelIntegratedGfx"
  99.     Driver         "intel"
  100.     BusID          "PCI:0:2:0"
  101.     Screen         0
  102. #    Screen          "extraScreen"
  103.     Option         "Monitor-VGA" "extraMonitor"
  104. EndSection
  105.  
  106.  
  107. Section "Screen"
  108.  
  109. # Removed Option "metamodes" "DFP-0: nvidia-auto-select +0+0, DFP-1: nvidia-auto-select +1920+0"
  110. #    DefaultDepth    24
  111. # Removed Option "TwinView" "1"
  112. # Removed Option "metamodes" "DFP-0: nvidia-auto-select +0+1080, DFP-1: nvidia-auto-select +0+0"
  113.     Identifier     "Screen0"
  114.     Device         "Device0"
  115.     Monitor        "Monitor0"
  116.     DefaultDepth    24
  117.     Option         "TwinView" "0"
  118. #    Option         "metamodes" "DFP-0: nvidia-auto-select +0+0"
  119.     Option         "metamodes" "DFP-0: nvidia-auto-select +0+0 { Rotation=left }"
  120.     SubSection     "Display"
  121.         Depth       24
  122.     EndSubSection
  123. EndSection
  124.  
  125. Section "Screen"
  126.     Identifier     "extraScreen"
  127.     Device         "IntelIntegratedGfx"
  128.     Monitor        "extraMonitor"
  129.     SubSection     "Display"
  130.         Depth       24
  131.         Modes      "1280x1024"
  132.     EndSubSection
  133. EndSection
  134.  
  135. Section "Screen"
  136.     Identifier     "Screen1"
  137.     Device         "Device1"
  138.     Monitor        "Monitor1"
  139.     DefaultDepth    24
  140.     Option         "TwinView" "0"
  141. #    Option         "metamodes" "DFP-1: nvidia-auto-select +0+0"
  142.     Option         "metamodes" "DFP-1: nvidia-auto-select +0+0 { Rotation=left }"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement