this post was submitted on 03 Jul 2026
128 points (100.0% liked)
Gaming
4980 readers
275 users here now
The Lemmy.zip Gaming Community
For news, discussions and memes!
Community Rules
This community follows the Lemmy.zip Instance rules, with the inclusion of the following rule:
You can see Lemmy.zip's rules by going to our Code of Conduct.
What to Expect in Our Code of Conduct:
- Respectful Communication: We strive for positive, constructive dialogue and encourage all members to engage with one another in a courteous and understanding manner.
- Inclusivity: Embracing diversity is at the core of our community. We welcome members from all walks of life and expect interactions to be conducted without discrimination.
- Privacy: Your privacy is paramount. Please respect the privacy of others just as you expect yours to be treated. Personal information should never be shared without consent.
- Integrity: We believe in the integrity of speech and action. As such, honesty is expected, and deceptive practices are strictly prohibited.
- Collaboration: Whether you're here to learn, teach, or simply engage in discussion, collaboration is key. Support your fellow members and contribute positively to shared learning and growth.
If you enjoy reading legal stuff, you can check it all out at legal.lemmy.zip.
founded 3 years ago
MODERATORS
Most of the screens you see on modern cases don't have firmware for Linux. So good to see a modern one that does. Would make sense for this to be used on any of the Linux gaming boxes that are around.
Firmware shouldn't care what OS the CPU is running as it's doing its own thing, running on an embedded processor of some sort on the device.
Though it can be used to lock out unapproved software if it needs an encryption key or relies on an undocumented interface they only told their windows driver writers about.
So I'm not saying firmware can't be used to lock linux out from being able to use certain hardware, just don't believe them if they try to play it off as they would need to write a special linux version of the firmware to make it happen; it's a deliberate lockout either via encryption or by making the information needed to implement it proprietary.
Though at least the latter case could be reverse engineered, especially if you can sniff the bus traffic.