While you're here, please consider supporting GamingOnLinux on:
Reward Tiers:
Patreon. Plain Donations:
PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers:
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- New US Congress bill proposal requires all operating system providers to verify ages [updated]
- Pick up some quality adventure games in the Humble Golden Tales Bundle
- Amazon Luna rips out game stores, game purchases and third-party subscriptions
- Dune: Awakening to get self-hosted servers, plus they're splitting PvE and PvP
- Portal 2: Community Edition arrives in Beta on April 17
- > See more over 30 days here
Recently Updated
- Proton/Wine Games Locking Up
- Caldathras - video buffer overflow
- LoudTechie - Retrieve root (Desktop mode) without factory reset
- LoudTechie - The Great Android lockdown of 2026.
- grigi - New Desktop Screenshot Thread
- DoctorJunglist - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
Now that I have the games, the major goal is to get them running. I already had Metro 2033 and knows it runs pretty well with Wine, tried Red Faction and Saints Row with no luck and still have to download Company of Heroes.
That leaves me with Darksiders which I got running but still have issues to make it fully playable.
First thing, I worked my way around the graphical glitches by running winetricks ao=enabled.
Then, with my Playstation 1 controler + USB adapter, the character was stuck looking at the sky, totally unplayable. Given this is a console port with no controller configuration, I ordered a XBox 360 controller which I got today.
Now the game is almost playable but the camera keeps rotating on and on, and the up / down camera is controlled by the X axis of the 2nd analog stick. The left / right camera was mapped on the Left Trigger, which would explain why it keeps spinning (you have to press it halfway to center it).
I tried fiddling with xboxdrv and jstest-gtk but made no progress, so maybe someone here knows more about Xbox controllers and Wine than me.
An old thread I have came across in the past: [http://ubuntuforums.org/showthread.php?t=646564](http://ubuntuforums.org/showthread.php?t=646564)
One thing I didn't try when I created the thread was simply unplug the controller and using the keyboard + mouse. It works fine. Still a few graphical glitches but at least it's fully playable. Wish I got the joypad working, this is not the kind of game that is really enjoyable with a keyboard+mouse combo.
I managed to find a configuration for xboxdrv that makes Darksiders playable. It's not perfect, there are stille some misconfigured buttons but this should not affect the game a lot.
The config I use is the following: --deadzone 8000 --trigger-as-button --ui-axismap X2=ABS_Z,Y2=ABS_RX,LT=ABS_RY,RT=ABS_RZ
--ui-buttonmap Guide=BTN_BACK,Start=BTN_SELECT,DU=BTN_MODE,DR=BTN_THUMBR,DL=BTN_THUMBL,TL=BTN_TL2
It's also available automatically with Lutris here: [http://lutris.net/games/darksiders/](http://lutris.net/games/darksiders/) (please note that the installer itself is not yet finished, so it requires running some stuff you'll find on WineHQ AppDB in order to get the game running)