Advertisement
TheGreatKingFox

Xorg.conf

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