edwinpaixao

xorg.conf

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