Advertisement
Guest User

/etc/X11/xorg.conf

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