this post was submitted on 28 Oct 2024
44 points (97.8% liked)

Linux Gaming

15292 readers
350 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.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
 

evfwd is a new tool for forwarding evdev input events from one Linux host to another, typically through an ssh connection.

The reason I am posting this here is that my initial motivation for creating the tool was gaming related: I wanted to be able to use my laptop's keyboard and gamepad on my Steam Deck.

The tool works by serializing /dev/input/... events on one hosts and then injecting them via /dev/uinput on another. You have to arrange the pipe between the two ends, typically using ssh:

evfwd /dev/input/somedevice | ssh somehost evfwd -s

See the readme for more details.

you are viewing a single comment's thread
view the rest of the comments
[–] bjoern_tantau@swg-empire.de 12 points 2 weeks ago (4 children)

Nice! So that should also work to use the Steam Deck as a gamepad on a PC, right?

[–] electricprism@lemmy.ml 3 points 2 weeks ago* (last edited 2 weeks ago)

Holyeee Shit!!! Definitely using this in my Linux Gaming Room.

load more comments (3 replies)