Advertisement
Guest User

xorg.conf

a guest
Dec 13th, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.79 KB | None | 0 0
  1. Section "ServerLayout"
  2. Identifier "X.org Configured"
  3. Screen 0 "aticonfig-Screen[0]-0" 0 0
  4. InputDevice "Mouse0" "CorePointer"
  5. InputDevice "Keyboard0" "CoreKeyboard"
  6. EndSection
  7.  
  8. Section "Files"
  9. ModulePath "/usr/lib/xorg/modules"
  10. FontPath "/usr/share/fonts/misc/"
  11. FontPath "/usr/share/fonts/TTF/"
  12. FontPath "/usr/share/fonts/OTF/"
  13. FontPath "/usr/share/fonts/Type1/"
  14. FontPath "/usr/share/fonts/100dpi/"
  15. FontPath "/usr/share/fonts/75dpi/"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "dri"
  20. Load "extmod"
  21. Load "dri2"
  22. Load "glx"
  23. Load "dbe"
  24. Load "record"
  25. EndSection
  26.  
  27. Section "InputDevice"
  28. Identifier "Keyboard0"
  29. Driver "kbd"
  30. EndSection
  31.  
  32. Section "InputDevice"
  33. Identifier "Mouse0"
  34. Driver "mouse"
  35. Option "Protocol" "auto"
  36. Option "Device" "/dev/input/mice"
  37. Option "ZAxisMapping" "4 5 6 7"
  38. EndSection
  39.  
  40. Section "Monitor"
  41. Identifier "Monitor0"
  42. VendorName "Monitor Vendor"
  43. ModelName "Monitor Model"
  44. EndSection
  45.  
  46. Section "Monitor"
  47. Identifier "Monitor1"
  48. VendorName "Monitor Vendor"
  49. ModelName "Monitor Model"
  50. EndSection
  51.  
  52. Section "Monitor"
  53. Identifier "aticonfig-Monitor[0]-0"
  54. Option "VendorName" "ATI Proprietary Driver"
  55. Option "ModelName" "Generic Autodetecting Monitor"
  56. Option "DPMS" "true"
  57. EndSection
  58.  
  59. Section "Device"
  60.  
  61. ### Available Driver options are:-
  62. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  63. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  64. ### <percent>: "<f>%"
  65. ### [arg]: arg optional
  66. #Option "ShadowFB" # [<bool>]
  67. #Option "Rotate" # <str>
  68. #Option "fbdev" # <str>
  69. #Option "debug" # [<bool>]
  70. Identifier "Card0"
  71. Driver "fbdev"
  72. BusID "PCI:1:5:0"
  73. EndSection
  74.  
  75. Section "Device"
  76.  
  77. ### Available Driver options are:-
  78. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  79. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz",
  80. ### <percent>: "<f>%"
  81. ### [arg]: arg optional
  82. #Option "ShadowFB" # [<bool>]
  83. #Option "DefaultRefresh" # [<bool>]
  84. #Option "ModeSetClearScreen" # [<bool>]
  85. Identifier "Card1"
  86. Driver "vesa"
  87. BusID "PCI:1:5:0"
  88. EndSection
  89.  
  90. Section "Device"
  91. Identifier "aticonfig-Device[0]-0"
  92. Driver "fglrx"
  93. BusID "PCI:1:5:0"
  94. EndSection
  95.  
  96. Section "Screen"
  97. Identifier "Screen0"
  98. Device "Card0"
  99. Monitor "Monitor0"
  100. SubSection "Display"
  101. Viewport 0 0
  102. Depth 1
  103. EndSubSection
  104. SubSection "Display"
  105. Viewport 0 0
  106. Depth 4
  107. EndSubSection
  108. SubSection "Display"
  109. Viewport 0 0
  110. Depth 8
  111. EndSubSection
  112. SubSection "Display"
  113. Viewport 0 0
  114. Depth 15
  115. EndSubSection
  116. SubSection "Display"
  117. Viewport 0 0
  118. Depth 16
  119. EndSubSection
  120. SubSection "Display"
  121. Viewport 0 0
  122. Depth 24
  123. EndSubSection
  124. EndSection
  125.  
  126. Section "Screen"
  127. Identifier "Screen1"
  128. Device "Card1"
  129. Monitor "Monitor1"
  130. SubSection "Display"
  131. Viewport 0 0
  132. Depth 1
  133. EndSubSection
  134. SubSection "Display"
  135. Viewport 0 0
  136. Depth 4
  137. EndSubSection
  138. SubSection "Display"
  139. Viewport 0 0
  140. Depth 8
  141. EndSubSection
  142. SubSection "Display"
  143. Viewport 0 0
  144. Depth 15
  145. EndSubSection
  146. SubSection "Display"
  147. Viewport 0 0
  148. Depth 16
  149. EndSubSection
  150. SubSection "Display"
  151. Viewport 0 0
  152. Depth 24
  153. EndSubSection
  154. EndSection
  155.  
  156. Section "Screen"
  157. Identifier "aticonfig-Screen[0]-0"
  158. Device "aticonfig-Device[0]-0"
  159. Monitor "aticonfig-Monitor[0]-0"
  160. DefaultDepth 24
  161. SubSection "Display"
  162. Viewport 0 0
  163. Depth 24
  164. Modes "1366x768" "1366x768"
  165. EndSubSection
  166. EndSection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement