Home > Database > Mysql Tutorial > body text

笔记本在Ubuntu调节屏幕亮度的技巧

WBOY
Release: 2016-06-07 15:00:06
Original
1480 people have browsed it

CONTROL_BRIGHTNESS=1 # * If your system has the file "/proc/acpi/video/VID/LCD/brightness" (VID may # be VID1 or similar), use this file as BRIGHTNESS_OUTPUT, and use # the command "echo value". The possible values can be listed using the

CONTROL_BRIGHTNESS=1 



# * If your system has the file "/proc/acpi/video/VID/LCD/brightness" (VID may 

# be VID1 or similar), use this file as BRIGHTNESS_OUTPUT, and use 

# the command "echo ". The possible values can be listed using the 

# command: 

# cat /proc/acpi/video/VID/LCD/brightness 


# * If you have a file /sys/class/backlight/.../brightness, then you can use 

# that file as BRIGHTNESS_OUTPUT, and the command "echo ". 

# As far as I understand it the values are between 0 and 

# the value contained in the file /sys/class/backlight/.../max_brightness.

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!