Advertisement
Guest User

Untitled

a guest
Aug 10th, 2018
716
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.31 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/lib64/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 "dri"
  22. Load "drm"
  23. EndSection
  24.  
  25. Section "InputDevice"
  26. Identifier "Keyboard0"
  27. Driver "kbd"
  28. EndSection
  29.  
  30. Section "InputDevice"
  31. Identifier "Mouse0"
  32. Driver "mouse"
  33. Option "Protocol" "auto"
  34. Option "Device" "/dev/input/mice"
  35. Option "ZAxisMapping" "4 5 6 7"
  36. EndSection
  37.  
  38. Section "Monitor"
  39. Identifier "Monitor0"
  40. VendorName "Monitor Vendor"
  41. ModelName "Monitor Model"
  42. EndSection
  43.  
  44. Section "Monitor"
  45. Identifier "Monitor1"
  46. VendorName "Monitor Vendor"
  47. ModelName "Monitor Model"
  48. EndSection
  49.  
  50. Section "Device"
  51.  
  52. Driver "radeon"
  53. Option "AccelMethod" "EXA"
  54. Option "EnablePageFlip" "true"
  55. Option "TripleBuffer" "true"
  56. Option "AGPMode" "4"
  57. Option "AGPFastWrite" "true"
  58. Option "MonitorLayout" "LCD"
  59. Option "DMAForXv" "true"
  60. Option "DRI" "true"
  61. Option "DRI" "true"
  62. Identifier "Card0"
  63. BusID "PCI:1:0:0"
  64. EndSection
  65.  
  66. Section "Device"
  67. ### Available Driver options are:-
  68. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  69. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  70. ### <percent>: "<f>%"
  71. ### [arg]: arg optional
  72. #Option "SWcursor" # [<bool>]
  73. #Option "kmsdev" # <str>
  74. #Option "ShadowFB" # [<bool>]
  75. #Option "AccelMethod" # <str>
  76. #Option "PageFlip" # [<bool>]
  77. #Option "ZaphodHeads" # <str>
  78. #Option "DoubleShadow" # [<bool>]
  79. Identifier "Card1"
  80. Driver "modesetting"
  81. BusID "PCI:1:0:1"
  82. EndSection
  83.  
  84. Section "Screen"
  85. Identifier "Screen0"
  86. Device "Card0"
  87. Monitor "Monitor0"
  88. SubSection "Display"
  89. Viewport 0 0
  90. Depth 1
  91. EndSubSection
  92. SubSection "Display"
  93. Viewport 0 0
  94. Depth 4
  95. EndSubSection
  96. SubSection "Display"
  97. Viewport 0 0
  98. Depth 8
  99. EndSubSection
  100. SubSection "Display"
  101. Viewport 0 0
  102. Depth 15
  103. EndSubSection
  104. SubSection "Display"
  105. Viewport 0 0
  106. Depth 16
  107. EndSubSection
  108. SubSection "Display"
  109. Viewport 0 0
  110. Depth 24
  111. EndSubSection
  112. EndSection
  113.  
  114. Section "Screen"
  115. Identifier "Screen1"
  116. Device "Card1"
  117. Monitor "Monitor1"
  118. SubSection "Display"
  119. Viewport 0 0
  120. Depth 1
  121. EndSubSection
  122. SubSection "Display"
  123. Viewport 0 0
  124. Depth 4
  125. EndSubSection
  126. SubSection "Display"
  127. Viewport 0 0
  128. Depth 8
  129. EndSubSection
  130. SubSection "Display"
  131. Viewport 0 0
  132. Depth 15
  133. EndSubSection
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 16
  137. EndSubSection
  138. SubSection "Display"
  139. Viewport 0 0
  140. Depth 24
  141. EndSubSection
  142. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement