Advertisement
Guest User

xorg.conf Zmei Gorynych

a guest
Mar 6th, 2021
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Section "ServerLayout"
  2.     Identifier     "triplehead"
  3.     Screen      0  "LeftScreen" 0 0
  4.     Screen      1  "MiddleScreen" 2000 0
  5.     Screen      2  "RightScreen" 4000 0
  6. #   InputDevice    "Mouse0" "CorePointer"
  7. #   InputDevice    "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "Files"
  11.     ModulePath   "/usr/lib/xorg/modules"
  12.     FontPath     "/usr/share/fonts/X11/misc"
  13.     FontPath     "/usr/share/fonts/X11/cyrillic"
  14.     FontPath     "/usr/share/fonts/X11/100dpi/:unscaled"
  15.     FontPath     "/usr/share/fonts/X11/75dpi/:unscaled"
  16.     FontPath     "/usr/share/fonts/X11/Type1"
  17.     FontPath     "/usr/share/fonts/X11/100dpi"
  18.     FontPath     "/usr/share/fonts/X11/75dpi"
  19.     FontPath     "built-ins"
  20. EndSection
  21.  
  22. Section "Module"
  23.     Load  "glx"
  24. EndSection
  25.  
  26. Section "InputDevice"
  27.     Identifier  "Keyboard0"
  28.     Driver      "kbd"
  29. EndSection
  30.  
  31. Section "InputDevice"
  32.     Identifier  "Mouse0"
  33.     Driver      "mouse"
  34.     Option      "Protocol" "auto"
  35.     Option      "Device" "/dev/input/mice"
  36.     Option      "ZAxisMapping" "4 5 6 7"
  37. EndSection
  38.  
  39. Section "Monitor"
  40.     Identifier   "Monitor0"
  41.     VendorName   "Monitor Vendor"
  42.     ModelName    "Monitor Model"
  43. EndSection
  44.  
  45. Section "Monitor"
  46.         Identifier   "Monitor1"
  47.         VendorName   "Monitor Vendor"
  48.         ModelName    "Monitor Model"
  49. EndSection
  50.  
  51. Section "Monitor"
  52.         Identifier   "Monitor2"
  53.         VendorName   "Monitor Vendor"
  54.         ModelName    "Monitor Model"
  55. EndSection
  56.  
  57. Section "Device"
  58.         ### Available Driver options are:-
  59.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  60.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  61.         ### <percent>: "<f>%"
  62.         ### [arg]: arg optional
  63.         #Option     "Accel"                 # [<bool>]
  64.         #Option     "AccelMethod"           # <str>
  65.         #Option     "Backlight"             # <str>
  66.         #Option     "CustomEDID"            # <str>
  67.         #Option     "DRI"                   # <str>
  68.         #Option     "Present"               # [<bool>]
  69.         #Option     "ColorKey"              # <i>
  70.         #Option     "VideoKey"              # <i>
  71.         #Option     "Tiling"                # [<bool>]
  72.         #Option     "LinearFramebuffer"     # [<bool>]
  73.         #Option     "HWRotation"            # [<bool>]
  74.         #Option     "VSync"                 # [<bool>]
  75.         #Option     "PageFlip"              # [<bool>]
  76.         #Option     "SwapbuffersWait"       # [<bool>]
  77.         #Option     "TripleBuffer"          # [<bool>]
  78.         #Option     "XvPreferOverlay"       # [<bool>]
  79.         #Option     "HotPlug"               # [<bool>]
  80.         #Option     "ReprobeOutputs"        # [<bool>]
  81.         #Option     "XvMC"                  # [<bool>]
  82.         Option     "ZaphodHeads"                "HDMI1"
  83.         #Option     "VirtualHeads"          # <i>
  84.         #Option     "TearFree"              # [<bool>]
  85.         #Option     "PerCrtcPixmaps"        # [<bool>]
  86.         #Option     "FallbackDebug"         # [<bool>]
  87.         #Option     "DebugFlushBatches"     # [<bool>]
  88.         #Option     "DebugFlushCaches"      # [<bool>]
  89.         #Option     "DebugWait"             # [<bool>]
  90.         #Option     "BufferCache"           # [<bool>]
  91.     Identifier  "Card0"
  92.     Driver      "intel"
  93.     BusID       "PCI:0:2:0"
  94.         Screen      0
  95. EndSection
  96.  
  97. Section "Device"
  98.         Option     "ZaphodHeads"                "DP2"
  99.         Identifier  "Card1"
  100.         Driver      "intel"
  101.         BusID       "PCI:0:2:0"
  102.         Screen      1
  103. EndSection
  104.  
  105. Section "Device"
  106.         Option     "ZaphodHeads"                "HDMI3"
  107.         Identifier  "Card2"
  108.         Driver      "intel"
  109.         BusID       "PCI:0:2:0"
  110.         Screen      2
  111. EndSection
  112.  
  113. Section "Screen"
  114.     Identifier "LeftScreen"
  115.     Device     "Card0"
  116.     Monitor    "Monitor0"
  117.     SubSection "Display"
  118.         Viewport   0 0
  119.         Depth     1
  120.     EndSubSection
  121.     SubSection "Display"
  122.         Viewport   0 0
  123.         Depth     4
  124.     EndSubSection
  125.     SubSection "Display"
  126.         Viewport   0 0
  127.         Depth     8
  128.     EndSubSection
  129.     SubSection "Display"
  130.         Viewport   0 0
  131.         Depth     15
  132.     EndSubSection
  133.     SubSection "Display"
  134.         Viewport   0 0
  135.         Depth     16
  136.     EndSubSection
  137.     SubSection "Display"
  138.         Viewport   0 0
  139.         Depth     24
  140.     EndSubSection
  141. EndSection
  142.  
  143. Section "Screen"
  144.         Identifier "MiddleScreen"
  145.         Device     "Card1"
  146.         Monitor    "Monitor1"
  147.         SubSection "Display"
  148.                 Viewport   0 0
  149.                 Depth     1
  150.         EndSubSection
  151.         SubSection "Display"
  152.                 Viewport   0 0
  153.                 Depth     4
  154.         EndSubSection
  155.         SubSection "Display"
  156.                 Viewport   0 0
  157.                 Depth     8
  158.         EndSubSection
  159.         SubSection "Display"
  160.                 Viewport   0 0
  161.                 Depth     15
  162.         EndSubSection
  163.         SubSection "Display"
  164.                 Viewport   0 0
  165.                 Depth     16
  166.         EndSubSection
  167.         SubSection "Display"
  168.                 Viewport   0 0
  169.                 Depth     24
  170.         EndSubSection
  171. EndSection
  172.  
  173. Section "Screen"
  174.         Identifier "RightScreen"
  175.         Device     "Card2"
  176.         Monitor    "Monitor2"
  177.         SubSection "Display"
  178.                 Viewport   0 0
  179.                 Depth     1
  180.         EndSubSection
  181.         SubSection "Display"
  182.                 Viewport   0 0
  183.                 Depth     4
  184.         EndSubSection
  185.         SubSection "Display"
  186.                 Viewport   0 0
  187.                 Depth     8
  188.         EndSubSection
  189.         SubSection "Display"
  190.                 Viewport   0 0
  191.                 Depth     15
  192.         EndSubSection
  193.         SubSection "Display"
  194.                 Viewport   0 0
  195.                 Depth     16
  196.         EndSubSection
  197.         SubSection "Display"
  198.                 Viewport   0 0
  199.                 Depth     24
  200.         EndSubSection
  201. EndSection
  202.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement