Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- verbose = true;
- resumedelay = 0;
- backlight :
- {
- disabled = false;
- restore_on_exit = false;
- no_smooth_transition = false;
- trans_step = 0.01;
- trans_timeout = 30;
- trans_fixed = 0;
- no_auto_calibration = false;
- pause_on_lid_closed = true;
- capture_on_lid_opened = false;
- shutter_threshold = 0.0;
- ac_timeouts = [ -1, 60, 60 ];
- batt_timeouts = [ 30, 5400, 600 ];
- };
- sensor :
- {
- captures = [ 5, 5 ];
- 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 ];
- 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 ];
- };
- monitor_override = ( );
- keyboard :
- {
- disabled = false;
- dim = false;
- 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 ];
- 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 ];
- timeouts = [ 15, 5 ];
- };
- gamma :
- {
- disabled = false;
- restore_on_exit = false;
- no_smooth_transition = false;
- trans_step = 500;
- trans_timeout = 100;
- long_transition = true;
- ambient_gamma = false;
- temp = [ 6500, 3500 ];
- };
- daytime :
- {
- latitude = 43.6;
- longitude = 1.4;
- event_duration = 1800;
- sunrise_offset = 0;
- sunset_offset = 0;
- sunrise = "6:00";
- sunset = "19:00";
- };
- dimmer :
- {
- disabled = false;
- no_smooth_transition = [ false, false ];
- trans_steps = [ 0.05, 0.05 ];
- trans_timeouts = [ 30, 30 ];
- trans_fixed = [ 0, 0 ];
- dimmed_pct = 0.2;
- timeouts = [ -1, 20 ];
- };
- dpms :
- {
- disabled = false;
- timeouts = [ 900, 300 ];
- };
- screen :
- {
- disabled = false;
- num_samples = 10;
- contrib = 0.1;
- timeouts = [ 30, -1 ];
- };
- inhibit :
- {
- disabled = false;
- inhibit_docked = false;
- inhibit_pm = false;
- inhibit_bl = false;
- };
Advertisement
Add Comment
Please, Sign In to add comment