Guest User

v6ak

a guest
Jul 19th, 2010
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.87 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. InputDevice "SynapticsTouchpad" "SendCoreEvents"
  7. EndSection
  8.  
  9. Section "Files"
  10. ModulePath "/usr/lib/xorg/modules"
  11. FontPath "/usr/share/fonts/misc"
  12. FontPath "/usr/share/fonts/100dpi:unscaled"
  13. FontPath "/usr/share/fonts/75dpi:unscaled"
  14. FontPath "/usr/share/fonts/TTF"
  15. FontPath "/usr/share/fonts/Type1"
  16. EndSection
  17.  
  18. Section "Module"
  19. Load "dri2"
  20. Load "glx"
  21. Load "dbe"
  22. Load "dri"
  23. Load "extmod"
  24. Load "record"
  25. Load "synaptics"
  26. EndSection
  27.  
  28. Section "ServerFlags"
  29. Option "DontZap" "false"
  30. # Option "AutoAddDevices" "False
  31. EndSection
  32.  
  33. Section "InputDevice"
  34. Identifier "Keyboard0"
  35. Driver "kbd"
  36. Option "XkbRules" "xorg"
  37. Option "XkbLayout" "cz"
  38. Option "XkbModel" "pc105"
  39. Option "XkbVariant" "qwertz"
  40. EndSection
  41.  
  42. Section "InputDevice"
  43. Identifier "Mouse0"
  44. Driver "mouse"
  45. Option "Protocol" "auto"
  46. Option "Device" "/dev/input/mice"
  47. EndSection
  48.  
  49. Section "InputDevice"
  50. Identifier "Synaptics Touchpad"
  51. Driver "synaptics"
  52. # Option "Device" "/dev/input/mice"
  53. # MatchIsTouchpad "on"
  54. # #Option "SendCoreEvents" "true"
  55. Option "Device" "/dev/psaux"
  56. # #Option "Protocol" "auto-dev"
  57. # #Option "ZAxisMapping" "4 5 6 7"
  58. Option "AlwaysCore" "true" # send events to CorePointer
  59. # Option "Device" "/dev/psaux"
  60. Option "Protocol" "auto-dev"
  61. Option "SHMConfig" "false" # configurable at runtime? security risk
  62. Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
  63. Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
  64. Option "EmulateTwoFingerMinZ" "120" # this may vary between different machines
  65. Option "TapButton1" "1"
  66. Option "TapButton2" "2"
  67. Option "TapButton3" "3"
  68. Option "ClickFinger1" "1"
  69. Option "ClickFinger2" "2"
  70. Option "ClickFinger3" "3"
  71. Option "Synaptics Two-Finger Scrolling" "1"
  72. Option "Synaptics Two-Finger Scrolling" "1"
  73. Option "Synaptics Two-Finger Pressure" "10"
  74. Option "Two-Finger Width" "8"
  75. Option "Two-Finger Scrolling" "1"
  76. Option "Two-Finger Pressure" "10"
  77. Option "Two-Finger Width" "8"
  78. # Option "
  79. # Option "Protocol" "auto-dev"
  80. # Option "SHMConfig" "true" # configurable at runtime? security risk
  81. # Option "LeftEdge" "1700" # x coord left
  82. # Option "RightEdge" "5300" # x coord right
  83. # Option "TopEdge" "1700" # y coord top
  84. # Option "BottomEdge" "4200" # y coord bottom
  85. # Option "FingerLow" "25" # pressure below this level triggers release
  86. # Option "FingerHigh" "30" # pressure above this level triggers touch
  87. # Option "MaxTapTime" "180" # max time in ms for detecting tap
  88. Option "VertEdgeScroll" "false" # vertical scroll zone
  89. Option "HorizEdgeScroll" "false" # horizontal scroll zone
  90. # Option "CornerCoasting" "true" # enable continuous scroll with finger in corner
  91. # Option "CoastingSpeed" "0.30" # corner coasting speed
  92. # Option "VertScrollDelta" "100" # edge-to-edge scroll distance of the vertical scroll
  93. # Option "HorizScrollDelta" "100" # edge-to-edge scroll distance of the horizontal scroll
  94. # Option "MinSpeed" "0.10" # speed factor for low pointer movement
  95. # Option "MaxSpeed" "0.60" # maximum speed factor for fast pointer movement
  96. # Option "AccelFactor" "0.0020" # acceleration factor for normal pointer movements
  97. # Option "VertTwoFingerScroll" "true" # vertical scroll anywhere with two fingers
  98. # Option "HorizTwoFingerScroll" "true" # horizontal scroll anywhere with two fingers
  99. # Option "TapButton1" "1"
  100. # Option "TapButton2" "2"
  101. # Option "TapButton3" "3"
  102. # Option "ClickFinger1" "1"
  103. # Option "ClickFinger2" "2"
  104. # Option "ClickFinger3" "3"
  105. EndSection
  106.  
  107. Section "Monitor"
  108. Identifier "Monitor0"
  109. VendorName "Monitor Vendor"
  110. ModelName "Monitor Model"
  111. EndSection
  112.  
  113. Section "Monitor"
  114. Identifier "aticonfig-Monitor[0]-0"
  115. Option "VendorName" "ATI Proprietary Driver"
  116. Option "ModelName" "Generic Autodetecting Monitor"
  117. Option "DPMS" "true"
  118. EndSection
  119.  
  120. Section "Device"
  121.  
  122. ### Available Driver options are:-
  123. ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
  124. ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
  125. ### [arg]: arg optional
  126. #Option "ShadowFB" # [<bool>]
  127. #Option "DefaultRefresh" # [<bool>]
  128. #Option "ModeSetClearScreen" # [<bool>]
  129. Identifier "Card0"
  130. Driver "vesa"
  131. VendorName "ATI Technologies Inc"
  132. BoardName "M92 LP [Mobility Radeon HD 4300 Series]"
  133. BusID "PCI:1:0:0"
  134. EndSection
  135.  
  136. Section "Device"
  137. Identifier "aticonfig-Device[0]-0"
  138. Driver "fglrx"
  139. BusID "PCI:1:0:0"
  140. EndSection
  141.  
  142. Section "Screen"
  143. Identifier "Screen0"
  144. Device "Card0"
  145. Monitor "Monitor0"
  146. SubSection "Display"
  147. Viewport 0 0
  148. Depth 1
  149. EndSubSection
  150. SubSection "Display"
  151. Viewport 0 0
  152. Depth 4
  153. EndSubSection
  154. SubSection "Display"
  155. Viewport 0 0
  156. Depth 8
  157. EndSubSection
  158. SubSection "Display"
  159. Viewport 0 0
  160. Depth 15
  161. EndSubSection
  162. SubSection "Display"
  163. Viewport 0 0
  164. Depth 16
  165. EndSubSection
  166. SubSection "Display"
  167. Viewport 0 0
  168. Depth 24
  169. EndSubSection
  170. EndSection
  171.  
  172. Section "Screen"
  173. Identifier "aticonfig-Screen[0]-0"
  174. Device "aticonfig-Device[0]-0"
  175. Monitor "aticonfig-Monitor[0]-0"
  176. DefaultDepth 24
  177. SubSection "Display"
  178. Viewport 0 0
  179. Depth 24
  180. EndSubSection
  181. EndSection
Advertisement
Add Comment
Please, Sign In to add comment