amdgpud

所属分类:嵌入式/单片机/硬件编程
开发工具:Rust
文件大小:2808KB
下载次数:0
上传日期:2023-06-06 02:21:17
上 传 者sh-1993
说明:  阿姆德加德,,
(amdgpud,,)

文件列表:
Cargo.lock (82320, 2022-08-25)
Cargo.toml (192, 2022-08-25)
LICENSE.APACHE2.txt (11347, 2022-08-25)
LICENSE.md (1072, 2022-08-25)
amdfan (0, 2022-08-25)
amdfan\Cargo.toml (743, 2022-08-25)
amdfan\src (0, 2022-08-25)
amdfan\src\main.rs (9698, 2022-08-25)
amdfand (0, 2022-08-25)
amdfand\.cargo (0, 2022-08-25)
amdfand\.cargo\config.toml (109, 2022-08-25)
amdfand\Cargo.toml (821, 2022-08-25)
amdfand\src (0, 2022-08-25)
amdfand\src\change_mode.rs (1441, 2022-08-25)
amdfand\src\command.rs (5976, 2022-08-25)
amdfand\src\error.rs (621, 2022-08-25)
amdfand\src\main.rs (3281, 2022-08-25)
amdfand\src\panic_handler.rs (414, 2022-08-25)
amdfand\src\service.rs (2293, 2022-08-25)
amdgpu-config (0, 2022-08-25)
amdgpu-config\Cargo.toml (781, 2022-08-25)
amdgpu-config\src (0, 2022-08-25)
amdgpu-config\src\fan.rs (10145, 2022-08-25)
amdgpu-config\src\gui.rs (1026, 2022-08-25)
amdgpu-config\src\lib.rs (260, 2022-08-25)
amdgpu-config\src\monitor.rs (1468, 2022-08-25)
amdgpu-config\src\voltage.rs (965, 2022-08-25)
amdgpu (0, 2022-08-25)
amdgpu\.cargo (0, 2022-08-25)
amdgpu\.cargo\config.toml (109, 2022-08-25)
amdgpu\Cargo.toml (605, 2022-08-25)
... ...

![GitHub](https://img.shields.io/github/license/Eraden/amdgpud) [![amdgpud](https://badgen.net/badge/Discord%20Activity/Online/green?icon=discord)](https://discord.gg/HXN2QXj3Gv) [![amdgpud](https://badgen.net/badge/Discord%20Activity/Online/green?icon=buymeacoffee)](https://discord.gg/HXN2QXj3Gv) [![Buy me a coffee](https://static.ita-prog.pl/buy-me-a-coffee-***x***.png) This project is created with love. Please, support me](https://www.buymeacoffee.com/eraden) # AMD GPU management tools This repository holds couple tools for AMD graphic cards * `amdfand` - fan speed daemon (MUSL) * `amdvold` - voltage and overclocking tool (MUSL) * `amdmond` - monitor daemon (MUSL) * `amdguid` - GUI manager (GLIBC) * `amdgui-helper` - daemon with elevated privileges to scan for `amdfand` daemons, reload them and save config files (MUSL) For more information please check README each of them. ## Roadmap * [X] Add support for multiple cards * Multiple services must recognize card even if there's multiple same version cards is installed * Support should be by using `--config` option * [ ] CLI for fan config edit * [ ] CLI for voltage edit * [X] GUI application using native Rust framework (ex. egui, druid) ## License This work is dual-licensed under Apache 2.0 and MIT. You can choose between one of them if you use this work. ## Supported OS Only Linux is supported. BSD OS may work if compiled from source, but it wasn't tested. I also don't know how to enable all amd gpu features on BSD. ### Officially supported * Arch Linux * Ubuntu 18.04 * Ubuntu 20.04 ### Other It should be possible to run MUSL programs on any Linux distribution. GLIBC applications depends on shared glibc libraries and version of this library MUST match. If you have other version you may download linked version and place it in application directory. Or you can compile it from source #### Compile ```bash ./scripts/build.sh ``` #### Download missing shared libraries ##### Check linked versions ```bash ldd ./amdguid ``` Example output: ``` linux-vdso.so.1 (0x00007ffd706df000) libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f4254a50000) libxcb-render.so.0 => /usr/lib/libxcb-render.so.0 (0x00007f4254a40000) libxcb-shape.so.0 => /usr/lib/libxcb-shape.so.0 (0x00007f4254a3b000) libxcb-xfixes.so.0 => /usr/lib/libxcb-xfixes.so.0 (0x00007f4254a31000) libdl.so.2 => /usr/lib/libdl.so.2 (0x00007f4254a2c000) libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007f4254a11000) librt.so.1 => /usr/lib/librt.so.1 (0x00007f4254a0a000) libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007f4254a05000) libm.so.6 => /usr/lib/libm.so.6 (0x00007f425491d000) libc.so.6 => /usr/lib/libc.so.6 (0x00007f4254713000) /lib***/ld-linux-x86-***.so.2 => /usr/lib***/ld-linux-x86-***.so.2 (0x00007f42556a6000) libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f425470e000) libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f4254706000) ``` If anything is missing you may download is and place it side-by-side with binary ##### Example: ``` opt/ ├─ amdguid/ │ ├─ amdguid │ ├─ shared_lib_a/ │ ├─ shared_lib_b/ usr/ ├─ bin/ │ ├─ amdguid ``` Where: * `/opt/amdguid/amdguid` is binary file * `/usr/bin/amdguid` is shell script with following content ```bash #!/usr/bin/env bash cd /opt/amdguid ./amdguid ```

近期下载者

相关文件


收藏者