Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

待机状态下gpu持续占用 #457

Closed
shugo-chara opened this issue Dec 27, 2024 · 3 comments
Closed

待机状态下gpu持续占用 #457

shugo-chara opened this issue Dec 27, 2024 · 3 comments
Labels
question Ask a question about wiliwili

Comments

@shugo-chara
Copy link

shugo-chara commented Dec 27, 2024

打开主界面什么都不做,gpu占用就会一直持续不降,封面也加载不全。网络排查正常。
放置半小时以上依旧持续,风扇高速运转。
mac mini的风扇开始高速散热。

macos 15
mac mini m4 pro
wiliwili 1.5.0

截屏2024-12-28 0 58 10

@xfangfang
Copy link
Owner

xfangfang commented Dec 27, 2024

加载不全应该是网络问题,可以试试改一下设置里的图片加载线程数,增大一些或许会有改善。

持续的gpu占用,目前就是这样的,在视频全屏播放时的性能应该接近官方客户端。
其他情况下,wiki中有说明和相关配置来实现无操作时自动降低gpu占用(有一阵没测试过了,不确定还正常不)

目前在macOS下使用OpenGL,这个macOS支持的不好,可能默认刷新率会设定为120HZ,设置中有查看刷新率的选项和降低刷新率的选项,也有助于降低GPU占用。

@shugo-chara
Copy link
Author

shugo-chara commented Jan 2, 2025

@xfangfang
感谢回复。
目前希望在无操作时帧数尽可能低已降低后台占用。
wiki的deactivated_time 与 deactivated_fps两个参数,json里貌似已经没有了,手动添加后fps顺利降低,占用大幅缓解。

设置里最大帧数默认是垂直同步,显示为120fps,但我的显示器当前刷新率为60。
手动改为60或30后,视频播放时显示的帧数反而会更低且音画会有微妙的不同步现象。
默认的垂直同步音画不同步情况最轻微。

最大帧数保持垂直同步+手动添加deactivated_time 与 deactivated_fps后问题基本解决。
感谢,此贴关闭。

1/6更新
mac下上述参数生效,win下未生效
image

@xfangfang
Copy link
Owner

wiki的deactivated_time 与 deactivated_fps两个参数,json里貌似已经没有了

默认就是没有的,wiki中说的那些字段都是可以随意添加到json配置文件中的

刚刚在windows上测试了一下是没问题的,看了一下截图,应该是你在 deactivated_time后面多打了一个空格导致的~

@xfangfang xfangfang added the question Ask a question about wiliwili label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Ask a question about wiliwili
Projects
None yet
Development

No branches or pull requests

2 participants