Guest User

Untitled

a guest
Aug 15th, 2022
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. verbose = true;
  2. resumedelay = 0;
  3. backlight :
  4. {
  5. disabled = false;
  6. restore_on_exit = false;
  7. no_smooth_transition = false;
  8. trans_step = 0.01;
  9. trans_timeout = 30;
  10. trans_fixed = 0;
  11. no_auto_calibration = false;
  12. pause_on_lid_closed = true;
  13. capture_on_lid_opened = false;
  14. shutter_threshold = 0.0;
  15. ac_timeouts = [ -1, 60, 60 ];
  16. batt_timeouts = [ 30, 5400, 600 ];
  17. };
  18. sensor :
  19. {
  20. captures = [ 5, 5 ];
  21. ac_regression_points = [ 0.0, 0.15, 0.29, 0.45, 0.61, 0.74, 0.81, 0.88, 0.93, 0.97, 1.0 ];
  22. batt_regression_points = [ 0.0, 0.15, 0.23, 0.36, 0.52, 0.59, 0.65, 0.71, 0.75, 0.78, 0.8 ];
  23. };
  24. monitor_override = ( );
  25. keyboard :
  26. {
  27. disabled = false;
  28. dim = false;
  29. ac_regression_points = [ 1.0, 0.97, 0.93, 0.88, 0.81, 0.74, 0.61, 0.45, 0.29, 0.15, 0.0 ];
  30. batt_regression_points = [ 0.8, 0.78, 0.75, 0.71, 0.65, 0.59, 0.52, 0.36, 0.23, 0.15, 0.0 ];
  31. timeouts = [ 15, 5 ];
  32. };
  33. gamma :
  34. {
  35. disabled = false;
  36. restore_on_exit = false;
  37. no_smooth_transition = false;
  38. trans_step = 500;
  39. trans_timeout = 100;
  40. long_transition = true;
  41. ambient_gamma = false;
  42. temp = [ 6500, 3500 ];
  43. };
  44. daytime :
  45. {
  46. latitude = 43.6;
  47. longitude = 1.4;
  48. event_duration = 1800;
  49. sunrise_offset = 0;
  50. sunset_offset = 0;
  51. sunrise = "6:00";
  52. sunset = "19:00";
  53. };
  54. dimmer :
  55. {
  56. disabled = false;
  57. no_smooth_transition = [ false, false ];
  58. trans_steps = [ 0.05, 0.05 ];
  59. trans_timeouts = [ 30, 30 ];
  60. trans_fixed = [ 0, 0 ];
  61. dimmed_pct = 0.2;
  62. timeouts = [ -1, 20 ];
  63. };
  64. dpms :
  65. {
  66. disabled = false;
  67. timeouts = [ 900, 300 ];
  68. };
  69. screen :
  70. {
  71. disabled = false;
  72. num_samples = 10;
  73. contrib = 0.1;
  74. timeouts = [ 30, -1 ];
  75. };
  76. inhibit :
  77. {
  78. disabled = false;
  79. inhibit_docked = false;
  80. inhibit_pm = false;
  81. inhibit_bl = false;
  82. };
  83.  
Advertisement
Add Comment
Please, Sign In to add comment