rootkea

/etc/sysctl.conf

May 20th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1. # $FreeBSD: releng/10.1/etc/sysctl.conf 112200 2003-03-13 18:43:50Z mux $
  2. #
  3. # This file is read when going to multi-user and its contents piped thru
  4. # ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details.
  5. #
  6.  
  7. # Uncomment this to prevent users from seeing information about processes that
  8. # are being run under another UID.
  9. #security.bsd.see_other_uids=0
  10.  
  11. hw.psm.synaptics.vscroll_hor_area=1300
  12.  
  13. hw.psm.synaptics.min_pressure: 5
  14. hw.psm.synaptics.max_pressure: 220
  15.  
  16. hw.psm.synaptics.max_width: 10
  17.  
  18. hw.psm.synaptics.weight_current: 3
  19. hw.psm.synaptics.weight_previous: 6
  20. hw.psm.synaptics.weight_previous_na: 20
  21. hw.psm.synaptics.weight_len_squared: 2000
  22.  
  23. hw.psm.synaptics.div_min: 9
  24. hw.psm.synaptics.div_max: 17
  25. hw.psm.synaptics.div_max_na: 30
  26. hw.psm.synaptics.div_len: 100
  27.  
  28. hw.psm.synaptics.multiplicator: 10000
  29.  
  30. hw.psm.synaptics.margin_top: 200
  31. hw.psm.synaptics.margin_right: 200
  32. hw.psm.synaptics.margin_bottom: 200
  33. hw.psm.synaptics.margin_left: 200
  34.  
  35. hw.psm.synaptics.na_top: 1783
  36. hw.psm.synaptics.na_right: 563
  37. hw.psm.synaptics.na_bottom: 1408
  38. hw.psm.synaptics.na_left: 1600
  39.  
  40. hw.psm.synaptics.window_min: 4
  41. hw.psm.synaptics.window_max: 10
  42.  
  43. hw.psm.synaptics.tap_max_delta: 80
  44. hw.psm.synaptics.tap_min_queue: 2
  45.  
  46. hw.psm.synaptics.taphold_timeout: 125000
  47.  
  48. hw.psm.synaptics.vscroll_hor_area: 1300
  49. hw.psm.synaptics.vscroll_ver_area: -600
  50. hw.psm.synaptics.vscroll_min_delta: 50
  51. hw.psm.synaptics.vscroll_div_min: 100
  52. hw.psm.synaptics.vscroll_div_max: 150
Advertisement
Add Comment
Please, Sign In to add comment