Armory Create on Linux

Hi there!
I was thinking that I want use linux as a my daily driver. The thing is, I have an ASUS laptop (Rog Strix G531GT). But I have no idea if there is any software like Armory Create where I be able to manage the fans control and the turbo boost, leds, etc.

On the other hand, I’d like to know if it possible to configure a GPU passthrough on this laptop using my Intel GPU for linux and Nvidia for my VM.

AFAIK Asus is not providing Armory Crate for Linux… and the is also not replacing tool, also it could be possible to control the things you want…

Passthrough https://gist.github.com/Misairu-G/616f7b2756c488148b7309addc940b28 looks like it could work . . .

And welcome at the purple side of Linux :enos:

Maybe this is of some interest?

@Dragonaut : I have this laptop too as my daily driver. I use ROGAURACORE to control my keyboard lighting: https://github.com/wroberts/rogauracore/releases/download/1.4/rogauracore-1.4.tar.gz
I then put that into my path, and make a shell script to activate it;

#!/bin/sh 
sudo ~/rogauracore/rogauracore multi_static 000055 0000cc 0000aa 000099

save as bluekeys.sh
then chmod +X bluekeys.sh
then ./bluekeys.sh
Lo and behold! Blue keys! :smiley:

Thank you! I’ll check the links.
@ricklinux I’ll check this too.

Eventually I’ll be updating this post with something useful about my journey.