文件名称:amdgpu-fan:在Linux上运行amdgpu驱动程序的AMD显卡的风扇控制器
文件大小:16KB
文件格式:ZIP
更新时间:2024-06-15 02:40:41
Python
amdgpus的风扇控制器[仅适用于python3] 如果您遇到问题,请创建一个问题。 安装: 点子 sudo pip3 install amdgpu-fan Arch Linux 可在aur中以amdgpu-fan 用法: sudo amdgpu-fan 配置: # /etc/amdgpu-fan.yml # eg: speed_matrix: # -[temp(*C), speed(0-100%)] - [0, 0] - [40, 30] - [60, 50] - [80, 100] # optional # cards: # can be any card returned from # # ls /sys/class/drm | grep "^card[[:digit:]]$" # - card0
【文件预览】:
amdgpu-fan-master
----get_build_version.py(245B)
----.circleci()
--------config.yml(2KB)
----amdgpu-fan.service(131B)
----LICENSE(18KB)
----amdgpu_fan()
--------lib()
--------controller.py(2KB)
--------__init__.py(269B)
----setup.py(682B)
----README.md(629B)
----tests()
--------test_card.py(1KB)
--------test_curve.py(268B)
----.gitignore(1KB)