Следите за новостями русскоязычного сообщества Ubuntu в Twitter-ленте @ubuntu_ru_loco
0 Пользователей и 1 Гость просматривают эту тему.
The ambient light sensor is the cause of the dim screen, we’ll have to turn it off. To fix this we will have to create a shell script that will be run on boot up that will turn of the ambient light sensor.A) Open Terminal (Menu->Accessories), and type the following:sudo nano brightnessB) Now paste the following in the Terminal window:#!/bin/shecho 0 > /sys/devices/platform/asus-laptop/ls_switchC) Hit Ctrl-O to save and then Ctrl-X to exit.D) Now we will copy our new shell script to the appropriate directory, make it executable and add the following links by typing the following in Terminal:sudo mv brightness /etc/init.dand thensudo chmod 755 /etc/init.d/brightnessand thensudo update-rc.d brightness defaults 90E) Reboot, and you will have regained control of your brightness level.
echo 0 > /sys/devices/platform/asus-laptop/ls_switch
echo 15 > /sys/devices/platform/asus-laptop/ls_level
Страница сгенерирована за 0.068 секунд. Запросов: 20.