Well, why the default backlight is 0.0? It's too dark. >> value "backlight.normal" double: 0.0; >> value "backlight.dim" double: 0.3; >> value "backlight.transition" double: 0.5;
Daniel Juyung Seo (SeoZ) On Thu, Aug 11, 2011 at 1:35 AM, michael bouchaud <[email protected]> wrote: > hum this patch fixes nothing, and I have already fix this issues with the > default value in e.cfg. > > 2011/8/10 Enlightenment SVN <[email protected]> > >> Log: >> e: some people have been hurt by this default value. >> >> >> Author: cedric >> Date: 2011-08-10 06:02:09 -0700 (Wed, 10 Aug 2011) >> New Revision: 62294 >> Trac: http://trac.enlightenment.org/e/changeset/62294 >> >> Modified: >> trunk/e/src/bin/e_backlight.c >> >> Modified: trunk/e/src/bin/e_backlight.c >> =================================================================== >> --- trunk/e/src/bin/e_backlight.c 2011-08-10 12:45:10 UTC (rev 62293) >> +++ trunk/e/src/bin/e_backlight.c 2011-08-10 13:02:09 UTC (rev 62294) >> @@ -31,7 +31,7 @@ >> e_backlight_init(void) >> { >> e_backlight_update(); >> - e_backlight_level_set(NULL, 0.0, 0.0); >> + e_backlight_level_set(NULL, 1.0, 0.0); >> e_backlight_level_set(NULL, e_config->backlight.normal, 1.0); >> return 1; >> } >> >> >> >> ------------------------------------------------------------------------------ >> uberSVN's rich system and user administration capabilities and model >> configuration take the hassle out of deploying and managing Subversion and >> the tools developers use with it. Learn more about uberSVN and get a free >> download at: http://p.sf.net/sfu/wandisco-dev2dev >> _______________________________________________ >> enlightenment-svn mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn >> > > > > -- > Michaël Bouchaud > ------------------------------------------------------------------------------ > uberSVN's rich system and user administration capabilities and model > configuration take the hassle out of deploying and managing Subversion and > the tools developers use with it. Learn more about uberSVN and get a free > download at: http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
