Difference between revisions of "User:Sodaplayer/linux-sandbox"

From DCS World Wiki - Hoggitworld.com
(Creating a space to draft and preview contributions.)
 
(Start peripharels draft)
Line 1: Line 1:
Creating a space to draft and preview contributions.
+
== Peripherals ==
 +
There are other good resources for configuring and troubleshooting joysticks on Linux. To avoid a replication of those other resources, this section will be focused on getting peripherals running through Wine/Proton and cover common issues.
 +
 
 +
=== Permissions ===
 +
 
 +
=== Virtual Inputs ===
 +
You may want to bind joystick controls to mouse buttons and key-presses. In Linux, the [https://www.kernel.org/doc/html/latest/input/uinput.html uinput] module can be used to create virtual keyboards, mouses, and joysticks inputs.
 +
 
 +
* [https://github.com/jgeumlek/MoltenGamepad MoltenGamepad]

Revision as of 07:36, 27 December 2022

Peripherals

There are other good resources for configuring and troubleshooting joysticks on Linux. To avoid a replication of those other resources, this section will be focused on getting peripherals running through Wine/Proton and cover common issues.

Permissions

Virtual Inputs

You may want to bind joystick controls to mouse buttons and key-presses. In Linux, the uinput module can be used to create virtual keyboards, mouses, and joysticks inputs.