Commit Graph

  • b6068dde8c Fixed crash on invalid pp_od_clk_voltage Ilya Zlobintsev 2021-01-13 21:57:38 +02:00
  • 83fb3f5516 update vulkano to v0.20 (#6) Simon Gündling 2021-01-06 16:04:23 +01:00
  • 382ee38e66 Lazy fix to ensure there is no ParseIntError { kind: PosOverflow } and small naming fix (#5) neon-sunset 2020-12-23 11:17:31 +02:00
  • ffd410209f Don't show auto fan control warning each apply Ilya Zlobintsev 2020-12-18 08:53:46 +02:00
  • 45ab06c661 Fix the parsing of gpu and memory clk/voltage table (#3) neon-sunset 2020-12-17 10:16:15 +02:00
  • d4ef64afae Fixed some options being greyed out when switching between GPUs with different feature support Ilya Zlobintsev 2020-12-10 08:57:55 +02:00
  • 1b0883ec17 Fixed GPUs not being detected on boot Ilya Zlobintsev 2020-12-03 08:08:27 +02:00
  • 24dc736c1f Fixed apply button not becoming clickable Ilya Zlobintsev 2020-12-02 14:23:51 +02:00
  • b30fd41622 Disable changing settings in unprivileged mode Ilya Zlobintsev 2020-11-23 21:14:40 +02:00
  • f0b081174f Remove the socket on daemon shutdown Ilya Zlobintsev 2020-11-23 20:50:27 +02:00
  • bac483c619 Hopefully(?) fix crashes on gpus with some features not exposed Ilya Zlobintsev 2020-11-23 20:12:23 +02:00
  • 1622084895 Merge pull request #1 from iRhonin/patch-1 ilyazzz 2020-11-23 19:19:47 +02:00
  • 80c1b12802 Fixed crash on no power state Ilya Zlobintsev 2020-11-23 19:13:07 +02:00
  • 54dd287af8 Fixed a typo Rhonin 2020-11-23 16:53:14 +03:30
  • e52101a6a2 CLI cleanup Ilya Zlobintsev 2020-11-23 13:32:20 +02:00
  • e308f6ff71 Reset power states on shutdown Ilya Zlobintsev 2020-11-22 14:41:03 +02:00
  • 6dc0f7b13f Save clocks/voltage modification Ilya Zlobintsev 2020-11-22 13:29:05 +02:00
  • 65780bb881 Implemented basic GPU/VRAM clocks and voltage tuning support Ilya Zlobintsev 2020-11-22 11:54:57 +02:00
  • 30bc57e90e Merge branch 'master' of github.com:ilyazzz/LACT into master Ilya Zlobintsev 2020-11-20 17:29:54 +02:00
  • d66c7dca69 Added Power Levels reading support (pp_od_clk_voltage) Ilya Zlobintsev 2020-11-20 17:29:38 +02:00
  • 50c529b498 Updated README screenshots ilyazzz 2020-11-20 11:04:05 +02:00
  • e58663f7a9 Implemented Power Profile management Ilya Zlobintsev 2020-11-20 10:54:24 +02:00
  • cdb977fd54 Added information about overclock boot parameter Ilya Zlobintsev 2020-11-17 17:48:52 +02:00
  • f5433293a3 Improved deploy Ilya Zlobintsev 2020-11-16 09:29:57 +02:00
  • cd9774d292 Gui code restructure Ilya Zlobintsev 2020-11-16 09:27:22 +02:00
  • d9dda8ed25 Switch to automatic fan control on exit Ilya Zlobintsev 2020-11-16 08:57:56 +02:00
  • d884631f8a Power cap saving Ilya Zlobintsev 2020-11-15 20:47:56 +02:00
  • b94dd2c265 Text formatting for vulkan feature list Ilya Zlobintsev 2020-11-15 09:23:24 +02:00
  • bcbb87e74c Merge branch 'oc' into master Ilya Zlobintsev 2020-11-14 09:12:07 +02:00
  • 239af5a2af Implemented GPU power cap modification Ilya Zlobintsev 2020-11-14 09:09:28 +02:00
  • d6a305748d Update README.md ilyazzz 2020-11-12 16:36:16 +02:00
  • 69aafd2a54 Fixed GPU model detection Ilya Zlobintsev 2020-11-12 14:44:32 +02:00
  • fb9fb3f161 Updated GUI for multi-GPU support Ilya Zlobintsev 2020-11-12 14:30:08 +02:00
  • 6a9a4a12ca Config support for multi-GPU setups Ilya Zlobintsev 2020-11-12 14:12:22 +02:00
  • d5d0829e4e Added pci.ids path for ubuntu and fixed crash for GPUs without hwmon interface Ilya Zlobintsev 2020-11-11 17:25:37 +02:00
  • 55bc2ee468 Handle when vulkan is unsupported Ilya Zlobintsev 2020-11-09 17:44:03 +02:00
  • 3ceebe0b3e Fixed issues for gpus with some missing device files Ilya Zlobintsev 2020-11-09 13:57:41 +02:00
  • 532aeb8aed Basic multi-GPU GUI code Ilya Zlobintsev 2020-11-09 11:01:10 +02:00
  • ec6de604f9 Added match for UnexpectedEOF when parsing action Ilya Zlobintsev 2020-11-09 10:52:58 +02:00
  • 7690095890 GUI code restructure Ilya Zlobintsev 2020-11-08 17:53:22 +02:00
  • ab61d08f40 Fixed GUI with new response format Ilya Zlobintsev 2020-11-08 11:07:56 +02:00
  • 4c799cfb5c Reworked daemon response format with error handling Ilya Zlobintsev 2020-11-08 10:28:44 +02:00
  • 1ec703e142 Merge branch 'multigpu' of github.com:ilyazzz/LACT into multigpu Ilya Zlobintsev 2020-11-08 09:22:56 +02:00
  • 4f33979188 Initial multi-gpu support Ilya Zlobintsev 2020-11-08 09:07:45 +02:00
  • c78f18eaee Initial multi-gpu support Ilya Zlobintsev 2020-11-08 09:07:45 +02:00
  • 5eac31b627 Fixed README Screenshot ilyazzz 2020-10-30 09:13:09 +02:00
  • a4a639534c Added README and improved installation files Ilya Zlobintsev 2020-10-30 09:12:15 +02:00
  • 5cba43876a Added config saving and improved logging Ilya Zlobintsev 2020-10-29 08:56:32 +02:00
  • e958bebfe0 Added fan speed percentage Ilya Zlobintsev 2020-10-25 13:01:50 +02:00
  • 2e90d54686 Added deployment files Ilya Zlobintsev 2020-10-25 12:43:41 +02:00
  • ba6fe44ba2 Added fan control and curve support Ilya Zlobintsev 2020-10-25 12:42:44 +02:00
  • 5d99efafd3 Basic fan control mode support Ilya Zlobintsev 2020-10-22 11:42:18 +03:00
  • 0b85416d7d Added power usage display Ilya Zlobintsev 2020-10-21 12:05:02 +03:00
  • e642648671 Removed unnecesarry detection of frequency sensor types Ilya Zlobintsev 2020-10-21 11:36:16 +03:00
  • d6b4e7c25a Added temp display Ilya Zlobintsev 2020-10-21 11:12:27 +03:00
  • 3463b0f3b5 Added clockspeed information and unpriveleged service execution Ilya Zlobintsev 2020-10-20 17:03:00 +03:00
  • 8c042108b9 Added basic vulkan info Ilya Zlobintsev 2020-10-19 08:34:53 +03:00
  • 95167bbd73 Added link speed info and ran eveyrthing through rustfmt Ilya Zlobintsev 2020-10-18 12:08:39 +03:00
  • 7709a92d73 Basic GUI Ilya Zlobintsev 2020-10-18 11:39:12 +03:00
  • 7fb485de50 Basic error handling support and resctructuring Ilya Zlobintsev 2020-10-18 11:38:59 +03:00
  • 7f8d4e1372 Lots of changes Ilya Zlobintsev 2020-10-17 17:09:15 +03:00
  • c482961c49 Init Ilya Zlobintsev 2020-10-17 07:38:28 +03:00