Guest User

Untitled

a guest
Jun 26th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.88 KB | None | 0 0
  1. Section "InputClass"
  2. Identifier "Touchpad" # required
  3. MatchIsTouchpad "yes" # required
  4. Driver "synaptics" # required
  5. Option "MinSpeed" "0.5"
  6. Option "MaxSpeed" "1.0"
  7. Option "AccelFactor" "0.075"
  8. Option "TapButton1" "1"
  9. Option "TapButton2" "2" # multitouch
  10. Option "TapButton3" "3" # multitouch
  11. Option "VertTwoFingerScroll" "1" # multitouch
  12. Option "HorizTwoFingerScroll" "1" # multitouch
  13. Option "VertEdgeScroll" "1"
  14. Option "CoastingSpeed" "8"
  15. Option "CornerCoasting" "1"
  16. Option "CircularScrolling" "1"
  17. Option "CircScrollTrigger" "7"
  18. Option "EdgeMotionUseAlways" "1"
  19. Option "LBCornerButton" "8" # browser "back" btn
  20. Option "RBCornerButton" "9" # browser "forward" btn
  21. EndSection
  22.  
  23. Section "ServerLayout"
  24. Identifier "aticonfig Layout"
  25. Screen 0 "aticonfig-Screen[0]-0" 0 0
  26. EndSection
  27.  
  28. Section "Module"
  29. EndSection
  30.  
  31. Section "Monitor"
  32. Identifier "aticonfig-Monitor[0]-0"
  33. Option "VendorName" "ATI Proprietary Driver"
  34. Option "ModelName" "Generic Autodetecting Monitor"
  35. Option "DPMS" "true"
  36. EndSection
  37.  
  38. Section "Device"
  39. Identifier "aticonfig-Device[0]-0"
  40. Driver "radeon"
  41. BusID "PCI:1:0:0"
  42. EndSection
  43.  
  44. Section "Screen"
  45. Identifier "aticonfig-Screen[0]-0"
  46. Device "aticonfig-Device[0]-0"
  47. Monitor "aticonfig-Monitor[0]-0"
  48. DefaultDepth 24
  49. SubSection "Display"
  50. Viewport 0 0
  51. Depth 24
  52. EndSubSection
  53. EndSection
Advertisement
Add Comment
Please, Sign In to add comment