모종의 음모/force feedback
ffb (force feedback) linux driver
구차니
2024. 10. 7. 19:06
리눅스용 드라이버인데.. 같은 사람이 개발했나 본데
하나는 커널 드라이버 이고
Improved Linux module driver for Logitech driving wheels. |
[링크 :https://github.com/berarma/new-lg4ff]
다른 하나는 python-gtk를 이용한 상태 확인 및 force feedback 확인용 프로그램 인 듯.
그 외에 소소하게(?) 다른 ffb 드라이버를 확인 할 수 있다.
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 recognizes the following Logitech wheels which are supported by the default in-kernel module:
The following wheels will need custom driver modules for FFB support. These drivers are still being worked on. (I'm NOT claiming they will fully work. Please, check the related projects for more information.):
|
[링크 : https://github.com/berarma/oversteer]
QT로 만든 테스트 프로그램
Qt5-based tool to create force feedback effects intended mainly for force-feedback implementation testing purposes |
[링크 : https://github.com/MadCatX/FFBChecker]
[링크 : https://steamcommunity.com/groups/linuxff/discussions/0/487877107138026764/]
fftest_buffer_overun 프로그램으로 휠을 돌리거나 진동을 생성할 수 있어 보임
[링크 : https://www.youtube.com/watch?v=JG5HUPLuS1s]