Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate

Advertising

Something
Friday, June 8th, 2007 at 12:43:35am UTC 

  1. Section "ServerLayout"
  2.         Identifier     "X.org Configured"
  3.         Screen      0  "Screen0" 0 0
  4.         Screen      1  "Screen1" RightOf "Screen0"
  5.         Screen      2  "Screen2" RightOf "Screen1"
  6.         InputDevice    "Mouse0" "CorePointer"
  7.         InputDevice    "Keyboard0" "CoreKeyboard"
  8.         Option "AllowMouseOpenFail" "True"
  9. EndSection
  10.  
  11. Section "Files"
  12.         RgbPath      "/usr/share/X11/rgb"
  13.         ModulePath   "/usr/lib/xorg/modules"
  14.         FontPath     "/usr/share/fonts/X11/misc/"
  15.         FontPath     "/usr/share/fonts/X11/TTF/"
  16.         FontPath     "/usr/share/fonts/X11/OTF"
  17.         FontPath     "/usr/share/fonts/X11/Type1/"
  18.         FontPath     "/usr/share/fonts/X11/CID/"
  19.         FontPath     "/usr/share/fonts/X11/100dpi/"
  20.         FontPath     "/usr/share/fonts/X11/75dpi/"
  21. EndSection
  22.  
  23. Section "Module"
  24.         Load    "bitmap"
  25.         Load    "ddc"
  26.         Load    "extmod"
  27.         Load    "freetype"
  28.         Load    "glx"
  29.         Load    "int10"
  30.         Load    "type1"
  31.         Load    "vbe"       
  32.        
  33.         Load  "dbe"
  34.         #Load  "dri"
  35.         Load  "record"
  36.         Load  "xtrap"
  37. EndSection
  38.  
  39. Section "InputDevice"
  40.         Identifier  "Keyboard0"
  41.         Driver      "kbd"
  42. EndSection
  43.  
  44. Section "InputDevice"
  45.         Identifier  "Mouse0"
  46.         Driver      "mouse"
  47.         Option      "Protocol" "auto"
  48.         Option      "Device" "/dev/input/mice"
  49.         Option      "CorePointer" "True"
  50.         Option      "ZAxisMapping" "4 5 6 7"
  51. EndSection
  52.  
  53. Section "Monitor"
  54.         Identifier   "Monitor0"
  55.  ### Comment all HorizSync and VertSync values to use DDC:
  56. #       HorizSync    30.0 - 65.0
  57. #       VertRefresh  50.0 - 75.0
  58. #       Option     "DPMS"
  59. EndSection
  60.  
  61. Section "Monitor"
  62.         Identifier   "Monitor1"
  63. #       HorizSync    30.0 - 65.0
  64. #       VertRefresh  50.0 - 75.0
  65. EndSection
  66.  
  67. Section "Monitor"
  68.         Identifier   "Monitor2"
  69. #       HorizSync    30.0 - 65.0
  70. #       VertRefresh  50.0 - 75.0
  71. EndSection
  72.  
  73. Section "Device"
  74.     Option     "MonitorLayout" "CRT,LCD"        
  75.         # [<str>]
  76.         Option     "BusType" "PCI"              # [<str>]
  77.         Option     "MergedFB" "True"
  78.         Identifier  "Card0"
  79.         Driver      "ati"
  80.         VendorName  "ATI Technologies Inc"
  81.         BoardName   "RV280 [Radeon 9200 PRO]"
  82.         BusID       "PCI:1:0:0"
  83.         Option      "MetaModes" "1024x768-1024x768"
  84.         Option      "MergedXinerama" "True"
  85.         Option      "CRT2Position" "LeftOf"
  86.  
  87.     #commented out in order to use ddc, I believe
  88.         #Option "CRT2HSync" "30-65"
  89.         #Option "CRT2VRefresh" "50-75"
  90. EndSection
  91.  
  92. Section "Device"
  93.         Option     "MonitorLayout" "CRT,LCD"            # [<str>]
  94.         Option     "BusType" "PCI"              # [<str>]
  95.         Option     "MergedFB" "True"
  96.         Identifier  "Card1"
  97.         Driver      "ati"
  98.         VendorName  "ATI Technologies Inc"
  99.         BoardName   "RV280 [Radeon 9200 PRO]"
  100.         BusID       "PCI:2:9:0"
  101.         Option      "MetaModes" "800x600-800x600"
  102.         Option      "MergedXinerama" "True"
  103.         Option      "CRT2Position" "LeftOf"
  104.        
  105.         #Option "CRT2HSync" "30-65"
  106.         #Option "CRT2VRefresh" "50-75"
  107. EndSection
  108.  
  109. Section "Device"
  110.         Option     "MonitorLayout" "CRT,LCD"            # [<str>]
  111.         Option     "BusType" "PCI"              # [<str>]
  112.         Option     "MergedFB" "True"
  113.         Identifier  "Card2"
  114.         Driver      "ati"
  115.         VendorName  "ATI Technologies Inc"
  116.         BoardName   "RV280 [Radeon 9200 PRO]"
  117.         BusID       "PCI:2:11:0"
  118.         Option      "MetaModes" "800x600-800x600"
  119.         Option      "MergedXinerama" "True"
  120.         Option      "CRT2Position" "LeftOf"
  121.        
  122.         #Option "CRT2HSync" "30-65"
  123.         #Option "CRT2VRefresh" "50-75"
  124. EndSection
  125.  
  126. Section "Screen"
  127.         Identifier "Screen0"
  128.         Device     "Card0"
  129.         Monitor    "Monitor0"
  130.         SubSection "Display"
  131.                 Viewport   0 0
  132.                 Depth     16
  133.                 Modes "1024x768" "800x600"
  134.                 #Virtual 2048 768
  135.         EndSubSection
  136. EndSection
  137.  
  138. Section "Screen"
  139.         Identifier "Screen1"
  140.         Device     "Card1"
  141.         Monitor    "Monitor1"
  142.         SubSection "Display"
  143.                 Viewport   0 0
  144.                 Depth     16
  145.                 Modes "1024x768" "800x600"
  146.                 Virtual 1600 600
  147.         EndSubSection
  148. EndSection
  149.  
  150. Section "Screen"
  151.         Identifier "Screen2"
  152.         Device     "Card2"
  153.         Monitor    "Monitor2"
  154.         SubSection "Display"
  155.                 Viewport   0 0
  156.                 Depth     16
  157.                 Modes "1024x768" "800x600"
  158.                 Virtual 1600 600
  159.         EndSubSection
  160. EndSection

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right