Advertisement
Guest User

xorg.conf

a guest
Mar 1st, 2013
382
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.     InputDevice    "Mouse0" "CorePointer"
  8.     InputDevice    "Keyboard0" "CoreKeyboard"
  9. EndSection
  10.  
  11. Section "Files"
  12.     ModulePath   "/usr/lib/xorg/modules"
  13.     FontPath     "/usr/share/fonts/X11/misc"
  14.     FontPath     "/usr/share/fonts/X11/cyrillic"
  15.     FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  16.     FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  17.     FontPath     "/usr/share/fonts/X11/Type1"
  18.     FontPath     "/usr/share/fonts/X11/100dpi"
  19.     FontPath     "/usr/share/fonts/X11/75dpi"
  20.     FontPath     "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
  21.     FontPath     "built-ins"
  22. EndSection
  23.  
  24. Section "Module"
  25.     Load  "glx"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.     Identifier  "Keyboard0"
  30.     Driver      "kbd"
  31. EndSection
  32.  
  33. Section "InputDevice"
  34.     Identifier  "Mouse0"
  35.     Driver      "mouse"
  36.     Option      "Protocol" "auto"
  37.     Option      "Device" "/dev/input/mice"
  38.     Option      "ZAxisMapping" "4 5 6 7"
  39. EndSection
  40.  
  41. Section "Monitor"
  42.     Identifier   "Monitor0"
  43.     VendorName   "Monitor Vendor"
  44.     ModelName    "Monitor Model"
  45. EndSection
  46.  
  47. Section "Monitor"
  48.     Identifier   "Monitor1"
  49.     VendorName   "Monitor Vendor"
  50.     ModelName    "Monitor Model"
  51. EndSection
  52.  
  53. Section "Monitor"
  54.     Identifier   "Monitor2"
  55.     VendorName   "Monitor Vendor"
  56.     ModelName    "Monitor Model"
  57. EndSection
  58.  
  59. Section "Monitor"
  60.     Identifier   "Monitor3"
  61.     VendorName   "Monitor Vendor"
  62.     ModelName    "Monitor Model"
  63. EndSection
  64.  
  65. Section "Device"
  66.         ### Available Driver options are:-
  67.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  68.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  69.         ### <percent>: "<f>%"
  70.         ### [arg]: arg optional
  71.         #Option     "SWcursor"              # [<bool>]
  72.         #Option     "HWcursor"              # [<bool>]
  73.         #Option     "PciRetry"              # [<bool>]
  74.         #Option     "SyncOnGreen"           # [<bool>]
  75.         #Option     "NoAccel"               # [<bool>]
  76.         #Option     "ShowCache"             # [<bool>]
  77.         #Option     "MGASDRAM"              # [<bool>]
  78.         #Option     "ShadowFB"              # [<bool>]
  79.         #Option     "UseFBDev"              # [<bool>]
  80.         #Option     "ColorKey"              # <i>
  81.         #Option     "SetMclk"               # <freq>
  82.         #Option     "OverclockMem"          # [<bool>]
  83.         #Option     "VideoKey"              # <i>
  84.         #Option     "Rotate"                # [<str>]
  85.         #Option     "TexturedVideo"         # [<bool>]
  86.         #Option     "Crtc2Half"             # [<bool>]
  87.         #Option     "Crtc2Ram"              # <i>
  88.         #Option     "Int10"                 # [<bool>]
  89.         #Option     "AGPMode"               # <i>
  90.         #Option     "AGPSize"               # <i>
  91.         #Option     "DigitalScreen1"        # [<bool>]
  92.         #Option     "DigitalScreen2"        # [<bool>]
  93.         #Option     "TV"                    # [<bool>]
  94.         #Option     "TVStandard"            # [<str>]
  95.         #Option     "CableType"             # [<str>]
  96.         #Option     "NoHal"                 # [<bool>]
  97.         #Option     "SwappedHead"           # [<bool>]
  98.         #Option     "DRI"                   # [<bool>]
  99.         #Option     "MergedFB"              # [<bool>]
  100.         #Option     "Monitor2HSync"         # [<str>]
  101.         #Option     "Monitor2VRefresh"      # [<str>]
  102.         #Option     "Monitor2Position"      # [<str>]
  103.         #Option     "MetaModes"             # [<str>]
  104.         #Option     "OldDmaInit"            # [<bool>]
  105.         #Option     "ForcePciDma"           # [<bool>]
  106.         #Option     "AccelMethod"           # [<str>]
  107.         #Option     "KVM"                   # [<bool>]
  108.     Identifier  "Card0"
  109.     Driver      "mga"
  110.     BusID       "PCI:9:0:0"
  111. EndSection
  112.  
  113. Section "Device"
  114.         ### Available Driver options are:-
  115.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  116.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  117.         ### <percent>: "<f>%"
  118.         ### [arg]: arg optional
  119.         #Option     "SWcursor"              # [<bool>]
  120.         #Option     "kmsdev"                # <str>
  121.         #Option     "ShadowFB"              # [<bool>]
  122.     Identifier  "Card1"
  123.     Driver      "modesetting"
  124.     BusID       "PCI:9:0: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     "ShadowFB"              # [<bool>]
  134.         #Option     "Rotate"                # <str>
  135.         #Option     "fbdev"                 # <str>
  136.         #Option     "debug"                 # [<bool>]
  137.     Identifier  "Card2"
  138.     Driver      "fbdev"
  139.     BusID       "PCI:9: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     "ShadowFB"              # [<bool>]
  149.         #Option     "DefaultRefresh"        # [<bool>]
  150.         #Option     "ModeSetClearScreen"    # [<bool>]
  151.     Identifier  "Card3"
  152.     Driver      "vesa"
  153.     BusID       "PCI:9:0:0"
  154. EndSection
  155.  
  156. Section "Screen"
  157.     Identifier "Screen0"
  158.     Device     "Card0"
  159.     Monitor    "Monitor0"
  160.     SubSection "Display"
  161.         Viewport   0 0
  162.         Depth     1
  163.     EndSubSection
  164.     SubSection "Display"
  165.         Viewport   0 0
  166.         Depth     4
  167.     EndSubSection
  168.     SubSection "Display"
  169.         Viewport   0 0
  170.         Depth     8
  171.     EndSubSection
  172.     SubSection "Display"
  173.         Viewport   0 0
  174.         Depth     15
  175.     EndSubSection
  176.     SubSection "Display"
  177.         Viewport   0 0
  178.         Depth     16
  179.     EndSubSection
  180.     SubSection "Display"
  181.         Viewport   0 0
  182.         Depth     24
  183.     EndSubSection
  184. EndSection
  185.  
  186. Section "Screen"
  187.     Identifier "Screen1"
  188.     Device     "Card1"
  189.     Monitor    "Monitor1"
  190.     SubSection "Display"
  191.         Viewport   0 0
  192.         Depth     1
  193.     EndSubSection
  194.     SubSection "Display"
  195.         Viewport   0 0
  196.         Depth     4
  197.     EndSubSection
  198.     SubSection "Display"
  199.         Viewport   0 0
  200.         Depth     8
  201.     EndSubSection
  202.     SubSection "Display"
  203.         Viewport   0 0
  204.         Depth     15
  205.     EndSubSection
  206.     SubSection "Display"
  207.         Viewport   0 0
  208.         Depth     16
  209.     EndSubSection
  210.     SubSection "Display"
  211.         Viewport   0 0
  212.         Depth     24
  213.     EndSubSection
  214. EndSection
  215.  
  216. Section "Screen"
  217.     Identifier "Screen2"
  218.     Device     "Card2"
  219.     Monitor    "Monitor2"
  220.     SubSection "Display"
  221.         Viewport   0 0
  222.         Depth     1
  223.     EndSubSection
  224.     SubSection "Display"
  225.         Viewport   0 0
  226.         Depth     4
  227.     EndSubSection
  228.     SubSection "Display"
  229.         Viewport   0 0
  230.         Depth     8
  231.     EndSubSection
  232.     SubSection "Display"
  233.         Viewport   0 0
  234.         Depth     15
  235.     EndSubSection
  236.     SubSection "Display"
  237.         Viewport   0 0
  238.         Depth     16
  239.     EndSubSection
  240.     SubSection "Display"
  241.         Viewport   0 0
  242.         Depth     24
  243.     EndSubSection
  244. EndSection
  245.  
  246. Section "Screen"
  247.     Identifier "Screen3"
  248.     Device     "Card3"
  249.     Monitor    "Monitor3"
  250.     SubSection "Display"
  251.         Viewport   0 0
  252.         Depth     1
  253.     EndSubSection
  254.     SubSection "Display"
  255.         Viewport   0 0
  256.         Depth     4
  257.     EndSubSection
  258.     SubSection "Display"
  259.         Viewport   0 0
  260.         Depth     8
  261.     EndSubSection
  262.     SubSection "Display"
  263.         Viewport   0 0
  264.         Depth     15
  265.     EndSubSection
  266.     SubSection "Display"
  267.         Viewport   0 0
  268.         Depth     16
  269.     EndSubSection
  270.     SubSection "Display"
  271.         Viewport   0 0
  272.         Depth     24
  273.     EndSubSection
  274. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement