Brightness not working
#25
wahh kalo ane cuma pake cara yang saya share di atas aja mas...
Code:
root@Track-R:~#echo 2 > /sys/class/backlight/acpi_video0/brightness
nah dengan script ini seharusnya sudah bisa redupp mas...
kalo mas jalankan perintah di atas apa yang terjadi mas... kalo redup berarti udah SOLVED om.. biarpun pas mas restart balik lagi.. nah cara ngakalinnya kita harus menambah perintah di startup aja mas.. nah tinggal kita load aja mas perintah ini di setiap startupnya..
Quote:
Code:
root@Track-R:~#nano /etc/rc.local

kemudian enter.... Maka tampilannya kurang lebih seperti ini..

Code:
/etc/init.d#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

exit 0

nah setelah itu tinggal mas edit aja mas file nya.. mas tambahkan perintah di atas "echo 2 > /sys/class/backlight/acpi_video0/brightness" ke file rc.local ini... maka kira' akan seperti ini isi dari file rc.localnya..

Quote:/etc/init.d#!/bin/sh -e
#
# rc.local
#
# This script is executed at the end of each multiuser runlevel.
# Make sure that the script will "exit 0" on success or any other
# value on error.
#
# In order to enable or disable this script just change the execution
# bits.
#
# By default this script does nothing.

echo 2 > /sys/class/backlight/acpi_video0/brightness

exit 0

nah sekarang coba mas reboot dan perhatikan.. inshaa allah ngk terlalu cerah lagi deh... Smile
[Correct Me If I Worng]


Messages In This Thread
Brightness not working - by 4IP - 05-19-2013, 11:58 PM
RE: Brightness not working - by faizul amali - 05-20-2013, 12:31 AM
RE: Brightness not working - by 4IP - 05-21-2013, 06:29 PM
RE: Brightness not working - by achmad_zzz - 12-03-2013, 07:25 AM
RE: Brightness not working - by nafplann_ - 05-20-2013, 12:28 PM
RE: Brightness not working - by faizul amali - 05-21-2013, 09:51 PM
RE: Brightness not working - by yogi - 06-07-2013, 05:36 PM
RE: Brightness not working - by zee eichel - 09-06-2013, 08:42 PM
RE: Brightness not working - by 4IP - 09-07-2013, 01:11 AM
RE: Brightness not working - by abdilahrf - 09-06-2013, 09:27 PM
RE: Brightness not working - by cyberti - 09-07-2013, 02:20 AM
RE: Brightness not working - by Track-R - 11-26-2013, 09:40 PM
RE: Brightness not working - by Kresna - 12-01-2013, 05:08 PM
RE: Brightness not working - by mr.me - 12-01-2013, 06:52 PM
RE: Brightness not working - by Track-R - 12-01-2013, 07:37 PM
RE: Brightness not working - by mr.me - 12-02-2013, 11:35 PM
RE: Brightness not working - by Track-R - 12-03-2013, 08:24 AM
RE: Brightness not working - by achmad_zzz - 12-03-2013, 09:36 AM
RE: Brightness not working - by Track-R - 12-03-2013, 09:44 AM
RE: Brightness not working - by achmad_zzz - 12-19-2013, 04:51 PM
RE: Brightness not working - by Kresna - 12-05-2013, 03:48 PM
RE: Brightness not working - by Track-R - 12-05-2013, 03:57 PM
RE: Brightness not working - by Kresna - 12-06-2013, 08:10 PM
RE: Brightness not working - by Track-R - 12-06-2013, 09:56 PM
RE: Brightness not working - by Track-R - 12-20-2013, 11:05 PM




Users browsing this thread: 1 Guest(s)