Corectrl on debian 12 and opencl drivers (amd)
CoreCtrl Now Available In Debian & Ubuntu 23.04 For Managing Your System
Videos
And now it works for debian 10 and 11 too!
You need to have non-free repo enabled. Otherwise no way. Because it needs amd-firmware and its not on free repo. Follow this wiki first: https://wiki.debian.org/AtiHowTo
This first, according to dependencies declared in corectrl github:
sudo apt install libdrm-dev gcc cmake libqt4-svg libqt5svg5 qml-module-qtquick-controls qml-module-qtquick-controls2 qml-module-qtquick-controls qml-module-qtquick-layouts qml-module-qtcharts qml-module-qt-labs-platform libkf5archive5 extra-cmake-modules libqt5quickcontrols2-5 qtdeclarative5-dev libqt5charts5-dev libqt5svg5-dev qt4-linguist-tools qttools5-dev qttools5-dev-tools libkf5auth-dev libkf5archive-dev libbotan-2-dev libbotan-2-doc python3-botan qtdeclarative5-dev libqt5charts5-dev libqt5svg5-dev sysvinit-utils hwdata mesa-utils util-linux
DEBIAN 11: To install in debian 11, you need to remove the following packages from this list, because those packages DON'T EXIST ANYMORE in debian 11:
libqt4-svg qt4-linguist-tools
Then, continue the steps after "build" here: https://gitlab.com/corectrl/corectrl/-/wikis/Installation
It works. I tried. I might have missed some dependencies, but tell me if anything goes wrong post it here so I'll incorrect them.
Hello! I have a small fleet of machines that are currently operating on ubuntu 22. I recently tried debian 12 on a test machine and have been pleased so far. My only concerns is it seems more difficult to do things on debian due to the lack of PPA access.
I am a user of the "corectrl" app (https://gitlab.com/corectrl/corectrl) and have a very small script that I can run to get it working on a fresh install.
I also need to download and install amd opencl drivers on this fleet of machines. On ubuntu that is not a massive challenge (on certain models it can be) because you can download and install distribution specific releases.
https://www.amd.com/en/support/linux-drivers
note there is no "debian" release.
Does anyone have a script they can share with me to get corectrl installed and also amd opencl drivers install on a fresh install? Thanks in advance.