Guest User

Untitled

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