Commit Graph

158 Commits

Author SHA1 Message Date
Ilya Zlobintsev
664f3a1b44 Add software page 2021-03-23 08:20:45 +02:00
dependabot-preview[bot]
e63dae366f
Update vulkano requirement from 0.20 to 0.21 (#21)
Updates the requirements on [vulkano](https://github.com/vulkano-rs/vulkano) to permit the latest version.
- [Release notes](https://github.com/vulkano-rs/vulkano/releases)
- [Changelog](https://github.com/vulkano-rs/vulkano/blob/master/CHANGELOG_VULKANO.md)
- [Commits](https://github.com/vulkano-rs/vulkano/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-03-08 09:34:06 +02:00
Ilya Zlobintsev
a6059762d0 Formatting 2021-03-07 21:28:19 +02:00
Ilya Zlobintsev
db5b53a370 Extend clocks table parsing tests 2021-03-07 21:28:07 +02:00
ilyazzz
884abbdaa4
Add GPU recognition test (#19) 2021-03-07 21:17:55 +02:00
Ilya Zlobintsev
d38f1588d0 Make temperatures display vertical and sorted 2021-03-07 19:52:54 +02:00
Ilya Zlobintsev
11ec9f39ad Formatting 2021-03-07 14:33:23 +02:00
ilyazzz
14121a17f2
Add support for more temperature sensors (#18) 2021-03-07 14:31:50 +02:00
Ilya Zlobintsev
7313019305 Fix file descriptor leak in the listener too 2021-03-07 09:50:04 +02:00
Ilya Zlobintsev
862a46d754 Fix sockets not cleaning up, leading to a file descriptor leak 2021-03-07 07:04:55 +02:00
ilyazzz
d76b23a248
Update build dependencies 2021-03-06 07:38:05 +02:00
Ilya Zlobintsev
4bc76dc85c Make deploy.sh enable and restart the daemon 2021-03-04 19:37:37 +02:00
Ilya Zlobintsev
2ea8742324 Fix runlevel conflict 2021-03-04 09:35:48 +02:00
Ilya Zlobintsev
a271309bab Make the service only start after graphical.target 2021-03-04 09:32:37 +02:00
Ilya Zlobintsev
7a5fff9fc7 Formatting 2021-03-03 15:30:39 +02:00
Ilya Zlobintsev
0b1c582498 Fix VRAM clock not being properly saved and applied 2021-03-03 15:27:37 +02:00
ilyazzz
d6300d792f
Update README.md 2021-03-03 08:21:29 +02:00
ilyazzz
9048e8341a
Merge pull request #13 from ashleysmithgpu/master
Changed sockets to nix crate
2021-03-02 18:19:06 +02:00
Ilya Zlobintsev
0bfc6c5acd Small buffer reading refactor and formatting 2021-03-02 18:14:32 +02:00
Ilya Zlobintsev
358b35b49a Remove unused GetPowerCap method 2021-03-02 17:56:55 +02:00
Ilya Zlobintsev
13fc0166bd Add power cap adjustment 2021-03-02 17:56:55 +02:00
Ilya Zlobintsev
0c002452bf Formatting 2021-03-02 17:56:55 +02:00
Ilya Zlobintsev
b5a3e554ed Show GPU usage and temperature on the OC page 2021-03-02 17:56:55 +02:00
ilyazzz
cd6c081ef8
Update README.md 2021-03-02 17:38:12 +02:00
Ilya Zlobintsev
496cec843e Remove unused GetPowerCap method 2021-03-02 16:20:48 +02:00
Ilya Zlobintsev
77d0eb3104 Add power cap adjustment 2021-03-02 16:18:51 +02:00
Ilya Zlobintsev
951f564895 Formatting 2021-03-02 15:13:40 +02:00
Ilya Zlobintsev
cd2f3ddd70 Show GPU usage and temperature on the OC page 2021-03-02 15:11:45 +02:00
Ashley Smith
9acaf34536 Changed sockets to nix crate so we can use abstract sockets and not worry about file permissions or cleaning up the socket. Buffer read code may need some work 2021-03-02 10:53:37 +00:00
Ilya Zlobintsev
f11e1489fd Mention the group config entry in readme 2021-03-02 10:02:27 +02:00
Ilya Zlobintsev
7db3cbac35 Make socket permissions configurable 2021-03-02 10:01:08 +02:00
Ilya Zlobintsev
4a3b592175 Add github job for checking formatting 2021-03-02 08:36:07 +02:00
Ilya Zlobintsev
b2edcf60a8 Have a user agent for online PCI ID database updating 2021-03-01 22:31:30 +02:00
Ilya Zlobintsev
4d61971a08 Ask the user permission to use the online database 2021-03-01 15:10:53 +02:00
Ilya Zlobintsev
6b02b4a31c Make config json pretty 2021-03-01 13:54:50 +02:00
Ilya Zlobintsev
ce3f26865a Add support for getting the PCI ID database online 2021-03-01 13:50:35 +02:00
ilyazzz
1d963646a5
Add LICENSE 2021-03-01 10:45:00 +02:00
Ilya Zlobintsev
eead50ffae Formatting and cleanup 2021-03-01 10:36:56 +02:00
Ilya Zlobintsev
7aab85f123 Move PCI ID parsing to an external library 2021-03-01 10:31:27 +02:00
Ilya Zlobintsev
7c019b8f65 Show GPU model when card model is not available 2021-03-01 08:27:41 +02:00
Ilya Zlobintsev
062598cec3 Show the automatic fan control warning dialog in a non-blocking way 2021-02-28 10:52:29 +02:00
Ilya Zlobintsev
ec8b8109bd Document the CLI 2021-02-28 07:59:00 +02:00
Ilya Zlobintsev
d3f66f4e61 Show fan curve in CLI 2021-02-28 07:50:57 +02:00
Ilya Zlobintsev
4f5450f144 Add warning about fan control not properly switching back to automatic 2021-02-27 21:45:50 +02:00
Ilya Zlobintsev
3c7252f4ac Extend install instructions 2021-02-27 09:20:36 +02:00
Ilya Zlobintsev
5cb6be8a6a Update README 2021-02-27 09:06:51 +02:00
Ilya Zlobintsev
d19201aa6c Remove panic in test 2021-02-27 08:40:40 +02:00
Ilya Zlobintsev
431c788963 Fix settings not applying on application launch 2021-02-27 08:40:21 +02:00
Ilya Zlobintsev
d7d1d8e873 Basic, buggy support for Vega20+ clocks table format 2021-02-27 08:34:28 +02:00
Ilya Zlobintsev
60089e128a Change ClocksTable to be a enum for adaptability 2021-02-26 12:04:28 +02:00