this post was submitted on 04 May 2026
14 points (100.0% liked)

Steam Hardware

21957 readers
278 users here now

A place to discuss and support all Steam Hardware, including Steam Deck, Steam Machine, Steam Frame, and SteamOS in general.

As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title

The following is a list of suggested flairs:
[Deck] - Steam Deck related.
[Machine] - Steam Machine related.
[Frame] - Steam Frame related.
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.

If your post is only relevant to one hardware device (Deck/Machine/Frame/etc) please specify which one as part of the title or by using a device flair.

These are not enforced, but they are encouraged.

Rules:

Link to our Matrix Space

founded 4 years ago
MODERATORS
 

I know this was talked about a while ago, that the Steam controller wouldn't work like a "regular controller" without Steam. So I'm curious what drivers are there if not xinput or dinput, both of which require MS licenses from what I've heard (please cmiiw), in which case it makes sense for Valve to not want to include that in their controller.

I guess this is more so a question for regular Linux junkies: what other drivers are available for Valve to adopt that would allow it to work not just on Linux but also macOS and Windows? Not that I use any of these systems, but just speaking from statistics, cause most buyers are going to be from Windows I reckon.

For Linux, does the Joystick API even support the back paddles? Gyro is likely unsupported from a quick search.

top 14 comments
sorted by: hot top controversial new old
[–] thingsiplay@lemmy.ml 7 points 1 hour ago (2 children)

Valve could open source the Steam Controller driver (including the Steam Input configuration and full set of functionality) and make it installable to use without Steam. And for Linux users, at least the core driver could be integrated into Linux for out of the box usability. This would be my perfect scenario. No need to emulate a different type of device, it is its own. A man can only dream.

[–] bjoern_tantau@swg-empire.de 2 points 46 minutes ago

That is basically the current state of the Steam Deck's controller driver.

You probably could already find the new controller's driver in Valve's repositories and compile it for your kernel. Maybe Bazzite and Co have it already integrated. No idea. But if that isn't the case it's just a matter of time.

[–] Subscript5676@piefed.ca 3 points 1 hour ago

Steam Input being independent from Steam would be pretty cool. Upstreaming it to the kernel is nice, but the kernel can be slow-moving, and it doesn't necessarily lend well to cases where you want to be able to deliver fixes to consumers outside of Linux's release cadence. Now, Valve could perhaps go release with 2 separate cadences, the older driver as a fallback, and offer a DKMS build for newer driver releases, but it IS work to make sure it doesn't bork someone's system.

[–] sundray@lemmus.org 5 points 1 hour ago* (last edited 1 hour ago) (2 children)

According to Russ from Retro Game Corps (YouTube), in Windos, without Steam running, the new Steam Controller acts like a keyboard (mapping the d-pad to WASD, etc).

He also said that Rocknix (a Linux distro for Rockchip-based handhelds) already recognizes the Steam Controller, suggesting that other Linux distros could pretty easily include drivers as well, if they haven't already.

[–] Deconceptualist@leminal.space 2 points 22 minutes ago

Lizard mode also maps the right trackpad to mouse input, doesn't it?

[–] Subscript5676@piefed.ca 3 points 1 hour ago (2 children)

First time hearing about Rocknix. Not heard about Rockchip too. Seems like a cool project though. Wondering where they got the driver from, or if they made their own.

[–] sundray@lemmus.org 1 points 5 minutes ago

Looking deeper into it, it seems like they basically got a Steam client to run in Rocknix (even in the ARM version) so anything you launch from within that client will use Steam input. Not native support, but since SteamOS is open source, it's only a matter of time!

[–] bjoern_tantau@swg-empire.de 1 points 34 minutes ago

Wondering where they got the driver from, or if they made their own.

Probably from https://github.com/evlaV or directly from Valve's packages.

[–] azdle@news.idlestate.org 3 points 2 hours ago

I would imagine it's just some sort of really basic shim driver to get a communication channel between the controller and steam, then from there everything just goes through steam input.

That's the kind of choice you make when you need to just get 'it' working. IIRC when the deck, its input depended (more?) on the steam client too. I'd imagine that they'll finish the slow part of the process eventually to make the controller work more generally too.

[–] bjoern_tantau@swg-empire.de 3 points 2 hours ago (2 children)

When you check KDE's gamepad page without Steam running it appears like any other controller. Back buttons are just additional buttons.

It's a shame that the capacitive joysticks aren't buttons as well. And I'd expect the gyros to just appear alongside the other axis as pure numbers but unfortunately they do not. Same with the touchpads.

[–] Subscript5676@piefed.ca 3 points 2 hours ago (1 children)

Are we talking about the old controller? Or the new one? Cause I'm sitting here wondering... how are you able to see that, unless you somehow already have the new controllers?

Or are you using the Steam Deck's controller to check that?

Sorry for the volley of questions here, but I'm just super curious somehow.

[–] bjoern_tantau@swg-empire.de 2 points 2 hours ago

I'm talking about the Steam Deck, which is pretty similar to the new controller.

[–] warmaster@lemmy.world 2 points 2 hours ago (1 children)

Good thing about Linux is that anyone can contribute to make what you describe actually happen.

[–] bjoern_tantau@swg-empire.de 2 points 2 hours ago

I actually tried to do that but I didn't find where the buttons and axis are defined.