Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2018
192
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  "intelScreen" 0 0
  4.     #Screen      0  "Screen0" 0 0
  5.     Screen      1  "Screen1"
  6.     InputDevice    "Mouse0" "CorePointer"
  7.     InputDevice    "Keyboard0" "CoreKeyboard"
  8. EndSection
  9.  
  10. Section "Files"
  11.     ModulePath   "/usr/lib64/xorg/modules"
  12.     FontPath     "/usr/share/fonts/local"
  13.     FontPath     "/usr/share/fonts/TTF"
  14.     FontPath     "/usr/share/fonts/OTF"
  15.     FontPath     "/usr/share/fonts/Type1"
  16.     FontPath     "/usr/share/fonts/misc"
  17.     FontPath     "/usr/share/fonts/CID"
  18.     FontPath     "/usr/share/fonts/75dpi/:unscaled"
  19.     FontPath     "/usr/share/fonts/100dpi/:unscaled"
  20.     FontPath     "/usr/share/fonts/75dpi"
  21.     FontPath     "/usr/share/fonts/100dpi"
  22.     FontPath     "/usr/share/fonts/cyrillic"
  23. EndSection
  24.  
  25. Section "Module"
  26.     Load  "glx"
  27.     #Load "modesetting"
  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.    
  46. VendorName   "Dell"
  47.     ModelName    "Inspiron 15 7000 Gaming Monitor"
  48. EndSection
  49.  
  50. Section "Monitor"
  51.     Identifier   "Monitor1"
  52.     VendorName   "Dell"
  53.     ModelName    "P4317q Multi-Client Monitor"
  54. EndSection
  55.  
  56. Section "Device"
  57.         ### Available Driver options are:-
  58.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  59.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  60.         ### <percent>: "<f>%"
  61.         ### [arg]: arg optional
  62.         #Option     "SWcursor"              # [<bool>]
  63.         #Option     "HWcursor"              # [<bool>]
  64.         #Option     "NoAccel"               # [<bool>]
  65.         #Option     "ShadowFB"              # [<bool>]
  66.         #Option     "UseFBDev"              # [<bool>]
  67.         #Option     "Rotate"                # [<str>]
  68.         #Option     "VideoKey"              # <i>
  69.         #Option     "FlatPanel"             # [<bool>]
  70.         #Option     "FPDither"              # [<bool>]
  71.         #Option     "CrtcNumber"            # <i>
  72.         #Option     "FPScale"               # [<bool>]
  73.         #Option     "FPTweak"               # <i>
  74.         #Option     "DualHead"          "True"  # [<bool>]
  75.     Identifier  "Card0"
  76.     Driver      "nvidia"
  77.     BusID       "PCI:1:0:0"
  78. EndSection
  79.  
  80. Section "Device"
  81.         ### Available Driver options are:-
  82.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  83.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  84.         ### <percent>: "<f>%"
  85.         ### [arg]: arg optional
  86.         #Option     "SWcursor"                  # [<bool>]
  87.         #Option     "HWcursor"                  # [<bool>]
  88.         #Option     "NoAccel"                   # [<bool>]
  89.         #Option     "ShadowFB"                  # [<bool>]
  90.         #Option     "UseFBDev"                  # [<bool>]
  91.         #Option     "Rotate"                    # [<str>]
  92.         #Option     "VideoKey"                  # <i>
  93.         #Option     "FlatPanel"                 # [<bool>]
  94.         #Option     "FPDither"                  # [<bool>]
  95.         #Option     "CrtcNumber"                # <i>
  96.         #Option     "FPScale"                   # [<bool>]
  97.         #Option     "FPTweak"                   # <i>
  98.         #Option     "DualHead"          "True"   # [<bool>]
  99.         Identifier  "Card2"
  100.         Driver      "nvidia"
  101.         BusID       "PCI:1:0:0"
  102. EndSection
  103.  
  104. Section "Device"
  105.         ### Available Driver options are:-
  106.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  107.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  108.         ### <percent>: "<f>%"
  109.         ### [arg]: arg optional
  110.         #Option     "Accel"                 # [<bool>]
  111.         #Option     "AccelMethod"           # <str>
  112.         #Option     "Backlight"             # <str>
  113.         #Option     "CustomEDID"            # <str>
  114.         #Option     "DRI"                   # <str>
  115.         #Option     "Present"               # [<bool>]
  116.         #Option     "ColorKey"              # <i>
  117.         #Option     "VideoKey"              # <i>
  118.         #Option     "Tiling"                # [<bool>]
  119.         #Option     "LinearFramebuffer"     # [<bool>]
  120.         #Option     "HWRotation"            # [<bool>]
  121.         #Option     "VSync"                 # [<bool>]
  122.         #Option     "PageFlip"              # [<bool>]
  123.         #Option     "SwapbuffersWait"       # [<bool>]
  124.         #Option     "TripleBuffer"          # [<bool>]
  125.         #Option     "XvPreferOverlay"       # [<bool>]
  126.         #Option     "HotPlug"               # [<bool>]
  127.         #Option     "ReprobeOutputs"        # [<bool>]
  128.         #Option     "XvMC"                  # [<bool>]
  129.         #Option     "ZaphodHeads"           # <str>
  130.         #Option     "VirtualHeads"          # <i>
  131.         #Option     "TearFree"              # [<bool>]
  132.         #Option     "PerCrtcPixmaps"        # [<bool>]
  133.         #Option     "FallbackDebug"         # [<bool>]
  134.         #Option     "DebugFlushBatches"     # [<bool>]
  135.         #Option     "DebugFlushCaches"      # [<bool>]
  136.         #Option     "DebugWait"             # [<bool>]
  137.         #Option     "BufferCache"           # [<bool>]
  138.     Identifier  "Card1"
  139.     Driver      "modesetting"
  140.     BusID       "PCI:0:2:0"
  141. EndSection
  142.  
  143. Section "Screen"
  144.     Identifier "Screen0"
  145.     Device     "Card2"
  146.     GPUDevice  "Card2"
  147.         Monitor    "Monitor0"
  148.     DefaultDepth 24
  149.     SubSection "Display"
  150.         Viewport   0 0
  151.         Depth     1
  152.     EndSubSection
  153.     SubSection "Display"
  154.         Viewport   0 0
  155.         Depth     4
  156.     EndSubSection
  157.     SubSection "Display"
  158.         Viewport   0 0
  159.         Depth     8
  160.     EndSubSection
  161.     SubSection "Display"
  162.         Viewport   0 0
  163.         Depth     15
  164.     EndSubSection
  165.     SubSection "Display"
  166.         Viewport   0 0
  167.         Depth     16
  168.     EndSubSection
  169.     SubSection "Display"
  170.         Viewport   0 0
  171.         Depth     24
  172.                 Modes     "3840x2160"
  173.     EndSubSection
  174. EndSection
  175.  
  176. Section "Screen"
  177.     Identifier "Screen1"
  178.     Device     "Card0"
  179.         GPUDevice  "Card0"
  180.     Monitor    "Monitor1"
  181.     DefaultDepth 24
  182.     SubSection "Display"
  183.         Viewport   0 0
  184.         Depth     1
  185.     EndSubSection
  186.     SubSection "Display"
  187.         Viewport   0 0
  188.         Depth     4
  189.     EndSubSection
  190.     SubSection "Display"
  191.         Viewport   0 0
  192.         Depth     8
  193.     EndSubSection
  194.     SubSection "Display"
  195.         Viewport   0 0
  196.         Depth     15
  197.     EndSubSection
  198.     SubSection "Display"
  199.         Viewport   0 0
  200.         Depth     16
  201.     EndSubSection
  202.     SubSection "Display"
  203.         Viewport   0 0
  204.         Depth     24
  205.         Modes     "3840x2160"
  206.     EndSubSection
  207. EndSection
  208.  
  209. Section "Screen"
  210.         Identifier "intelScreen"
  211.         Device     "Card1"
  212.         #GPUDevice  "Card0"
  213.         Monitor    "Monitor0"
  214.         DefaultDepth 24
  215.         SubSection "Display"
  216.                 Viewport   0 0
  217.                 Depth     1
  218.         EndSubSection
  219.         SubSection "Display"
  220.                 Viewport   0 0
  221.                 Depth     4
  222.         EndSubSection
  223.         SubSection "Display"
  224.                 Viewport   0 0
  225.                 Depth     8
  226.         EndSubSection
  227.         SubSection "Display"
  228.                 Viewport   0 0
  229.                 Depth     15
  230.         EndSubSection
  231.         SubSection "Display"
  232.                 Viewport   0 0
  233.                 Depth     16
  234.         EndSubSection
  235.         SubSection "Display"
  236.                 Viewport   0 0
  237.                 Depth     24
  238.                 Modes     "3840x2160"
  239.         EndSubSection
  240. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement