No force feedback on Logitech G920 (Bazzite OS)
Hello, I have a problem with my Logitech G920 wheel in all games, my wheel has no force feedback. I found an application that could solve my problem but I would like to have an opinion or a solution for my issue.
The application: https://github.com/berarma/oversteer
Configuration: Bazzite OS (40) on the KDE PLASMA 6 environment
Ryzen 5 3600, RX 6700XT, B550 Gaming Plus, 16GB RAM 3200MHz CL16, 2TB SSD & 480GB.
Thank you in advance for your help!!
1 answer
Hello,
What is your Linux distribution and what is your question? Are you having trouble installing the software contained in the GitHub repository that you mentioned?
Assuming you are on Ubuntu, according to the instructions mentioned on the homepage, you need to type the following commands in a terminal:
sudo apt update sudo apt install python3 python3-distutils python3-gi python3-gi-cairo python3-pyudev python3-xdg python3-evdev gettext meson appstream-util desktop-file-utils python3-matplotlib python3-scipy sudo apt install git meson ninja-build git clone https://github.com/berarma/oversteer.git cd oversteer meson build cd build sudo ninja install
Good luck