this post was submitted on 21 Nov 2025
125 points (99.2% liked)

Linux Gaming

22286 readers
160 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

No memes/shitposts/low-effort posts, please.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 2 years ago
MODERATORS
 

Expected to be introduced in the upcoming Linux 6.19 kernel cycle is the ASUS Armoury "asus-armoury" driver for enhancing support for the ASUS ROG Ally gaming handhelds and other ASUS enthusiast/gaming devices under Linux.

The ASUS Armoury driver was born out of the existing ASUS WMI driver but overhauling it with a clean and more well defined API. The ASUS Armoury driver provides new BIOS attributes using the fw_attributes_class while deprecating all the existing attributes from the ASUS-WMI driver with plans to then remove them in the next Linux LTS kernel version.

top 15 comments
sorted by: hot top controversial new old
[–] Mwa@thelemmy.club 1 points 4 days ago

That's cool.
But I remember it being really hard to install and it would break randomly.

[–] Dagnet@lemmy.world 22 points 1 week ago

I have an ASUS motherboard and armoury is malware haha

[–] Burghler@sh.itjust.works 8 points 1 week ago (4 children)

Is this sort of thing normal for the Linux kernel? I would never expect this to have a place inside it but rather be some seperate module?

Idk kernel design at all, this seems like bloat?

[–] arjache@fedia.io 20 points 1 week ago

It is a module. No need to load it if you don’t have an ASUS.

[–] tabular@lemmy.world 5 points 1 week ago* (last edited 1 week ago)

Linux is a "monolithic kernel" where lots of things like drivers and services are inside it, apprently making it faster than a microkernel.

[–] AnUnusualRelic@lemmy.world 3 points 1 week ago

Normally it should be quite small. It's just exposing an interface to a few simple bits of hardware.

[–] pastaq@lemmy.world 2 points 1 week ago

It's a driver for the WMI interface, which enables reading and writing various things for the BIOS, such as spl/appt/fppt, some Nvidia GPU settings, etc.

[–] TropicalDingdong@lemmy.world 7 points 1 week ago

Oh fucking finally

[–] warm@kbin.earth 4 points 1 week ago (2 children)

Please kindly fuck off ASUS.

[–] Linearity@piefed.zip 15 points 1 week ago (1 children)

Wtf why? 😭😭
I’m running Manjaro on my Ally X and am using it as my main device
I’d very much like these drivers to be on it

[–] _cryptagion@anarchist.nexus 14 points 1 week ago

right? I'm running a Strix laptop and I'm happy they're dropping this. never seen somebody look at a manufacturer adding support for linux and tell them to "fuck off".

[–] pastaq@lemmy.world 4 points 1 week ago

This driver was produced for free by multiple contributors, none of which were ASUS.

[–] someacnt@sh.itjust.works 2 points 1 week ago

Oh, does this mean my ASUS laptop would be supported better?

[–] A_Random_Idiot@lemmy.world 1 points 1 week ago* (last edited 1 week ago) (1 children)

I assume this is something that will be a flag during compile or something, and only useful for asus hardware, and not something every one will have in all kernels on all hardware?

[–] pastaq@lemmy.world 1 points 1 week ago

It will be enabled by a kernel config option, yes.