25
Sim racing and bazzite
(lemmy.ml)
Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME
away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.
This page can be subscribed to via RSS.
Original /r/linux_gaming pengwing by uoou.
No memes/shitposts/low-effort posts, please.
WWW:
Discord:
IRC:
Matrix:
Telegram:
I got new-lg4ff working some time ago and posted this on the Bazzite discord. I have not tried for some time though:
I managed to get new-lg4ff going at least on a per use basis. Not ideal this way but at least something. First you need to pull the driver from Github:
Then you need a toolbox matching your base image in my case:
Next you need to pull in the kernel-devel files. They are on a separate github page "kernel-bazzite". Find your running kernel version.
Then download the appropriate kernel-devel and kernel-devel-matched from https://github.com/hhd-dev/kernel-bazzite/releases, in my case:
Install them into the toolbox:
Then the build of the module should succeed. From the folder you cloned the new-lg4ff repo run:
To insert the module you need to relax SELINUX (against idea of SELINUX, but it is a hacky solution).
Then you should be able to insert the kernel module:
This is it.