Guest User

xorg 3 monitors not

a guest
May 15th, 2013
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerFlags"
  2.         Option                  "Xinerama" "true"
  3. EndSection
  4.  
  5. #Section "DRI"
  6. #               Mode 0666
  7. #EndSection
  8.  
  9. Section "Files"
  10.         ModulePath   "/usr/local/lib/xorg/modules"
  11.         FontPath     "/usr/local/lib/X11/fonts/misc/"
  12.         FontPath     "/usr/local/lib/X11/fonts/TTF/"
  13.         FontPath     "/usr/local/lib/X11/fonts/OTF"
  14.         FontPath     "/usr/local/lib/X11/fonts/Type1/"
  15.         FontPath     "/usr/local/lib/X11/fonts/100dpi/"
  16.         FontPath     "/usr/local/lib/X11/fonts/75dpi/"
  17.         FontPath         "/usr/local/lib/X11/fonts/dejavu/"
  18. EndSection
  19.  
  20. Section "Module"
  21.         Load  "dbe"
  22.         Load  "record"
  23. #       Load  "dri2"
  24. #       Load  "dri"
  25.         Load  "glx"
  26.         Load  "extmod"
  27.         Load "freetype"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31.         Identifier  "Keyboard0"
  32.         Driver      "kbd"
  33. EndSection
  34.  
  35. Section "InputDevice"
  36.         Identifier  "Mouse0"
  37.         Driver      "mouse"
  38.         Option      "Protocol" "auto"
  39.         Option      "Device" "/dev/sysmouse"
  40.         Option      "ZAxisMapping" "4 5 6 7"
  41. EndSection
  42.  
  43. Section "Monitor"
  44.         Identifier   "Monitor0"
  45.         VendorName   "DELL"
  46.         ModelName    "DELL P190S"
  47.         HorizSync    30.0 - 81.0
  48.         VertRefresh  56.0 - 76.0
  49. #       Option      "DPMS"
  50. EndSection
  51.  
  52. Section "Monitor"
  53.         Identifier   "Monitor1"
  54.         VendorName   "DELL"
  55.         ModelName    "DELL P190S"
  56.         HorizSync    30.0 - 81.0
  57.         VertRefresh  56.0 - 76.0
  58. #       Option      "DPMS"
  59. EndSection
  60.  
  61. Section "Monitor"
  62.         Identifier   "Monitor2"
  63.         VendorName   "DELL"
  64.         ModelName    "DELL P190S"
  65.         HorizSync    30.0 - 81.0
  66.         VertRefresh  56.0 - 76.0
  67. #       Option      "DPMS"
  68. EndSection
  69.  
  70. Section "Monitor"
  71.         Identifier   "Monitor3"
  72.         VendorName   "DELL"
  73.         ModelName    "DELL P190S"
  74.         HorizSync    30.0 - 81.0
  75.         VertRefresh  56.0 - 76.0
  76. #       Option      "DPMS"
  77. EndSection
  78.  
  79. Section "Device"
  80.         Identifier  "Card0"
  81.         Driver      "ati"
  82.         BusID       "PCI:1:0:0"
  83.         screen 0
  84. EndSection
  85.  
  86. Section "Device"
  87.         Identifier  "Card1"
  88.         Driver      "ati"
  89.         BusID       "PCI:1:0:0"
  90.         screen 1
  91. EndSection
  92.  
  93. Section "Device"
  94.         Identifier  "Card2"
  95.         Driver      "ati"
  96.         BusID       "PCI:2:0:0"
  97.         screen 2
  98. EndSection
  99.  
  100. Section "Device"
  101.         Identifier  "Card3"
  102.         Driver      "ati"
  103.         BusID       "PCI:2:0:0"
  104. EndSection
  105.  
  106.  
  107. Section "Screen"
  108.         Identifier "Screen0"
  109.         Device     "Card0"
  110.         Monitor    "Monitor0"
  111.         SubSection "Display"
  112.                 Viewport        0 0
  113.         Modes           "1280x1024"
  114.                 Virtual         1280 1024
  115.                 Depth           24
  116.         EndSubSection
  117. EndSection
  118.  
  119. Section "Screen"
  120.         Identifier "Screen1"
  121.         Device     "Card1"
  122.         Monitor    "Monitor1"
  123.         SubSection "Display"
  124.                 Viewport        0 0
  125.         Modes           "1280x1024"
  126.                 Virtual         1280 1024
  127.                 Depth           24
  128.         EndSubSection
  129. EndSection
  130.  
  131. Section "Screen"
  132.         Identifier "Screen2"
  133.         Device     "Card2"
  134.         Monitor    "Monitor2"
  135.         SubSection "Display"
  136.                 Viewport        0 0
  137.         Modes           "1280x1024"
  138.                 Virtual         1280 1024
  139.                 Depth           24
  140.         EndSubSection
  141. EndSection
  142. Section "Screen"
  143.         Identifier "Screen3"
  144.         Device     "Card3"
  145.         Monitor    "Monitor3"
  146.         SubSection "Display"
  147.                 Viewport        0 0
  148.         Modes           "1280x1024"
  149.                 Virtual         1280 1024
  150.                 Depth           24
  151.         EndSubSection
  152. EndSection
  153.  
  154. Section "ServerLayout"
  155.         Identifier      "X.org Configured"
  156.         Screen      0   "Screen0" 0 0
  157.         Screen          1       "Screen1" RightOf "Screen0"
  158.         Screen          2       "Screen2" Above "Screen0"
  159.         InputDevice     "Mouse0" "CorePointer"
  160.         InputDevice     "Keyboard0" "CoreKeyboard"
  161.         Option                  "XkbOptions" "terminate:ctl_alt_bksp"
  162. EndSection
Advertisement
Add Comment
Please, Sign In to add comment