Facebook
From Noobuser, 1 Month ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 139
  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. EndSection
  22.  
  23. Section "InputDevice"
  24.  Identifier  "Keyboard0"
  25.  Driver      "kbd"
  26. EndSection
  27.  
  28. Section "InputDevice"
  29.  Identifier  "Mouse0"
  30.  Driver      "mouse"
  31.  Option     "Protocol" "auto"
  32.  Option     "Device" "/dev/input/mice"
  33.  Option     "ZAxisMapping" "4 5 6 7"
  34. EndSection
  35.  
  36. Section "Monitor"
  37.  Identifier   "Monitor0"
  38.  VendorName   "Monitor Vendor"
  39.  ModelName    "Monitor Model"
  40. EndSection
  41.  
  42. Section "Monitor"
  43.  Identifier   "Monitor1"
  44.  VendorName   "Monitor Vendor"
  45.  ModelName    "Monitor Model"
  46. EndSection
  47.  
  48. Section "Device"
  49.         ### Available Driver options are:-
  50.         ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  51.         ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  52.         ### <percent>: "<f>%"
  53.         ### [arg]: arg optional
  54.         #Option     "Accel"               # [<bool>]
  55.         #Option     "SWcursor"            # [<bool>]
  56.         #Option     "EnablePageFlip"      # [<bool>]
  57.         #Option     "SubPixelOrder"       # [<str>]
  58.         #Option     "ZaphodHeads"         # <str>
  59.         #Option     "AccelMethod"         # <str>
  60.         #Option     "DRI3"                # [<bool>]
  61.         #Option     "DRI"                 # <i>
  62.         #Option     "ShadowPrimary"       # [<bool>]
  63.         #Option     "TearFree"            # [<bool>]
  64.         #Option     "DeleteUnusedDP12Displays"  # [<bool>]
  65.         #Option     "VariableRefresh"     # [<bool>]
  66.         #Option     "AsyncFlipSecondaries"  # [<bool>]
  67.  Identifier  "Card0"
  68.  Driver      "amdgpu"
  69.  BusID       "PCI:5: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     "SWcursor"            # [<bool>]
  79.         #Option     "kmsdev"              # <str>
  80.         #Option     "ShadowFB"            # [<bool>]
  81.         #Option     "AccelMethod"         # <str>
  82.         #Option     "PageFlip"            # [<bool>]
  83.         #Option     "ZaphodHeads"         # <str>
  84.         #Option     "DoubleShadow"        # [<bool>]
  85.         #Option     "Atomic"              # [<bool>]
  86.         #Option     "VariableRefresh"     # [<bool>]
  87.         #Option     "UseGammaLUT"         # [<bool>]
  88.         #Option     "AsyncFlipSecondaries"  # [<bool>]
  89.  Identifier  "Card1"
  90.  Driver      "modesetting"
  91.  BusID       "PCI:1:0:0"
  92. EndSection
  93.  
  94. Section "Screen"
  95.  Identifier "Screen0"
  96.  Device     "Card0"
  97.  Monitor    "Monitor0"
  98.  SubSection "Display"
  99.   Viewport   0 0
  100.   Depth     1
  101.  EndSubSection
  102.  SubSection "Display"
  103.   Viewport   0 0
  104.   Depth     4
  105.  EndSubSection
  106.  SubSection "Display"
  107.   Viewport   0 0
  108.   Depth     8
  109.  EndSubSection
  110.  SubSection "Display"
  111.   Viewport   0 0
  112.   Depth     15
  113.  EndSubSection
  114.  SubSection "Display"
  115.   Viewport   0 0
  116.   Depth     16
  117.  EndSubSection
  118.  SubSection "Display"
  119.   Viewport   0 0
  120.   Depth     24
  121.  EndSubSection
  122. EndSection
  123.  
  124. Section "Screen"
  125.  Identifier "Screen1"
  126.  Device     "Card1"
  127.  Monitor    "Monitor1"
  128.  SubSection "Display"
  129.   Viewport   0 0
  130.   Depth     1
  131.  EndSubSection
  132.  SubSection "Display"
  133.   Viewport   0 0
  134.   Depth     4
  135.  EndSubSection
  136.  SubSection "Display"
  137.   Viewport   0 0
  138.   Depth     8
  139.  EndSubSection
  140.  SubSection "Display"
  141.   Viewport   0 0
  142.   Depth     15
  143.  EndSubSection
  144.  SubSection "Display"
  145.   Viewport   0 0
  146.   Depth     16
  147.  EndSubSection
  148.  SubSection "Display"
  149.   Viewport   0 0
  150.   Depth     24
  151.  EndSubSection
  152. EndSection