e: avoid black screen start on some device on first start.

SVN revision: 62290
This commit is contained in:
Michael BOUCHAUD 2011-08-10 08:42:57 +00:00
parent 1d7579b114
commit e5c5ec7fc3
3 changed files with 3 additions and 3 deletions

View File

@ -528,7 +528,7 @@ group "E_Config" struct {
value "exec.expire_timeout" double: 30.0;
value "exec.show_run_dialog" uchar: 1;
value "exec.show_exit_dialog" uchar: 1;
value "backlight.normal" double: 1.0;
value "backlight.normal" double: 0.0;
value "backlight.dim" double: 0.3;
value "backlight.transition" double: 0.5;
}

View File

@ -1765,7 +1765,7 @@ group "E_Config" struct {
value "exec.expire_timeout" double: 60.0000000000000000000000000;
value "exec.show_run_dialog" uchar: 0;
value "exec.show_exit_dialog" uchar: 0;
value "backlight.normal" double: 1.0;
value "backlight.normal" double: 0.0;
value "backlight.dim" double: 0.3;
value "backlight.transition" double: 0.5;
}

View File

@ -2230,7 +2230,7 @@ group "E_Config" struct {
value "exec.expire_timeout" double: 30.0;
value "exec.show_run_dialog" uchar: 1;
value "exec.show_exit_dialog" uchar: 1;
value "backlight.normal" double: 1.0;
value "backlight.normal" double: 0.0;
value "backlight.dim" double: 0.3;
value "backlight.transition" double: 0.5;
}