北海亭

ubuntu亮度无法自动调节终极解决方法

电脑办公  2025-11-03 02:27:30  热度:0℃
There are many ways to control brightness. According to this discussion[1] and this wiki page [2], the control method could be divided into these categories:

brightness is controlled by vendor specified hotkey. And there is no interface for OS to adjust brightness.

brightness could be controlled by ACPI

ACPIIt is often possible to adjust the backlight by ACPI. This controls the actual LEDs or cathodes of the screen. When this ACPI option is available, the illumination is controllable using a GUI slider in the Display/Screen system settings or by simple commands on the CLI.

Different cards might manage this differently. Check /sys/class/backlight to find out:

# ls /sys/class/backlight/intel_backlight

The directory contains the following files and folders:

actual_brightness brightness max_brightness subsystem/ uevent

# cat /sys/class/backlight/acpi_video0/max_brightness

# echo 5 > /sys/class/backlight/acpi_video0/brightness

acpi_osi=Linux acpi_backlight=vendor

acpi_osi=Linux acpi_backlight=legacy

看了这个之后,很显然,问题就在于acpi_backlight=vendor will prefer vendor specific driver (e.g. thinkpad_acpi, sony_acpi, etc.) instead of the ACPI video.ko driver.

本文来源:博客园 作者:浮沉雄鹰

相关Tags:Linux

最近更新

  • windows 7安装显卡驱动就一直重启安全模式卸载显卡驱动后就正常

    windows 7安装显卡驱动就一直重启安全模式卸载显卡驱动后就正常

    2025-11-1039阅读

  • Fedora 13 Final DVD ISO系统下载

    Fedora 13 Final DVD ISO系统下载

    2025-11-1041阅读

  • 安装windows 7后搜不到无线网络无法找寻到无线热点

    安装windows 7后搜不到无线网络无法找寻到无线热点

    2025-11-1024阅读

  • windows 7系统应该如何使用打印机来扫描文件

    windows 7系统应该如何使用打印机来扫描文件

    2025-11-1050阅读

  • windows 7旗舰版安装JRE双击安装包后无任何反应怎么办

    windows 7旗舰版安装JRE双击安装包后无任何反应怎么办

    2025-11-1025阅读

  • 在windows 7下安装ghostxp重启时无选择启动项菜单

    在windows 7下安装ghostxp重启时无选择启动项菜单

    2025-11-1013阅读

  • 怎么远程登录Ubuntu更改终端文件夹显示颜色?

    怎么远程登录Ubuntu更改终端文件夹显示颜色?

    2025-11-106阅读

  • windows 7文件夹怎么设置密码(利用第三方软件实现)

    windows 7文件夹怎么设置密码(利用第三方软件实现)

    2025-11-1046阅读

  • windows 7台式机电脑调整某个分辨率时发现根本不能调整

    windows 7台式机电脑调整某个分辨率时发现根本不能调整

    2025-11-103阅读

  • windows 7鼠标右键菜单跑到鼠标箭头的左侧去怎么改回到右边

    windows 7鼠标右键菜单跑到鼠标箭头的左侧去怎么改回到右边

    2025-11-109阅读

  • 精选专题