所以我通过编辑系统文件来设置分辨率。这是对我有用的唯一方法。更常用,我发出此命令:
echo 1080p60hz > sys/class/display/mode
到设备的术语。如果发布,这会成功将分辨率更改为1080p60Hz或不同的值。但是重新启动设备后,返回其先前的分辨率。
nayone知道如何记住新分辨率吗?可能需要编辑另一个文件,但我还没有发现哪个文件。
所以我通过编辑系统文件来设置分辨率。这是对我有用的唯一方法。更常用,我发出此命令:
echo 1080p60hz > sys/class/display/mode
到设备的术语。如果发布,这会成功将分辨率更改为1080p60Hz或不同的值。但是重新启动设备后,返回其先前的分辨率。
nayone知道如何记住新分辨率吗?可能需要编辑另一个文件,但我还没有发现哪个文件。
So I'm setting the resolution by editing system files. This has been the only way that works for me. More preciesly I issue this command:
echo 1080p60hz > sys/class/display/mode
to the device's termninal. This succesfully changes the resolution to 1080p60hz or to a different value if it's issued. However after restart the device returns to its previous resolution.
Does nayone know how to make it remember the new resolution? Probably another file needs to be edited but I haven't found out which.
几个选项:
init.d
脚本如果您的设备支持它们(如果没有,有一些应用程序来实现这一点)。或者,Several options:
init.d
scripts if your device supports them (if not, there are some apps to achieve that). Or,© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有