DISPLAY=":0"
XORG_CONF=" -config /etc/X11/xorg.conf -configdir /etc/X11/xorg.conf.d "
-OTHER_OPTIONS=" -ac -noreset -r +accessx 0 vt07 -nocursor -sharevts"
+OTHER_OPTIONS=" -ac -noreset -r +accessx 0 vt07 -nocursor -sharevts +dpmsphone "
udevadm trigger --subsystem-match=input &
/usr/bin/scim -d &
+# Link .e
+if [ ! -d ${HOME}/.e ]; then
+ ln -s /opt/home/root/.e ${HOME}/.e
+fi
+
# set dpi
if [ -x /usr/bin/xrdb ]; then
if [ -e ~/.Xresources ]; then
fi
fi
[ -x /usr/bin/rotate.sh ] && /usr/bin/rotate.sh
-
-# Copy .e directory if not exist
-export HOME=/opt/home/app
-
-if [ ! -d ${HOME}/.e ]; then
- cp -rf /opt/home/root/.e ${HOME}/.e
- chown -R app:app ${HOME}/.e
-fi
-
-su -c "HOME=/opt/home/app /usr/bin/enlightenment_start -profile samsung -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it &" -l app
+/usr/bin/enlightenment_start -profile samsung -i-really-know-what-i-am-doing-and-accept-full-responsibility-for-it &
+* Mon Feb 25 2013 Ilkka Aulomaa <ilkkax.aulomaa@intel.com> submit/tizen_2.0/20121221.184847@1ac811f
+- Fix for TDIS-4183. Take dpmsphone option in usage for PR3.
+
* Wed Oct 24 2012 Chengwei Yang <chengwei.yang@intel.com> - 0.0.1
- start system-server here raised a issue TZSP-3442