I dunno why but this immediately made me think of Uplink https://en.wikipedia.org/wiki/Uplink_(video_game)
mranderson17
Quake3 and Overload (only sortof FPS) are the ones I play. Both have plenty of community servers and also community games. And both have linux native versions that run without wine. I'm by no means an expert in this area nor do I have a vast knowledge of what people play these days. Just sharing what I like.
universal-pidff is working on support for many wheels. I believe they are also working on upstreaming.
Thrustmaster hid-tmff2 is a module that supports some common belt drive wheels. (I had a t300 but upgraded, see below)
OpenFFBoard is fully supported without any extra drivers/modules in Linux. Even the configurator is just python+qt and works fine (This is the wheel I use).
Running the drivers in wine won't work, or at least there is no benifit that I've seen. Oversteer provides some udev rules which improve logitech support, you should install that and reboot even if you don't plan to use it. The udev rules initialize the wheel correctly, set permissions on the sysfs components, etc. AFAIK the Logitech Driving Force GT is fully supported by the in-tree logitec driver link. Can you post more details about the issues you are having, maybe with screenshots?
EDIT: I forgot that oversteer recommends using new-lg4ff for most logi wheels. So definitely give that a try as others said.
Lastly there's sim community https://infosec.pub/c/diysimulators@discuss.tchncs.de (the creator of openffboard is the mod of that community) if you're interested. It doesn't see that much action but there's a little here and there.
I'd suggest a decongestant, looks like you've got a lot of snot going on there =]
In all seriousness though, we all have to start somewhere. Just keep practicing, you'll get the hang of it.
Disagree. It’s kinda demanding for the level of graphics it has.
Yeah that's what I meant I guess, my mediocre hardware is struggling even at relatively low graphics settings.
That Dirt 3 performance improvement though...
Game Upstream ntsync improvement
Dirt 3 110.6 860.7 678%
Might have to go dust off that game just to experience the speed
wow... I hadn't thought of that until you mentioned it but a trackpoint in thumb's reach on a steamdeck-like device is a great idea. And good marketing continuity for Lenovo
In addition to everything everyone else has said, the launch option: PROTON_LOG=1 %command%
(from the wiki). It will create a steam-<gameid>.log
in your homedir which can have lots of good wine/proton specific information in it.
You can also rename the user-settings.sample.py file in a given proton version in $HOME/.steam/root/steamapps/common/Proton - <version>/
to user-settings.py
and uncomment the additional wine debugging options (PROTON_LOG is already set in this file, but it is not active until it's renamed or passed directly on the Launch Options line).
Someone posted this https://webvm.io/alpine.html in another community and it made me think of this post. I've never used webvm and I suspect there are many downsides but seemed relevant and the demo seems to be able to run a full desktop environment. You have to find a CAD software that supports Linux though which is a controversial topic at best.
There is also Cascade Studio (Demo). Sadly development has stalled, it was a really cool project.
Probably not at all what OP is looking for though since TinkerCAD is just sketch/primitive type workflow, not like openscad.
I see you made a comment in https://github.com/ValveSoftware/gamescope/issues/1913 . Did you try vkcube like someone earlier in that issue? And the other workarounds like
--expose-wayland
?Also what version of gamescope? And you don't happen to be running steam as a flatpak do you?
EDIT: they JUST released a new version https://github.com/ValveSoftware/gamescope/compare/3.16.14...3.16.15 . So if you are having issues downgrading might be worth a try, but I haven't been able to reproduce the issues you are having.
Also, I know it sounds weird for a linux machine, but update and restart just to rule anything weird out. I've had steam and steam related applications leave around weird state, processes, etc. before and restarting is an easy way to clear that all out and start fresh, eliminating variables.