Advertisement
Guest User

xorg generated

a guest
May 3rd, 2012
214
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" RightOf "Screen1"
  6.         InputDevice    "Mouse0" "CorePointer"
  7.         InputDevice    "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "Files"
  11.         ModulePath   "/usr/X11R6/lib/modules"
  12.         FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
  13.         FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
  14.         FontPath     "/usr/X11R6/lib/X11/fonts/OTF/"
  15.         FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
  16.         FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
  17.         FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
  18. EndSection
  19.  
  20. Section "Module"
  21.         Load  "dbe"
  22.         Load  "dri"
  23.         Load  "dri2"
  24.         Load  "extmod"
  25.         Load  "glx"
  26.         Load  "record"
  27. EndSection
  28.  
  29. Section "InputDevice"
  30.         Identifier  "Keyboard0"
  31.         Driver      "kbd"
  32. EndSection
  33.  
  34. Section "InputDevice"
  35.         Identifier  "Mouse0"
  36.         Driver      "mouse"
  37.         Option      "Protocol" "wsmouse"
  38.         Option      "Device" "/dev/wsmouse"
  39.         Option      "ZAxisMapping" "4 5 6 7"
  40. EndSection
  41.  
  42. Section "Monitor"
  43.         Identifier   "Monitor0"
  44.         VendorName   "Monitor Vendor"
  45.         ModelName    "Monitor Model"
  46. EndSection
  47.  
  48. Section "Monitor"
  49.         Identifier   "Monitor1"
  50.         VendorName   "Monitor Vendor"
  51.         ModelName    "Monitor Model"
  52. EndSection
  53.  
  54. Section "Monitor"
  55.         Identifier   "Monitor2"
  56.         VendorName   "Monitor Vendor"
  57.         ModelName    "Monitor Model"
  58. EndSection
  59.  
  60. Section "Device"
  61.         ### Available Driver options are:-
  62.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  63.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  64.         ### <percent>: "<f>%"
  65.         ### [arg]: arg optional
  66.         #Option     "NoAccel"                   # [<bool>]
  67.         #Option     "SWcursor"                  # [<bool>]
  68.         #Option     "Dac6Bit"                   # [<bool>]
  69.         #Option     "Dac8Bit"                   # [<bool>]
  70.         #Option     "BusType"                   # [<str>]
  71.         #Option     "CPPIOMode"                 # [<bool>]
  72.         #Option     "CPusecTimeout"             # <i>
  73.         #Option     "AGPMode"                   # <i>
  74.         #Option     "AGPFastWrite"              # [<bool>]
  75.         #Option     "AGPSize"                   # <i>
  76.         #Option     "GARTSize"                  # <i>
  77.         #Option     "RingSize"                  # <i>
  78.         #Option     "BufferSize"                # <i>
  79.         #Option     "EnableDepthMoves"          # [<bool>]
  80.         #Option     "EnablePageFlip"            # [<bool>]
  81.         #Option     "NoBackBuffer"              # [<bool>]
  82.         #Option     "DMAForXv"                  # [<bool>]
  83.         #Option     "FBTexPercent"              # <i>
  84.         #Option     "DepthBits"                 # <i>
  85.         #Option     "PCIAPERSize"               # <i>
  86.         #Option     "AccelDFS"                  # [<bool>]
  87.         #Option     "IgnoreEDID"                # [<bool>]
  88.         #Option     "DisplayPriority"           # [<str>]
  89.         #Option     "PanelSize"                 # [<str>]
  90.         #Option     "ForceMinDotClock"          # <freq>
  91.         #Option     "ColorTiling"               # [<bool>]
  92.         #Option     "VideoKey"                  # <i>
  93.         #Option     "RageTheatreCrystal"        # <i>
  94.         #Option     "RageTheatreTunerPort"      # <i>
  95.         #Option     "RageTheatreCompositePort"  # <i>
  96.         #Option     "RageTheatreSVideoPort"     # <i>
  97.         #Option     "TunerType"                 # <i>
  98.         #Option     "RageTheatreMicrocPath"     # <str>
  99.         #Option     "RageTheatreMicrocType"     # <str>
  100.         #Option     "ScalerWidth"               # <i>
  101.         #Option     "RenderAccel"               # [<bool>]
  102.         #Option     "SubPixelOrder"             # [<str>]
  103.         #Option     "ShowCache"                 # [<bool>]
  104.         #Option     "DynamicClocks"             # [<bool>]
  105.         #Option     "VGAAccess"                 # [<bool>]
  106.         #Option     "ReverseDDC"                # [<bool>]
  107.         #Option     "LVDSProbePLL"              # [<bool>]
  108.         #Option     "AccelMethod"               # <str>
  109.         #Option     "DRI"                       # [<bool>]
  110.         #Option     "ConnectorTable"            # <str>
  111.         #Option     "DefaultConnectorTable"     # [<bool>]
  112.         #Option     "DefaultTMDSPLL"            # [<bool>]
  113.         #Option     "TVDACLoadDetect"           # [<bool>]
  114.         #Option     "ForceTVOut"                # [<bool>]
  115.         #Option     "TVStandard"                # <str>
  116.         #Option     "IgnoreLidStatus"           # [<bool>]
  117.         #Option     "DefaultTVDACAdj"           # [<bool>]
  118.         #Option     "Int10"                     # [<bool>]
  119.         #Option     "EXAVSync"                  # [<bool>]
  120.         #Option     "ATOMTVOut"                 # [<bool>]
  121.         #Option     "R4xxATOM"                  # [<bool>]
  122.         Identifier  "Card0"
  123.         Driver      "radeon"
  124.         BusID       "PCI:1:5:0"
  125. EndSection
  126.  
  127. Section "Device"
  128.         ### Available Driver options are:-
  129.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  130.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  131.         ### <percent>: "<f>%"
  132.         ### [arg]: arg optional
  133.         #Option     "NoAccel"                   # [<bool>]
  134.         #Option     "AccelMethod"               # [<str>]
  135.         #Option     "offscreensize"             # [<str>]
  136.         #Option     "SWcursor"                  # [<bool>]
  137.         #Option     "ignoreconnector"           # [<str>]
  138.         #Option     "forcereduced"              # [<bool>]
  139.         #Option     "forcedpi"                  # <i>
  140.         #Option     "useconfiguredmonitor"      # [<bool>]
  141.         #Option     "HPD"                       # <str>
  142.         #Option     "NoRandr"                   # [<bool>]
  143.         #Option     "RROutputOrder"             # [<str>]
  144.         #Option     "DRI"                       # [<bool>]
  145.         #Option     "TVMode"                    # [<str>]
  146.         #Option     "ScaleType"                 # [<str>]
  147.         #Option     "UseAtomBIOS"               # [<bool>]
  148.         #Option     "AtomBIOS"                  # [<str>]
  149.         #Option     "UnverifiedFeatures"        # [<bool>]
  150.         #Option     "Audio"                     # [<bool>]
  151.         #Option     "AudioStreamSilence"        # [<str>]
  152.         #Option     "HDMI"                      # [<str>]
  153.         #Option     "COHERENT"                  # [<str>]
  154.         #Option     "ForceLowPowerMode"         # [<bool>]
  155.         #Option     "LowPowerModeEngineClock"   # <i>
  156.         Identifier  "Card1"
  157.         Driver      "radeonhd"
  158.         BusID       "PCI:1:5:0"
  159. EndSection
  160.  
  161. Section "Device"
  162.         ### Available Driver options are:-
  163.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  164.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  165.         ### <percent>: "<f>%"
  166.         ### [arg]: arg optional
  167.         #Option     "ShadowFB"                  # [<bool>]
  168.         #Option     "DefaultRefresh"            # [<bool>]
  169.         #Option     "ModeSetClearScreen"        # [<bool>]
  170.         Identifier  "Card2"
  171.         Driver      "vesa"
  172.         BusID       "PCI:1:5:0"
  173. EndSection
  174.  
  175. Section "Screen"
  176.         Identifier "Screen0"
  177.         Device     "Card0"
  178.         Monitor    "Monitor0"
  179.         SubSection "Display"
  180.                 Viewport   0 0
  181.                 Depth     1
  182.         EndSubSection
  183.         SubSection "Display"
  184.                 Viewport   0 0
  185.                 Depth     4
  186.         EndSubSection
  187.         SubSection "Display"
  188.                 Viewport   0 0
  189.                 Depth     8
  190.         EndSubSection
  191.         SubSection "Display"
  192.                 Viewport   0 0
  193.                 Depth     15
  194.         EndSubSection
  195.         SubSection "Display"
  196.                 Viewport   0 0
  197.                 Depth     16
  198.         EndSubSection
  199.         SubSection "Display"
  200.                 Viewport   0 0
  201.                 Depth     24
  202.         EndSubSection
  203. EndSection
  204.  
  205. Section "Screen"
  206.         Identifier "Screen1"
  207.         Device     "Card1"
  208.         Monitor    "Monitor1"
  209.         SubSection "Display"
  210.                 Viewport   0 0
  211.                 Depth     1
  212.         EndSubSection
  213.         SubSection "Display"
  214.                 Viewport   0 0
  215.                 Depth     4
  216.         EndSubSection
  217.         EndSubSection
  218.         SubSection "Display"
  219.                 Viewport   0 0
  220.                 Depth     8
  221.         EndSubSection
  222.         SubSection "Display"
  223.                 Viewport   0 0
  224.                 Depth     15
  225.         EndSubSection
  226.         SubSection "Display"
  227.                 Viewport   0 0
  228.                 Depth     16
  229.         EndSubSection
  230.         SubSection "Display"
  231.                 Viewport   0 0
  232.                 Depth     24
  233.         EndSubSection
  234. EndSection
  235.  
  236. Section "Screen"
  237.         Identifier "Screen2"
  238.         Device     "Card2"
  239.         Monitor    "Monitor2"
  240.         SubSection "Display"
  241.                 Viewport   0 0
  242.                 Depth     1
  243.         EndSubSection
  244.         SubSection "Display"
  245.                 Viewport   0 0
  246.                 Depth     4
  247.         EndSubSection
  248.         SubSection "Display"
  249.                 Viewport   0 0
  250.                 Depth     8
  251.         EndSubSection
  252.         SubSection "Display"
  253.                 Viewport   0 0
  254.                 Depth     15
  255.         EndSubSection
  256.         SubSection "Display"
  257.                 Viewport   0 0
  258.                 Depth     16
  259.         EndSubSection
  260.         SubSection "Display"
  261.                 Viewport   0 0
  262.                 Depth     24
  263.         EndSubSection
  264. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement