Hi, I'm Rick 👋

Fixer - Engineer - Coder

Rick Timmis

Hi, I'm Rick 👋

Fixer - Engineer - Coder

Enhancing Your Racing Experience on Linux: Introducing new-lg4ff and Oversteer

linux-racing-wheel.jpg

Introduction

If you’re a racing enthusiast using Linux, you know the struggle of getting your steering wheel to perform at its best. Logitech wheels like the G29, G27, or Driving Force GT are fantastic hardware, but the default kernel drivers often fall short on force feedback (FFB) and customization options. That’s where new-lg4ff and Oversteer come in—a powerful duo developed by the talented Bernardo Arnau (berarma) to supercharge your setup on distributions like Kubuntu or Ubuntu.

new-lg4ff is an enhanced kernel module that replaces the standard HID Logitech driver, unlocking advanced force feedback features for compatible Logitech wheels. Paired with Oversteer, a user-friendly GUI application, you get fine-tuned control over wheel settings, profiles, and more. Whether you’re drifting in Assetto Corsa or tearing up tracks in DiRT Rally, these tools make your Linux gaming rig feel console-level immersive.

In this post, we’ll dive into the features, guide you through installation, explain how to use them, and point you to further resources. Let’s gear up!

Features

new-lg4ff Kernel Module

Oversteer Application

Together, these tools transform your steering wheel from a basic input device into a high-fidelity simulator peripheral, all on open-source Linux.

Installation Guide

Installing new-lg4ff and Oversteer on Kubuntu 24.04 LTS (or similar Ubuntu derivatives) is straightforward. We’ll use the DKMS (Dynammic Kernel Module Support) method for the kernel module to handle kernel upgrades gracefully, and Flatpak for Oversteer to avoid dependency issues.

Prerequisites:

Run the following bash script as root (e.g., sudo bash install_script.sh). This script handles everything: installing dependencies, cloning the repo, setting up DKMS, installing Oversteer via Flatpak, and applying necessary udev rules.

How to use this script

Grab ‘Oversteer Logitech Racing Wheel Configurator for Linux’ from Lionhearts Script Scrapbook

After running the script, reboot your system. Post-reboot, verify the module with dmesg | grep logitech—you should see messages about force feedback support.

If you encounter issues, check the GitHub repos for troubleshooting (linked below).

How to Use

Once installed, getting started is simple:

  1. Launch Oversteer:

    • Open it via the application menu (search for “Oversteer”) or from the terminal: flatpak run io.github.berarma.Oversteer.
    • Connect your wheel—it should be detected automatically.
  2. Basic Configuration:

    • Force Feedback Gain: Slide to increase/decrease FFB intensity (e.g., 150% for stronger effects).
    • Rotation Range: Set your wheel’s max rotation (useful for games without native support).
    • Combine Pedals: Merge clutch/brake/accelerator inputs if your setup requires it.
  3. Profiles:

    • Create a new profile for a game, tweak settings, and save. Switch profiles on the fly.
  4. Overlay:

    • Enable the on-screen overlay to monitor inputs in real-time while gaming.
  5. Testing:

    • Use Oversteer’s built-in test tab to feel FFB effects.
    • Jump into a game—new-lg4ff ensures the enhanced driver is active.

For advanced tweaks, explore Oversteer’s settings menu. Remember, changes apply immediately, but a game restart might be needed for full effect.

Additional Documentation

For more details, in-depth troubleshooting, or contributing to the projects, check out the official repositories:

These tools are actively maintained, so keep an eye on updates. If you’re into sim racing on Linux, joining communities like r/linux_gaming on Reddit can provide more tips.

Happy racing—may your laps be fast and your feedback forceful! 🚀