Scindix

xorg.conf of Ubuntu 13.10 live CD (auto generated)

May 31st, 2015
363
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.     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     "built-ins"
  23. EndSection
  24.  
  25. Section "Module"
  26.     Load  "glx"
  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" "auto"
  38.     Option      "Device" "/dev/input/mice"
  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 "Monitor"
  61.     Identifier   "Monitor3"
  62.     VendorName   "Monitor Vendor"
  63.     ModelName    "Monitor Model"
  64. EndSection
  65.  
  66. Section "Monitor"
  67.     Identifier   "Monitor4"
  68.     VendorName   "Monitor Vendor"
  69.     ModelName    "Monitor Model"
  70. EndSection
  71.  
  72. Section "Monitor"
  73.     Identifier   "Monitor5"
  74.     VendorName   "Monitor Vendor"
  75.     ModelName    "Monitor Model"
  76. EndSection
  77.  
  78. Section "Device"
  79.         ### Available Driver options are:-
  80.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  81.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  82.         ### <percent>: "<f>%"
  83.         ### [arg]: arg optional
  84.         #Option     "NoAccel"               # [<bool>]
  85.         #Option     "AccelMethod"           # <str>
  86.         #Option     "Backlight"             # <str>
  87.         #Option     "DRI"                   # <str>
  88.         #Option     "ColorKey"              # <i>
  89.         #Option     "VideoKey"              # <i>
  90.         #Option     "Tiling"                # [<bool>]
  91.         #Option     "LinearFramebuffer"     # [<bool>]
  92.         #Option     "VSync"                 # [<bool>]
  93.         #Option     "PageFlip"              # [<bool>]
  94.         #Option     "SwapbuffersWait"       # [<bool>]
  95.         #Option     "TripleBuffer"          # [<bool>]
  96.         #Option     "XvPreferOverlay"       # [<bool>]
  97.         #Option     "HotPlug"               # [<bool>]
  98.         #Option     "ReprobeOutputs"        # [<bool>]
  99.         #Option     "XvMC"                  # [<bool>]
  100.         #Option     "ZaphodHeads"           # <str>
  101.         #Option     "VirtualHeads"          # <i>
  102.         #Option     "TearFree"              # [<bool>]
  103.         #Option     "PerCrtcPixmaps"        # [<bool>]
  104.         #Option     "FallbackDebug"         # [<bool>]
  105.         #Option     "DebugFlushBatches"     # [<bool>]
  106.         #Option     "DebugFlushCaches"      # [<bool>]
  107.         #Option     "DebugWait"             # [<bool>]
  108.         #Option     "BufferCache"           # [<bool>]
  109.     Identifier  "Card0"
  110.     Driver      "intel"
  111.     BusID       "PCI:0:2:0"
  112. EndSection
  113.  
  114. Section "Device"
  115.         ### Available Driver options are:-
  116.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  117.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  118.         ### <percent>: "<f>%"
  119.         ### [arg]: arg optional
  120.         #Option     "SWcursor"              # [<bool>]
  121.         #Option     "kmsdev"                # <str>
  122.         #Option     "ShadowFB"              # [<bool>]
  123.     Identifier  "Card1"
  124.     Driver      "modesetting"
  125.     BusID       "PCI:0:2:0"
  126. EndSection
  127.  
  128. Section "Device"
  129.         ### Available Driver options are:-
  130.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  131.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  132.         ### <percent>: "<f>%"
  133.         ### [arg]: arg optional
  134.         #Option     "SWcursor"              # [<bool>]
  135.         #Option     "kmsdev"                # <str>
  136.         #Option     "ShadowFB"              # [<bool>]
  137.     Identifier  "Card2"
  138.     Driver      "modesetting"
  139.     BusID       "PCI:1:0:0"
  140. EndSection
  141.  
  142. Section "Device"
  143.         ### Available Driver options are:-
  144.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  145.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  146.         ### <percent>: "<f>%"
  147.         ### [arg]: arg optional
  148.         #Option     "SWcursor"              # [<bool>]
  149.         #Option     "HWcursor"              # [<bool>]
  150.         #Option     "NoAccel"               # [<bool>]
  151.         #Option     "ShadowFB"              # [<bool>]
  152.         #Option     "VideoKey"              # <i>
  153.         #Option     "WrappedFB"             # [<bool>]
  154.         #Option     "GLXVBlank"             # [<bool>]
  155.         #Option     "ZaphodHeads"           # <str>
  156.         #Option     "PageFlip"              # [<bool>]
  157.         #Option     "SwapLimit"             # <i>
  158.         #Option     "AsyncUTSDFS"           # [<bool>]
  159.     Identifier  "Card3"
  160.     Driver      "nouveau"
  161.     BusID       "PCI:1:0:0"
  162. EndSection
  163.  
  164. Section "Device"
  165.         ### Available Driver options are:-
  166.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  167.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  168.         ### <percent>: "<f>%"
  169.         ### [arg]: arg optional
  170.         #Option     "ShadowFB"              # [<bool>]
  171.         #Option     "Rotate"                # <str>
  172.         #Option     "fbdev"                 # <str>
  173.         #Option     "debug"                 # [<bool>]
  174.     Identifier  "Card4"
  175.     Driver      "fbdev"
  176.     BusID       "PCI:1:0:0"
  177. EndSection
  178.  
  179. Section "Device"
  180.         ### Available Driver options are:-
  181.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  182.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  183.         ### <percent>: "<f>%"
  184.         ### [arg]: arg optional
  185.         #Option     "ShadowFB"              # [<bool>]
  186.         #Option     "DefaultRefresh"        # [<bool>]
  187.         #Option     "ModeSetClearScreen"    # [<bool>]
  188.     Identifier  "Card5"
  189.     Driver      "vesa"
  190.     BusID       "PCI:1:0:0"
  191. EndSection
  192.  
  193. Section "Screen"
  194.     Identifier "Screen0"
  195.     Device     "Card0"
  196.     Monitor    "Monitor0"
  197.     SubSection "Display"
  198.         Viewport   0 0
  199.         Depth     1
  200.     EndSubSection
  201.     SubSection "Display"
  202.         Viewport   0 0
  203.         Depth     4
  204.     EndSubSection
  205.     SubSection "Display"
  206.         Viewport   0 0
  207.         Depth     8
  208.     EndSubSection
  209.     SubSection "Display"
  210.         Viewport   0 0
  211.         Depth     15
  212.     EndSubSection
  213.     SubSection "Display"
  214.         Viewport   0 0
  215.         Depth     16
  216.     EndSubSection
  217.     SubSection "Display"
  218.         Viewport   0 0
  219.         Depth     24
  220.     EndSubSection
  221. EndSection
  222.  
  223. Section "Screen"
  224.     Identifier "Screen1"
  225.     Device     "Card1"
  226.     Monitor    "Monitor1"
  227.     SubSection "Display"
  228.         Viewport   0 0
  229.         Depth     1
  230.     EndSubSection
  231.     SubSection "Display"
  232.         Viewport   0 0
  233.         Depth     4
  234.     EndSubSection
  235.     SubSection "Display"
  236.         Viewport   0 0
  237.         Depth     8
  238.     EndSubSection
  239.     SubSection "Display"
  240.         Viewport   0 0
  241.         Depth     15
  242.     EndSubSection
  243.     SubSection "Display"
  244.         Viewport   0 0
  245.         Depth     16
  246.     EndSubSection
  247.     SubSection "Display"
  248.         Viewport   0 0
  249.         Depth     24
  250.     EndSubSection
  251. EndSection
  252.  
  253. Section "Screen"
  254.     Identifier "Screen2"
  255.     Device     "Card2"
  256.     Monitor    "Monitor2"
  257.     SubSection "Display"
  258.         Viewport   0 0
  259.         Depth     1
  260.     EndSubSection
  261.     SubSection "Display"
  262.         Viewport   0 0
  263.         Depth     4
  264.     EndSubSection
  265.     SubSection "Display"
  266.         Viewport   0 0
  267.         Depth     8
  268.     EndSubSection
  269.     SubSection "Display"
  270.         Viewport   0 0
  271.         Depth     15
  272.     EndSubSection
  273.     SubSection "Display"
  274.         Viewport   0 0
  275.         Depth     16
  276.     EndSubSection
  277.     SubSection "Display"
  278.         Viewport   0 0
  279.         Depth     24
  280.     EndSubSection
  281. EndSection
  282.  
  283. Section "Screen"
  284.     Identifier "Screen3"
  285.     Device     "Card3"
  286.     Monitor    "Monitor3"
  287.     SubSection "Display"
  288.         Viewport   0 0
  289.         Depth     1
  290.     EndSubSection
  291.     SubSection "Display"
  292.         Viewport   0 0
  293.         Depth     4
  294.     EndSubSection
  295.     SubSection "Display"
  296.         Viewport   0 0
  297.         Depth     8
  298.     EndSubSection
  299.     SubSection "Display"
  300.         Viewport   0 0
  301.         Depth     15
  302.     EndSubSection
  303.     SubSection "Display"
  304.         Viewport   0 0
  305.         Depth     16
  306.     EndSubSection
  307.     SubSection "Display"
  308.         Viewport   0 0
  309.         Depth     24
  310.     EndSubSection
  311. EndSection
  312.  
  313. Section "Screen"
  314.     Identifier "Screen4"
  315.     Device     "Card4"
  316.     Monitor    "Monitor4"
  317.     SubSection "Display"
  318.         Viewport   0 0
  319.         Depth     1
  320.     EndSubSection
  321.     SubSection "Display"
  322.         Viewport   0 0
  323.         Depth     4
  324.     EndSubSection
  325.     SubSection "Display"
  326.         Viewport   0 0
  327.         Depth     8
  328.     EndSubSection
  329.     SubSection "Display"
  330.         Viewport   0 0
  331.         Depth     15
  332.     EndSubSection
  333.     SubSection "Display"
  334.         Viewport   0 0
  335.         Depth     16
  336.     EndSubSection
  337.     SubSection "Display"
  338.         Viewport   0 0
  339.         Depth     24
  340.     EndSubSection
  341. EndSection
  342.  
  343. Section "Screen"
  344.     Identifier "Screen5"
  345.     Device     "Card5"
  346.     Monitor    "Monitor5"
  347.     SubSection "Display"
  348.         Viewport   0 0
  349.         Depth     1
  350.     EndSubSection
  351.     SubSection "Display"
  352.         Viewport   0 0
  353.         Depth     4
  354.     EndSubSection
  355.     SubSection "Display"
  356.         Viewport   0 0
  357.         Depth     8
  358.     EndSubSection
  359.     SubSection "Display"
  360.         Viewport   0 0
  361.         Depth     15
  362.     EndSubSection
  363.     SubSection "Display"
  364.         Viewport   0 0
  365.         Depth     16
  366.     EndSubSection
  367.     SubSection "Display"
  368.         Viewport   0 0
  369.         Depth     24
  370.     EndSubSection
  371. EndSection
Add Comment
Please, Sign In to add comment