Advertisement
Guest User

Untitled

a guest
Jan 5th, 2017
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "Screen1" 0 0
  4. Screen 1 "Screen0" LeftOf "Screen1"
  5. InputDevice "Mouse0" "CorePointer"
  6. InputDevice "Keyboard0" "CoreKeyboard"
  7. #Option "Xinerama" "True"
  8. EndSection
  9.  
  10. Section "Files"
  11. ModulePath "/usr/lib64/xorg/modules"
  12. FontPath "/usr/share/fonts/misc/"
  13. FontPath "/usr/share/fonts/TTF/"
  14. FontPath "/usr/share/fonts/OTF/"
  15. FontPath "/usr/share/fonts/Type1/"
  16. FontPath "/usr/share/fonts/100dpi/"
  17. FontPath "/usr/share/fonts/75dpi/"
  18. EndSection
  19.  
  20. Section "Module"
  21. Load "glx"
  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. Option "LeftOf" "Monitor0"
  48. EndSection
  49.  
  50.  
  51. Section "Device"
  52. ### Available Driver options are:-
  53. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  54. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  55. ### <percent>: "<f>%"
  56. ### [arg]: arg optional
  57. #Option "SWcursor" # [<bool>]
  58. #Option "kmsdev" # <str>
  59. #Option "ShadowFB" # [<bool>]
  60. #Option "AccelMethod" # <str>
  61. #Option "PageFlip" # [<bool>]
  62. #Option "ZaphodHeads" # <str>
  63. Identifier "Card1"
  64. Driver "amdgpu"
  65. BusID "PCI:3:0:0"
  66. EndSection
  67.  
  68. Section "Device"
  69. Identifier "Card0"
  70. Driver "intel"
  71. BusID "PCI:0:2:0"
  72. EndSection
  73.  
  74.  
  75. Section "Screen"
  76. Identifier "Screen0"
  77. Device "Card0"
  78. Monitor "Monitor0"
  79. SubSection "Display"
  80. Viewport 0 0
  81. Depth 1
  82. EndSubSection
  83. SubSection "Display"
  84. Viewport 0 0
  85. Depth 4
  86. EndSubSection
  87. SubSection "Display"
  88. Viewport 0 0
  89. Depth 8
  90. EndSubSection
  91. SubSection "Display"
  92. Viewport 0 0
  93. Depth 15
  94. EndSubSection
  95. SubSection "Display"
  96. Viewport 0 0
  97. Depth 16
  98. EndSubSection
  99. SubSection "Display"
  100. Viewport 0 0
  101. Depth 24
  102. EndSubSection
  103. EndSection
  104.  
  105. Section "Screen"
  106. Identifier "Screen1"
  107. Device "Card1"
  108. Monitor "Monitor1"
  109. SubSection "Display"
  110. Viewport 0 0
  111. Depth 1
  112. EndSubSection
  113. SubSection "Display"
  114. Viewport 0 0
  115. Depth 4
  116. EndSubSection
  117. SubSection "Display"
  118. Viewport 0 0
  119. Depth 8
  120. EndSubSection
  121. SubSection "Display"
  122. Viewport 0 0
  123. Depth 15
  124. EndSubSection
  125. SubSection "Display"
  126. Viewport 0 0
  127. Depth 16
  128. EndSubSection
  129. SubSection "Display"
  130. Viewport 0 0
  131. Depth 24
  132. EndSubSection
  133. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement