mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-27 00:05:37 +00:00
WIKI: Patchnotes
This commit is contained in:
parent
639426e3f6
commit
19cc162bd6
|
@ -5,7 +5,8 @@ Flight Controllers is a broad category that encompasses the vast majority of thi
|
||||||
Some of them might lack Linux drivers or udev rules entirely with others there is a community effort to make them work under Linux.<br>
|
Some of them might lack Linux drivers or udev rules entirely with others there is a community effort to make them work under Linux.<br>
|
||||||
A few of them also require Windows only software to configure various inputs and buttons.<br>
|
A few of them also require Windows only software to configure various inputs and buttons.<br>
|
||||||
|
|
||||||
If you own a Flight Controller the best solution is just to try it on Linux via the Steam Deck Dock or a Linux PC and see if it works as expected.
|
If you own a Flight Controller the best solution is just to try it on Linux via the Steam Deck Dock or a Linux PC and see if it works as expected.<br>
|
||||||
|
If it does work on Linux and it supports xinput, we see no reason why it should not work on RetroDECK.
|
||||||
|
|
||||||
If you have a Flight Controller that did not work on Linux but have found a way to make it work:<br>
|
If you have a Flight Controller that did not work on Linux but have found a way to make it work:<br>
|
||||||
- Please try to contribute udev rules to the [game-devices-udev codeberg](https://codeberg.org/fabiscafe/game-devices-udev)
|
- Please try to contribute udev rules to the [game-devices-udev codeberg](https://codeberg.org/fabiscafe/game-devices-udev)
|
||||||
|
|
|
@ -5,7 +5,8 @@ Racing Controllers is a broad category that encompasses the vast majority of thi
|
||||||
Some of them might lack Linux drivers or udev rules entirely with others there is a community effort to make them work under Linux.<br>
|
Some of them might lack Linux drivers or udev rules entirely with others there is a community effort to make them work under Linux.<br>
|
||||||
A few of them also require Windows only software to configure various inputs and buttons.<br>
|
A few of them also require Windows only software to configure various inputs and buttons.<br>
|
||||||
|
|
||||||
If you own a Racing Controller the best solution is just to try it on Linux via the Steam Deck Dock or a Linux PC and see if it works as expected.
|
If you own a Racing Controller the best solution is just to try it on Linux via the Steam Deck Dock or a Linux PC and see if it works as expected.<br>
|
||||||
|
If it does work on Linux and it supports xinput, we see no reason why it should not work on RetroDECK.
|
||||||
|
|
||||||
If you have a Flight Controller that did not work on Linux but have found a way to make it work:<br>
|
If you have a Flight Controller that did not work on Linux but have found a way to make it work:<br>
|
||||||
- Contribute udev rules to the [game-devices-udev codeberg](https://codeberg.org/fabiscafe/game-devices-udev)
|
- Contribute udev rules to the [game-devices-udev codeberg](https://codeberg.org/fabiscafe/game-devices-udev)
|
||||||
|
@ -13,18 +14,23 @@ If you have a Flight Controller that did not work on Linux but have found a way
|
||||||
- (Optional) Inform the RetroDECK team on how you got it working on discord.
|
- (Optional) Inform the RetroDECK team on how you got it working on discord.
|
||||||
|
|
||||||
**Oversteer**
|
**Oversteer**
|
||||||
The Oversteer Project is trying to manage support multiple Steering Wheels on Linux. It is still in the early stages of development. <br>
|
|
||||||
|
The [OverSteer Project](https://github.com/berarma/oversteer) is trying to manage support multiple Steering Wheels on Linux. It is still in the early stages of development.
|
||||||
|
|
||||||
```
|
```
|
||||||
Oversteer manages steering wheels on Linux using the features provided by the loaded modules. It doesn't provide hardware support, you'll still need a driver module that enables the hardware on Linux.
|
Oversteer manages steering wheels on Linux using the features provided by the loaded modules. It doesn't provide hardware support, you'll still need a driver module that enables the hardware on Linux.
|
||||||
Most wheels will work but won't have FFB without specific drivers that support that feature.
|
Most wheels will work but won't have FFB without specific drivers that support that feature.
|
||||||
|
|
||||||
[OverSteer](https://github.com/berarma/oversteer)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Steering Wheels, Pedals and Gear Shifters
|
## Steering Wheels, Pedals and Gear Shifters
|
||||||
|
|
||||||
<img src="../../wiki_images/controllers/racing-kit.png" width="250">
|
<img src="../../wiki_images/controllers/racing-kit.png" width="250">
|
||||||
|
|
||||||
Steering Wheels, Pedals and Gear Shifters all of them needs seperate driver modules and udev rules to work.
|
- Steering Wheel
|
||||||
If it does work on Linux and it supports xinput, there is no reason why it should not work on RetroDECK.
|
- Pedals
|
||||||
|
- Gear Shifter
|
||||||
|
|
||||||
|
All of them needs seperate driver modules and udev rules to work.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue