Advertisement
Lenry

new, working conf

May 28th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Section "ServerFlags"
  2. #       Option  "Xinerama" "true"
  3. #EndSection
  4.  
  5. Section "ServerLayout"
  6.         Identifier     "X.org Configured"
  7.         Screen      0  "Screen0" 0 0
  8.         Screen      1  "Screen1" RightOf "Screen0"
  9.         Screen      2  "Screen2" RightOf "Screen1"
  10. #       Screen      3  "Screen3" RightOf "Screen2"
  11.         InputDevice    "Mouse0" "CorePointer"
  12.         InputDevice    "Keyboard0" "CoreKeyboard"
  13. EndSection
  14.  
  15. Section "Files"
  16.         ModulePath   "/usr/lib64/xorg/modules"
  17.         FontPath     "catalogue:/etc/X11/fontpath.d"
  18.         FontPath     "built-ins"
  19. EndSection
  20.  
  21. Section "Module"
  22.         Load  "glx"
  23.         Load  "dbe"
  24.         Load  "record"
  25.         Load  "extmod"
  26.         Load  "dri2"
  27.         Load  "dri"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31.         Identifier  "Keyboard0"
  32.         Driver      "kbd"                                                                                                                  
  33. EndSection                                                                                                                                  
  34.                                                                                                                                            
  35. Section "InputDevice"                                                                                                                      
  36.         Identifier  "Mouse0"                                                                                                                
  37.         Driver      "mouse"                                                                                                                
  38.         Option      "Protocol" "auto"                                                                                                      
  39.         Option      "Device" "/dev/input/mice"                                                                                              
  40.         Option      "ZAxisMapping" "4 5 6 7"                                                                                                
  41. EndSection                                                                                                                                  
  42.                                                                                                                                            
  43. Section "Monitor"                                                                                                                          
  44.         Identifier   "Monitor0"                                                                                                            
  45.         VendorName   "LG"                                                                                                                  
  46.         ModelName    "L1953s"                                                                                                              
  47. EndSection
  48.  
  49. Section "Monitor"
  50.         Identifier   "Monitor1"
  51.         VendorName   "LG"
  52.         ModelName    "L1953"
  53. EndSection
  54.  
  55. Section "Monitor"
  56.         Identifier   "Monitor2"
  57.         VendorName   "Panasonic"
  58.         ModelName    "P42S30E"
  59.         DisplaySize     508 285
  60.         Option          "DPI" "96 x 96"
  61.         Option          "DMPS"
  62.         ModeLine        "1920x1080" 148.50 1920 2448 2492 2640 1080 1084 1089 1125 #-HSync +VSync
  63. EndSection
  64.  
  65. #Section "Monitor"
  66. #       Identifier   "Monitor3"
  67. #       VendorName   "Monitor Vendor"
  68. #       ModelName    "Monitor Model"
  69. #EndSection
  70.  
  71. Section "Device"
  72.         ### Available Driver options are:-
  73.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  74.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  75.         ### <percent>: "<f>%"
  76.         ### [arg]: arg optional
  77.         #Option     "NoAccel"                   # [<bool>]
  78.         #Option     "AccelMethod"               # <str>
  79.         #Option     "Backlight"                 # <str>
  80.         #Option     "DRI"                       # <str>
  81.         #Option     "ColorKey"                  # <i>
  82.         #Option     "VideoKey"                  # <i>
  83.         #Option     "Tiling"                    # [<bool>]
  84.         #Option     "LinearFramebuffer"         # [<bool>]
  85.         #Option     "SwapbuffersWait"           # [<bool>]
  86.         #Option     "TripleBuffer"              # [<bool>]
  87.         #Option     "XvPreferOverlay"           # [<bool>]
  88.         #Option     "HotPlug"                   # [<bool>]
  89.         #Option     "RelaxedFencing"            # [<bool>]
  90.         #Option     "XvMC"                      # [<bool>]
  91.         #Option     "Throttle"                  # [<bool>]
  92.         #Option     "ZaphodHeads"               # <str>
  93.         #Option     "DelayedFlush"              # [<bool>]
  94.         #Option     "TearFree"                  # [<bool>]
  95.         #Option     "PerCrtcPixmaps"            # [<bool>]
  96.         #Option     "FallbackDebug"             # [<bool>]
  97.         #Option     "DebugFlushBatches"         # [<bool>]
  98.         #Option     "DebugFlushCaches"          # [<bool>]
  99.         #Option     "DebugWait"                 # [<bool>]
  100.         #Option     "BufferCache"               # [<bool>]
  101.         Identifier  "Card0"
  102.         Driver      "intel"
  103.         BusID       "PCI:0:2:0"
  104. EndSection
  105.  
  106. Section "Device"
  107.         ### Available Driver options are:-
  108.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  109.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  110.         ### <percent>: "<f>%"
  111.         ### [arg]: arg optional
  112.         #Option     "SWcursor"                  # [<bool>]
  113.         #Option     "HWcursor"                  # [<bool>]
  114.         #Option     "NoAccel"                   # [<bool>]
  115.         #Option     "ShadowFB"                  # [<bool>]
  116.         #Option     "VideoKey"                  # <i>
  117.         #Option     "WrappedFB"                 # [<bool>]
  118.         #Option     "GLXVBlank"                 # [<bool>]
  119.         #Option     "ZaphodHeads"               # <str>
  120.         #Option     "PageFlip"                  # [<bool>]
  121.         #Option     "SwapLimit"                 # <i>
  122.         Identifier  "Card1"
  123.         Driver      "nouveau"
  124.         BusID       "PCI:1: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: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     "ShadowFB"                  # [<bool>]
  149.         #Option     "DefaultRefresh"            # [<bool>]
  150.         #Option     "ModeSetClearScreen"        # [<bool>]
  151.         Identifier  "Card3"
  152.         Driver      "vesa"
  153.         BusID       "PCI:1:0:0"
  154. EndSection
  155.  
  156. Section "Screen"
  157.         Identifier "Screen0"
  158.         Device     "Card1"
  159.         Monitor    "Monitor0"
  160.         SubSection "Display"
  161.                 Viewport   0 0
  162.                 Depth     24
  163.         EndSubSection
  164. EndSection
  165.  
  166. Section "Screen"
  167.         Identifier "Screen1"
  168.         Device     "Card1"
  169.         Monitor    "Monitor1"
  170.         SubSection "Display"
  171.                 Viewport   0 0
  172.                 Depth     24
  173.         EndSubSection
  174. EndSection
  175.  
  176. Section "Screen"
  177.         Identifier "Screen2"
  178.         Device     "Card0"
  179.         Monitor    "Monitor2"
  180.                 SubSection "Display"
  181.                 Viewport   0 0
  182.                 Modes   "1920x1080"
  183.                 Depth     24
  184.         EndSubSection
  185. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement