gpt4 book ai didi

linux - 无法在屏幕上停用省电功能

转载 作者:太空宇宙 更新时间:2023-11-04 05:00:36 25 4
gpt4 key购买 nike

我正在使用 Linux 3.10.17 开发嵌入式设备(基于 imx6),只有一个命令行终端。 Linux 显示器使用帧缓冲区。

10 分钟没有事件后,屏幕会变黑。我希望它永远保持开启状态。

所以,我尝试了以下操作,但出现错误

setterm -powersave off
setterm: cannot (un)set powersave mode: Inappropriate ioctl for device

我尝试了以下操作,但出现另一个错误:

echo 0 > /sys/class/graphics/fbcon/power/autosuspend_delay_ms
-sh: echo: write error: Input/output error

最后,如下:

setterm -powerdown 0

没有错误,但 10 分钟后,屏幕熄灭。

我无法确定问题是否来自 Linux 配置文件、驱动程序、设备树。有谁可以帮助我修复之前的命令之一,或者给我另一个解决方案。

最佳答案

来自linux/Documentation/kernel-parameters.txt:

consoleblank=   [KNL] The console blank (screen saver) timeout in
seconds. Defaults to 10*60 = 10mins. A value of 0
disables the blank timer.

因此,只需将 consoleblank=0 添加到内核命令行即可。

关于linux - 无法在屏幕上停用省电功能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34359124/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com