princeamd pushed a commit to branch enlightenment-0.17.
commit b17a9b9cc9438b6dfac4402ac4107f08e23a4373
Author: Chris Michael <[email protected]>
Date: Wed May 29 12:50:17 2013 +0100
Backport: 45b4d9f :: Move xinerama init until After randr has setup the
screens.
NB: Old Man, THIS should fix your black screen problem ;)
Signed-off-by: Chris Michael <[email protected]>
Signed-off-by: Deon Thomas <[email protected]>
---
src/bin/e_main.c | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/src/bin/e_main.c b/src/bin/e_main.c
index ee8fd8a..ed58cfd 100644
--- a/src/bin/e_main.c
+++ b/src/bin/e_main.c
@@ -462,15 +462,6 @@ main(int argc, char **argv)
TS("E_Alert Init Done");
_e_main_shutdown_push(e_alert_shutdown);
- TS("E_Xinerama Init");
- if (!e_xinerama_init())
- {
- e_error_message_show(_("Enlightenment cannot initialize
E_Xinerama!\n"));
- _e_main_shutdown(-1);
- }
- TS("E_Xinerama Init Done");
- _e_main_shutdown_push(e_xinerama_shutdown);
-
TS("E_Hints Init");
e_hints_init();
TS("E_Hints Init Done");
@@ -521,6 +512,15 @@ main(int argc, char **argv)
_e_main_shutdown_push(e_randr_shutdown);
TS("E_Randr Init Done");
+ TS("E_Xinerama Init");
+ if (!e_xinerama_init())
+ {
+ e_error_message_show(_("Enlightenment cannot initialize
E_Xinerama!\n"));
+ _e_main_shutdown(-1);
+ }
+ TS("E_Xinerama Init Done");
+ _e_main_shutdown_push(e_xinerama_shutdown);
+
TS("E_Env Init");
if (!e_env_init())
{
--
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk