Advertisement
Guest User

xorg.conf.new

a guest
Mar 22nd, 2013
122
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.     Screen      3  "Screen3" RightOf "Screen2"
  7.     Screen      4  "Screen4" RightOf "Screen3"
  8.     Screen      5  "Screen5" RightOf "Screen4"
  9.     Screen      6  "Screen6" RightOf "Screen5"
  10.     Screen      7  "Screen7" RightOf "Screen6"
  11.     InputDevice    "Mouse0" "CorePointer"
  12.     InputDevice    "Keyboard0" "CoreKeyboard"
  13. EndSection
  14.  
  15. Section "Files"
  16.     ModulePath   "/usr/lib/xorg/modules"
  17.     FontPath     "/usr/share/fonts/X11/misc"
  18.     FontPath     "/usr/share/fonts/X11/cyrillic"
  19.     FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  20.     FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  21.     FontPath     "/usr/share/fonts/X11/Type1"
  22.     FontPath     "/usr/share/fonts/X11/100dpi"
  23.     FontPath     "/usr/share/fonts/X11/75dpi"
  24.     FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  25.     FontPath     "built-ins"
  26. EndSection
  27.  
  28. Section "Module"
  29.     Load  "dri"
  30.     Load  "dbe"
  31.     Load  "glx"
  32.     Load  "extmod"
  33.     Load  "record"
  34.     Load  "dri2"
  35. EndSection
  36.  
  37. Section "InputDevice"
  38.     Identifier  "Keyboard0"
  39.     Driver      "kbd"
  40. EndSection
  41.  
  42. Section "InputDevice"
  43.     Identifier  "Mouse0"
  44.     Driver      "mouse"
  45.     Option      "Protocol" "auto"
  46.     Option      "Device" "/dev/input/mice"
  47.     Option      "ZAxisMapping" "4 5 6 7"
  48. EndSection
  49.  
  50. Section "Monitor"
  51.     Identifier   "Monitor0"
  52.     VendorName   "Monitor Vendor"
  53.     ModelName    "Monitor Model"
  54. EndSection
  55.  
  56. Section "Monitor"
  57.     Identifier   "Monitor1"
  58.     VendorName   "Monitor Vendor"
  59.     ModelName    "Monitor Model"
  60. EndSection
  61.  
  62. Section "Monitor"
  63.     Identifier   "Monitor2"
  64.     VendorName   "Monitor Vendor"
  65.     ModelName    "Monitor Model"
  66. EndSection
  67.  
  68. Section "Monitor"
  69.     Identifier   "Monitor3"
  70.     VendorName   "Monitor Vendor"
  71.     ModelName    "Monitor Model"
  72. EndSection
  73.  
  74. Section "Monitor"
  75.     Identifier   "Monitor4"
  76.     VendorName   "Monitor Vendor"
  77.     ModelName    "Monitor Model"
  78. EndSection
  79.  
  80. Section "Monitor"
  81.     Identifier   "Monitor5"
  82.     VendorName   "Monitor Vendor"
  83.     ModelName    "Monitor Model"
  84. EndSection
  85.  
  86. Section "Monitor"
  87.     Identifier   "Monitor6"
  88.     VendorName   "Monitor Vendor"
  89.     ModelName    "Monitor Model"
  90. EndSection
  91.  
  92. Section "Monitor"
  93.     Identifier   "Monitor7"
  94.     VendorName   "Monitor Vendor"
  95.     ModelName    "Monitor Model"
  96. EndSection
  97.  
  98. Section "Device"
  99.         ### Available Driver options are:-
  100.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  101.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  102.         ### <percent>: "<f>%"
  103.         ### [arg]: arg optional
  104.         #Option     "SWcursor"              # [<bool>]
  105.         #Option     "kmsdev"                # <str>
  106.         #Option     "ShadowFB"              # [<bool>]
  107.     Identifier  "Card0"
  108.     Driver      "modesetting"
  109.     BusID       "PCI:0:2:0"
  110. EndSection
  111.  
  112. Section "Device"
  113.         ### Available Driver options are:-
  114.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  115.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  116.         ### <percent>: "<f>%"
  117.         ### [arg]: arg optional
  118.         #Option     "SWcursor"              # [<bool>]
  119.         #Option     "kmsdev"                # <str>
  120.         #Option     "ShadowFB"              # [<bool>]
  121.     Identifier  "Card1"
  122.     Driver      "modesetting"
  123.     BusID       "PCI:1:0:0"
  124. EndSection
  125.  
  126. Section "Device"
  127.         ### Available Driver options are:-
  128.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  129.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  130.         ### <percent>: "<f>%"
  131.         ### [arg]: arg optional
  132.         #Option     "AccelMethod"           # <str>
  133.         #Option     "DRI"                   # [<bool>]
  134.         #Option     "ColorKey"              # <i>
  135.         #Option     "VideoKey"              # <i>
  136.         #Option     "Tiling"                # [<bool>]
  137.         #Option     "LinearFramebuffer"     # [<bool>]
  138.         #Option     "Shadow"                # [<bool>]
  139.         #Option     "SwapbuffersWait"       # [<bool>]
  140.         #Option     "TripleBuffer"          # [<bool>]
  141.         #Option     "XvPreferOverlay"       # [<bool>]
  142.         #Option     "DebugFlushBatches"     # [<bool>]
  143.         #Option     "DebugFlushCaches"      # [<bool>]
  144.         #Option     "DebugWait"             # [<bool>]
  145.         #Option     "HotPlug"               # [<bool>]
  146.         #Option     "RelaxedFencing"        # [<bool>]
  147.         #Option     "Throttle"              # [<bool>]
  148.         #Option     "UseVmap"               # [<bool>]
  149.         #Option     "ZaphodHeads"           # <str>
  150.         #Option     "DelayedFlush"          # [<bool>]
  151.         #Option     "FallbackDebug"         # [<bool>]
  152.         #Option     "BufferCache"           # [<bool>]
  153.     Identifier  "Card2"
  154.     Driver      "intel"
  155.     BusID       "PCI:0:2:0"
  156. EndSection
  157.  
  158. Section "Device"
  159.         ### Available Driver options are:-
  160.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  161.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  162.         ### <percent>: "<f>%"
  163.         ### [arg]: arg optional
  164.         #Option     "NoAccel"               # [<bool>]
  165.         #Option     "SWcursor"              # [<bool>]
  166.         #Option     "Dac6Bit"               # [<bool>]
  167.         #Option     "Dac8Bit"               # [<bool>]
  168.         #Option     "BusType"               # [<str>]
  169.         #Option     "CPPIOMode"             # [<bool>]
  170.         #Option     "CPusecTimeout"         # <i>
  171.         #Option     "AGPMode"               # <i>
  172.         #Option     "AGPFastWrite"          # [<bool>]
  173.         #Option     "AGPSize"               # <i>
  174.         #Option     "GARTSize"              # <i>
  175.         #Option     "RingSize"              # <i>
  176.         #Option     "BufferSize"            # <i>
  177.         #Option     "EnableDepthMoves"      # [<bool>]
  178.         #Option     "EnablePageFlip"        # [<bool>]
  179.         #Option     "NoBackBuffer"          # [<bool>]
  180.         #Option     "DMAForXv"              # [<bool>]
  181.         #Option     "FBTexPercent"          # <i>
  182.         #Option     "DepthBits"             # <i>
  183.         #Option     "PCIAPERSize"           # <i>
  184.         #Option     "AccelDFS"              # [<bool>]
  185.         #Option     "IgnoreEDID"            # [<bool>]
  186.         #Option     "CustomEDID"            # [<str>]
  187.         #Option     "DisplayPriority"       # [<str>]
  188.         #Option     "PanelSize"             # [<str>]
  189.         #Option     "ForceMinDotClock"      # <freq>
  190.         #Option     "ColorTiling"           # [<bool>]
  191.         #Option     "VideoKey"              # <i>
  192.         #Option     "RageTheatreCrystal"    # <i>
  193.         #Option     "RageTheatreTunerPort"  # <i>
  194.         #Option     "RageTheatreCompositePort"  # <i>
  195.         #Option     "RageTheatreSVideoPort"     # <i>
  196.         #Option     "TunerType"             # <i>
  197.         #Option     "RageTheatreMicrocPath"     # <str>
  198.         #Option     "RageTheatreMicrocType"     # <str>
  199.         #Option     "ScalerWidth"           # <i>
  200.         #Option     "RenderAccel"           # [<bool>]
  201.         #Option     "SubPixelOrder"         # [<str>]
  202.         #Option     "ClockGating"           # [<bool>]
  203.         #Option     "VGAAccess"             # [<bool>]
  204.         #Option     "ReverseDDC"            # [<bool>]
  205.         #Option     "LVDSProbePLL"          # [<bool>]
  206.         #Option     "AccelMethod"           # <str>
  207.         #Option     "DRI"                   # [<bool>]
  208.         #Option     "ConnectorTable"        # <str>
  209.         #Option     "DefaultConnectorTable"     # [<bool>]
  210.         #Option     "DefaultTMDSPLL"        # [<bool>]
  211.         #Option     "TVDACLoadDetect"       # [<bool>]
  212.         #Option     "ForceTVOut"            # [<bool>]
  213.         #Option     "TVStandard"            # <str>
  214.         #Option     "IgnoreLidStatus"       # [<bool>]
  215.         #Option     "DefaultTVDACAdj"       # [<bool>]
  216.         #Option     "Int10"                 # [<bool>]
  217.         #Option     "EXAVSync"              # [<bool>]
  218.         #Option     "ATOMTVOut"             # [<bool>]
  219.         #Option     "R4xxATOM"              # [<bool>]
  220.         #Option     "ForceLowPowerMode"     # [<bool>]
  221.         #Option     "DynamicPM"             # [<bool>]
  222.         #Option     "NewPLL"                # [<bool>]
  223.         #Option     "ZaphodHeads"           # <str>
  224.     Identifier  "Card3"
  225.     Driver      "radeon"
  226.     BusID       "PCI:1:0:0"
  227. EndSection
  228.  
  229. Section "Device"
  230.         ### Available Driver options are:-
  231.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  232.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  233.         ### <percent>: "<f>%"
  234.         ### [arg]: arg optional
  235.         #Option     "ShadowFB"              # [<bool>]
  236.         #Option     "Rotate"                # <str>
  237.         #Option     "fbdev"                 # <str>
  238.         #Option     "debug"                 # [<bool>]
  239.     Identifier  "Card4"
  240.     Driver      "fbdev"
  241.     BusID       "PCI:0:2:0"
  242. EndSection
  243.  
  244. Section "Device"
  245.         ### Available Driver options are:-
  246.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  247.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  248.         ### <percent>: "<f>%"
  249.         ### [arg]: arg optional
  250.         #Option     "ShadowFB"              # [<bool>]
  251.         #Option     "Rotate"                # <str>
  252.         #Option     "fbdev"                 # <str>
  253.         #Option     "debug"                 # [<bool>]
  254.     Identifier  "Card5"
  255.     Driver      "fbdev"
  256.     BusID       "PCI:1:0:0"
  257. EndSection
  258.  
  259. Section "Device"
  260.         ### Available Driver options are:-
  261.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  262.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  263.         ### <percent>: "<f>%"
  264.         ### [arg]: arg optional
  265.         #Option     "ShadowFB"              # [<bool>]
  266.         #Option     "DefaultRefresh"        # [<bool>]
  267.         #Option     "ModeSetClearScreen"    # [<bool>]
  268.     Identifier  "Card6"
  269.     Driver      "vesa"
  270.     BusID       "PCI:0:2:0"
  271. EndSection
  272.  
  273. Section "Device"
  274.         ### Available Driver options are:-
  275.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  276.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  277.         ### <percent>: "<f>%"
  278.         ### [arg]: arg optional
  279.         #Option     "ShadowFB"              # [<bool>]
  280.         #Option     "DefaultRefresh"        # [<bool>]
  281.         #Option     "ModeSetClearScreen"    # [<bool>]
  282.     Identifier  "Card7"
  283.     Driver      "vesa"
  284.     BusID       "PCI:1:0:0"
  285. EndSection
  286.  
  287. Section "Screen"
  288.     Identifier "Screen0"
  289.     Device     "Card0"
  290.     Monitor    "Monitor0"
  291.     SubSection "Display"
  292.         Viewport   0 0
  293.         Depth     1
  294.     EndSubSection
  295.     SubSection "Display"
  296.         Viewport   0 0
  297.         Depth     4
  298.     EndSubSection
  299.     SubSection "Display"
  300.         Viewport   0 0
  301.         Depth     8
  302.     EndSubSection
  303.     SubSection "Display"
  304.         Viewport   0 0
  305.         Depth     15
  306.     EndSubSection
  307.     SubSection "Display"
  308.         Viewport   0 0
  309.         Depth     16
  310.     EndSubSection
  311.     SubSection "Display"
  312.         Viewport   0 0
  313.         Depth     24
  314.     EndSubSection
  315. EndSection
  316.  
  317. Section "Screen"
  318.     Identifier "Screen1"
  319.     Device     "Card1"
  320.     Monitor    "Monitor1"
  321.     SubSection "Display"
  322.         Viewport   0 0
  323.         Depth     1
  324.     EndSubSection
  325.     SubSection "Display"
  326.         Viewport   0 0
  327.         Depth     4
  328.     EndSubSection
  329.     SubSection "Display"
  330.         Viewport   0 0
  331.         Depth     8
  332.     EndSubSection
  333.     SubSection "Display"
  334.         Viewport   0 0
  335.         Depth     15
  336.     EndSubSection
  337.     SubSection "Display"
  338.         Viewport   0 0
  339.         Depth     16
  340.     EndSubSection
  341.     SubSection "Display"
  342.         Viewport   0 0
  343.         Depth     24
  344.     EndSubSection
  345. EndSection
  346.  
  347. Section "Screen"
  348.     Identifier "Screen2"
  349.     Device     "Card2"
  350.     Monitor    "Monitor2"
  351.     SubSection "Display"
  352.         Viewport   0 0
  353.         Depth     1
  354.     EndSubSection
  355.     SubSection "Display"
  356.         Viewport   0 0
  357.         Depth     4
  358.     EndSubSection
  359.     SubSection "Display"
  360.         Viewport   0 0
  361.         Depth     8
  362.     EndSubSection
  363.     SubSection "Display"
  364.         Viewport   0 0
  365.         Depth     15
  366.     EndSubSection
  367.     SubSection "Display"
  368.         Viewport   0 0
  369.         Depth     16
  370.     EndSubSection
  371.     SubSection "Display"
  372.         Viewport   0 0
  373.         Depth     24
  374.     EndSubSection
  375. EndSection
  376.  
  377. Section "Screen"
  378.     Identifier "Screen3"
  379.     Device     "Card3"
  380.     Monitor    "Monitor3"
  381.     SubSection "Display"
  382.         Viewport   0 0
  383.         Depth     1
  384.     EndSubSection
  385.     SubSection "Display"
  386.         Viewport   0 0
  387.         Depth     4
  388.     EndSubSection
  389.     SubSection "Display"
  390.         Viewport   0 0
  391.         Depth     8
  392.     EndSubSection
  393.     SubSection "Display"
  394.         Viewport   0 0
  395.         Depth     15
  396.     EndSubSection
  397.     SubSection "Display"
  398.         Viewport   0 0
  399.         Depth     16
  400.     EndSubSection
  401.     SubSection "Display"
  402.         Viewport   0 0
  403.         Depth     24
  404.     EndSubSection
  405. EndSection
  406.  
  407. Section "Screen"
  408.     Identifier "Screen4"
  409.     Device     "Card4"
  410.     Monitor    "Monitor4"
  411.     SubSection "Display"
  412.         Viewport   0 0
  413.         Depth     1
  414.     EndSubSection
  415.     SubSection "Display"
  416.         Viewport   0 0
  417.         Depth     4
  418.     EndSubSection
  419.     SubSection "Display"
  420.         Viewport   0 0
  421.         Depth     8
  422.     EndSubSection
  423.     SubSection "Display"
  424.         Viewport   0 0
  425.         Depth     15
  426.     EndSubSection
  427.     SubSection "Display"
  428.         Viewport   0 0
  429.         Depth     16
  430.     EndSubSection
  431.     SubSection "Display"
  432.         Viewport   0 0
  433.         Depth     24
  434.     EndSubSection
  435. EndSection
  436.  
  437. Section "Screen"
  438.     Identifier "Screen5"
  439.     Device     "Card5"
  440.     Monitor    "Monitor5"
  441.     SubSection "Display"
  442.         Viewport   0 0
  443.         Depth     1
  444.     EndSubSection
  445.     SubSection "Display"
  446.         Viewport   0 0
  447.         Depth     4
  448.     EndSubSection
  449.     SubSection "Display"
  450.         Viewport   0 0
  451.         Depth     8
  452.     EndSubSection
  453.     SubSection "Display"
  454.         Viewport   0 0
  455.         Depth     15
  456.     EndSubSection
  457.     SubSection "Display"
  458.         Viewport   0 0
  459.         Depth     16
  460.     EndSubSection
  461.     SubSection "Display"
  462.         Viewport   0 0
  463.         Depth     24
  464.     EndSubSection
  465. EndSection
  466.  
  467. Section "Screen"
  468.     Identifier "Screen6"
  469.     Device     "Card6"
  470.     Monitor    "Monitor6"
  471.     SubSection "Display"
  472.         Viewport   0 0
  473.         Depth     1
  474.     EndSubSection
  475.     SubSection "Display"
  476.         Viewport   0 0
  477.         Depth     4
  478.     EndSubSection
  479.     SubSection "Display"
  480.         Viewport   0 0
  481.         Depth     8
  482.     EndSubSection
  483.     SubSection "Display"
  484.         Viewport   0 0
  485.         Depth     15
  486.     EndSubSection
  487.     SubSection "Display"
  488.         Viewport   0 0
  489.         Depth     16
  490.     EndSubSection
  491.     SubSection "Display"
  492.         Viewport   0 0
  493.         Depth     24
  494.     EndSubSection
  495. EndSection
  496.  
  497. Section "Screen"
  498.     Identifier "Screen7"
  499.     Device     "Card7"
  500.     Monitor    "Monitor7"
  501.     SubSection "Display"
  502.         Viewport   0 0
  503.         Depth     1
  504.     EndSubSection
  505.     SubSection "Display"
  506.         Viewport   0 0
  507.         Depth     4
  508.     EndSubSection
  509.     SubSection "Display"
  510.         Viewport   0 0
  511.         Depth     8
  512.     EndSubSection
  513.     SubSection "Display"
  514.         Viewport   0 0
  515.         Depth     15
  516.     EndSubSection
  517.     SubSection "Display"
  518.         Viewport   0 0
  519.         Depth     16
  520.     EndSubSection
  521.     SubSection "Display"
  522.         Viewport   0 0
  523.         Depth     24
  524.     EndSubSection
  525. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement