Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2016
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "aticonfig-Screen[0]-0" 0 0
  4. Screen "aticonfig-Screen[0]-1" LeftOf "aticonfig-Screen[0]-0"
  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. 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 "HP Compaq"
  39. ModelName "LA2206xc"
  40. EndSection
  41.  
  42. Section "Monitor"
  43. Identifier "Monitor-DVI"
  44. VendorName "HP Compaq"
  45. ModelName "LA2206xc"
  46. Option "LeftOf" "Monitor0"
  47. EndSection
  48.  
  49. Section "Monitor"
  50. Identifier "aticonfig-Monitor[0]-0"
  51. Option "VendorName" "ATI Proprietary Driver"
  52. Option "ModelName" "Generic Autodetecting Monitor"
  53. Option "DPMS" "true"
  54. EndSection
  55.  
  56. Section "Monitor"
  57. Identifier "aticonfig-Monitor[0]-1"
  58. Option "VendorName" "ATI Proprietary Driver"
  59. Option "ModelName" "Generic Autodetecting Monitor"
  60. Option "DPMS" "true"
  61. EndSection
  62.  
  63. Section "Device"
  64.  
  65. ### Available Driver options are:-
  66. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  67. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  68. ### <percent>: "<f>%"
  69. ### [arg]: arg optional
  70. #Option "ShadowFB" # [<bool>]
  71. #Option "DefaultRefresh" # [<bool>]
  72. #Option "ModeSetClearScreen" # [<bool>]
  73. Identifier "Card0"
  74. Driver "fglrx"
  75. BusID "PCI:1:0:0"
  76. EndSection
  77.  
  78. Section "Device"
  79. Identifier "aticonfig-Device[0]-0"
  80. Driver "fglrx"
  81. BusID "PCI:1:0:0"
  82. EndSection
  83.  
  84. Section "Device"
  85. Identifier "aticonfig-Device[0]-1"
  86. Driver "fglrx"
  87. BusID "PCI:1:0:0"
  88. Screen 1
  89. EndSection
  90.  
  91. Section "Screen"
  92. Identifier "Screen0"
  93. Device "Card0"
  94. Monitor "Monitor0"
  95. SubSection "Display"
  96. Viewport 0 0
  97. Depth 1
  98. EndSubSection
  99. SubSection "Display"
  100. Viewport 0 0
  101. Depth 4
  102. EndSubSection
  103. SubSection "Display"
  104. Viewport 0 0
  105. Depth 8
  106. EndSubSection
  107. SubSection "Display"
  108. Viewport 0 0
  109. Depth 15
  110. EndSubSection
  111. SubSection "Display"
  112. Viewport 0 0
  113. Depth 16
  114. EndSubSection
  115. SubSection "Display"
  116. Viewport 0 0
  117. Depth 24
  118. EndSubSection
  119. EndSection
  120.  
  121. Section "Screen"
  122. Identifier "aticonfig-Screen[0]-0"
  123. Device "aticonfig-Device[0]-0"
  124. Monitor "aticonfig-Monitor[0]-0"
  125. DefaultDepth 24
  126. SubSection "Display"
  127. Viewport 0 0
  128. Depth 24
  129. EndSubSection
  130. EndSection
  131.  
  132. Section "Screen"
  133. Identifier "aticonfig-Screen[0]-1"
  134. Device "aticonfig-Device[0]-1"
  135. Monitor "aticonfig-Monitor[0]-1"
  136. DefaultDepth 24
  137. SubSection "Display"
  138. Viewport 0 0
  139. Depth 24
  140. EndSubSection
  141. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement