#include "e.h"
#include "Eeze.h"
#include <tizen-extension-server-protocol.h>
-#include <device/booting-internal.h>
#define PATH "/org/enlightenment/wm"
#define IFACE "org.enlightenment.wm.screen_rotation"
e_main_ts_end("\tE_Output Mode Apply Done");
e_main_ts_begin("\tE_Output Set DPMS ON");
- if (device_get_reboot_mode() != SILENT_BOOT)
+ if (!e_output_dpms_set(output, E_OUTPUT_DPMS_ON))
{
- if (!e_output_dpms_set(output, E_OUTPUT_DPMS_ON))
- {
- e_main_ts_end("\tE_Output Set DPMS ON Failed");
- ERR("fail to e_output_dpms.");
- goto fail;
- }
+ e_main_ts_end("\tE_Output Set DPMS ON Failed");
+ ERR("fail to e_output_dpms.");
+ goto fail;
}
- else
- INF("silent reboot. do not set dpms");
e_main_ts_end("\tE_Output Set DPMS ON Done");
e_main_ts_begin("\tE_Output Hwc Setup");
"=============================================================");
eldbus_message_iter_container_close(iter, line_array);
-}
+}
\ No newline at end of file
#include "e.h"
-#include <device/booting-internal.h>
#define EOERR(f, output, x...) \
do \
output->fake_config = EINA_FALSE;
- if (device_get_reboot_mode() != SILENT_BOOT)
- {
- ret = e_output_dpms_set(output, E_OUTPUT_DPMS_ON);
- if (ret == EINA_FALSE)
- {
- EOERR("fail to e_output_dpms.", output);
- return;
- }
- }
- else
+ ret = e_output_dpms_set(output, E_OUTPUT_DPMS_ON);
+ if (ret == EINA_FALSE)
{
- EOINF("silent boot. do not set dpms", output);
+ EOERR("fail to e_output_dpms.", output);
+ return;
}
e_output_size_get(output, &w, &h);
#include "e.h"
-#include <device/booting-internal.h>
# include <tdm.h>
# include <tdm_helper.h>
}
/* dpms on at the first */
- if (device_get_reboot_mode() != SILENT_BOOT)
- {
- if (!e_output_dpms_set(output, E_OUTPUT_DPMS_ON))
- WRN("fail to set the dpms on.");
- }
- else
- INF("silent boot. do not set dpms.");
+ if (!e_output_dpms_set(output, E_OUTPUT_DPMS_ON))
+ WRN("fail to set the dpms on.");
}
/* aquire */