DEPRECATED: please use AATU instead: https://amdaputuningutility.com/ ---- Unlock the true performance of your Ryzen Mobile Processor: https://www.ryzencontroller.com/ For Series 2xxx, 3xxx, 4xxx and 5xxx Gui for https://github.com/FlyGoat/Ryz
Go to file
2019-06-03 14:18:18 +02:00
.vscode Fixed task for vscode. 2019-03-12 20:03:28 +01:00
assets Replace icon.png 2019-03-19 20:10:58 +01:00
bin Added gfx and soc clock frequency in the experimental tab. 2019-06-02 21:00:57 +02:00
installers Added launch as administrator. 2019-03-02 18:35:33 +01:00
js Adding syntax js tests. 2019-06-03 12:45:23 +02:00
.gitignore Embedded ryzenadj.exe =D. 2019-03-01 17:48:46 +01:00
.gitlab-ci.yml Ensure only project file are tested. 2019-06-03 14:15:22 +02:00
index.html Added gfx and soc clock frequency in the experimental tab. 2019-06-02 21:00:57 +02:00
LICENSE.md Initial commit 2019-02-26 20:06:13 +01:00
main.js Adding syntax js tests. 2019-06-03 12:45:23 +02:00
package-lock.json Bump version to 1.12.2. 2019-06-03 14:18:18 +02:00
package.json Bump version to 1.12.2. 2019-06-03 14:18:18 +02:00
README.md Updated readme for non-windows users. 2019-03-11 18:01:54 +01:00

Ryzen controller

Thanks to https://github.com/FlyGoat/RyzenAdj and his author, ryzenadj.exe is included (windows only for now).

Installation

Windows

  • Go to release page
  • Download the latest RyzenControllerInstaller.exe
  • Enjoy!

Debian like

  • Go to RyzenAdj repo.
  • Download and build as explained in Build requirements.
  • Go to Ryzen Controller's release page
  • Download the latest ryzencontroller_VERSION_ARCH.deb file.
  • sudo dpkg -i ryzencontroller_VERSION_ARCH.deb
  • Launch with sudo ryzencontroller
  • Set the path to your freshly builded ryzenadj binary into the "settings" tab.
  • Enjoy!

Redhat like

  • Go to RyzenAdj repo.
  • Download and build as explained in Build requirements.
  • Go to Ryzen Controller's release page
  • Download the latest ryzencontroller_VERSION_ARCH.rpm file.
  • sudo rpm -u ryzencontroller_VERSION_ARCH.rpm
  • Launch with sudo ryzencontroller
  • Set the path to your freshly builded ryzenadj binary into the "settings" tab.
  • Enjoy!

Development

Pre-requisite

Installation

$> cd project
$> npm install
$> npm start

Building binaries

Using Windows

$> cd project
$> npm run-script package-win32

Using Linux

$> cd project
$> npm run-script package-linux

Building installers

For Windows

$> cd project
$> npm run-script package-win32
$> npm run-script build-win32

For Debian like

$> cd project
$> npm run-script package-linux
$> npm run-script build-deb

For Redhat like

$> cd project
$> npm run-script package-linux
$> npm run-script build-rpm