Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 2.08 KB

README.md

File metadata and controls

47 lines (36 loc) · 2.08 KB

FFBTools documentation

When starting this project I tried to describe the state of the Logitech device driver in this document. Now, most issues discussed in that document have been addressed in the new driver new-lg4ff, and some were bugs in Wine/Proton, SDL and Linux that have been already fixed.

Build

Requirements:

  • A recent kernel.
  • GNU Make.
  • GCC.
  • GCC multilib support for libffbwrapper. We build 32bits and 64bits versions of the library so we need compiler support for cross-compilation. This is commonly provided by package gcc-multilib.

Run make inside the project directory to build the tools.

Testing tools

  • ffbwrap: Script that uses code injection via a wrapper library to debug FFB in applications.
  • ffbplay: Console application to test FFB.

Other tools

  • new-lg4ff: improved driver for Logitech GXX and older wheels.
  • oversteer: configuration tool for Logitech wheels.

Resources