From cf76bd8338c0854564e65c9716399d150abbe49b Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Thu, 4 Jul 2019 21:57:26 +0100 Subject: [PATCH] e config - dont have module loade delay as it is no longer useful module lload delay was for the days of spinning hdd's AND before we were compositing so we could have an init splash in x then load modules in the bg while its up etc. ... no longer relevant so off. --- data/config/standard/e.src | 2 +- data/config/tiling/e.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/config/standard/e.src b/data/config/standard/e.src index 7578547ad..9de54fb92 100644 --- a/data/config/standard/e.src +++ b/data/config/standard/e.src @@ -217,7 +217,7 @@ group "E_Config" struct { value "powersave.extreme" double: 1200.0; value "powersave.min" int: 0; value "powersave.max" int: 5; - value "no_module_delay" int: 0; + value "no_module_delay" int: 1; group "syscon.actions" list { group "E_Config_Syscon_Action" struct { value "action" string: "halt"; diff --git a/data/config/tiling/e.src b/data/config/tiling/e.src index 230a3d8b6..5413d3bf1 100644 --- a/data/config/tiling/e.src +++ b/data/config/tiling/e.src @@ -215,7 +215,7 @@ group "E_Config" struct { value "powersave.extreme" double: 1200.0; value "powersave.min" int: 0; value "powersave.max" int: 5; - value "no_module_delay" int: 0; + value "no_module_delay" int: 1; group "syscon.actions" list { group "E_Config_Syscon_Action" struct { value "action" string: "halt";