> Hi. I'm upgrade old enlightenment 0.18 to latest 0.19.3 and each
> time then i'm login via entrance and enlightenment starts backlight
> goes to minimum. After i maximize it and reboot, problem appeared
> again and again. How can i debug this and fix?


At least you are not alone. I'm facing the same problem running a
Samsung RF-510 with GeForce GT 330M, X login managed by kdm.

I "fixed" that for my machine by commenting out lines 58,59 in
src/bin/e_backlight.c:

   if (!getenv("E_RESTART"))
     {
        //e_backlight_level_set(NULL, 0.1, 0.0);
        //e_backlight_level_set(NULL, e_config->backlight.normal, 0.0);
     }


Cheers, Andreas.

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
enlightenment-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to