From 7f925e2e935a911cd0b9a5dbc08001b853106d4d Mon Sep 17 00:00:00 2001 From: Sooyoung Ha Date: Tue, 4 Sep 2012 11:56:38 +0900 Subject: remove the brightness setting vconftool command. --- filesystem/etc/rc.d/rc.emul | 3 +-- filesystem/etc/rc.d/rc3.d/S30brightness | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'filesystem') diff --git a/filesystem/etc/rc.d/rc.emul b/filesystem/etc/rc.d/rc.emul index 65a9273..f9c4799 100755 --- a/filesystem/etc/rc.d/rc.emul +++ b/filesystem/etc/rc.d/rc.emul @@ -76,9 +76,8 @@ echo -e "[${_G}to change lcd_power's group${C_}]" chown -R root:system_bklight /sys/devices/virtual/lcd/emulator/lcd_power echo -e "[${_G}Initialize display setting value${C_}]" -/usr/bin/vconftool set -t int db/setting/Brightness "24" -f +#/usr/bin/vconftool set -t int db/setting/Brightness "24" -f /usr/bin/vconftool set -t int db/sysman/lcd_backlight_normal "600" -f -echo 24 > /sys/class/backlight/emulator/brightness echo -e "[${_G}For menu_screen booting..${C_}]" /usr/bin/vconftool set -t int memory/startapps/sequence 1 -f diff --git a/filesystem/etc/rc.d/rc3.d/S30brightness b/filesystem/etc/rc.d/rc3.d/S30brightness index e6897f0..3cba4c0 100755 --- a/filesystem/etc/rc.d/rc3.d/S30brightness +++ b/filesystem/etc/rc.d/rc3.d/S30brightness @@ -1,4 +1,4 @@ # for emulator brightness level setting. -/usr/bin/vconftool set -t int db/setting/Brightness "24" +#/usr/bin/vconftool set -t int db/setting/Brightness "24" -- cgit v1.2.3