Playing SpellForce 1 on Linux

Technical support around SpellForce

Moderator: Forum_Manager

Post Reply
Mixthos
Posts: 2
Joined: Sat 18. Apr 2026, 10:40

Playing SpellForce 1 on Linux

Post by Mixthos »

SpellForce 1 works quite well on Linux through Proton with a few adjustments.

I've tested Proton 10.0 (shipped through Steam) and GEProton 10-32.

I'm using the following launch options on Steam:

Code: Select all

LD_PRELOAD="" gamescope -f -w 2560 -h 1440 --mangoapp --force-grab-cursor --mouse-sensitivity 2 -- gamemoderun %command%
  • LD_PRELOAD="" prevents Steam from loading the Steam overlay library into the SpellForce process. This fixes an issue with frame stuttering starting after about 30 minutes. Simply turning off the overlay in Steam's settings does not fix the issue.
  • I use gamescope to fix some issues related to windowing/fullscreen. You can likely install the "gamescope" package through your Linux distro's package manager.
    • -f -w 2560 -h 1440 for fullscreen with my monitor's resolution.
    • Completely optional: --mangoapp activates the MangoHud performance overlay. (Requires installing the mangohud package.)
    • --force-grab-cursor --mouse-sensitivity 2 fixes an issue where RMB scroll and MMB rotation are extremely sensitive to tiny mouse movements. (E.g. right clicking immediately moves the camera to a corner of the map.) The exact sensitivity value is just my preference.
  • I use GameMode to prevent my system from entering sleep while the game is running.
Notes:
  • I've only tested this on the default Steam version (i.e. 1.61). I haven't tested version 1.54 and/or mods.
  • I've tested on Arch/CachyOS using KDE Plasma on modern AMD GPUs.
  • I've played through most of the TOoD campaign. I've not tested any other game modes yet.
User avatar
NeoX
Administrator
Posts: 380
Joined: Thu 3. Nov 2022, 07:47

Re: Playing SpellForce 1 on Linux

Post by NeoX »

hi,
Mixthos wrote: Sun 26. Apr 2026, 23:44 SpellForce 1 works quite well on Linux through Proton with a few adjustments.

I've tested Proton 10.0 (shipped through Steam) and GEProton 10-32.

I'm using the following launch options on Steam:

Code: Select all

LD_PRELOAD="" gamescope -f -w 2560 -h 1440 --mangoapp --force-grab-cursor --mouse-sensitivity 2 -- gamemoderun %command%
  • LD_PRELOAD="" prevents Steam from loading the Steam overlay library into the SpellForce process. This fixes an issue with frame stuttering starting after about 30 minutes. Simply turning off the overlay in Steam's settings does not fix the issue.
  • I use gamescope to fix some issues related to windowing/fullscreen. You can likely install the "gamescope" package through your Linux distro's package manager.
    • -f -w 2560 -h 1440 for fullscreen with my monitor's resolution.
    • Completely optional: --mangoapp activates the MangoHud performance overlay. (Requires installing the mangohud package.)
    • --force-grab-cursor --mouse-sensitivity 2 fixes an issue where RMB scroll and MMB rotation are extremely sensitive to tiny mouse movements. (E.g. right clicking immediately moves the camera to a corner of the map.) The exact sensitivity value is just my preference.
  • I use GameMode to prevent my system from entering sleep while the game is running.
Notes:
  • I've only tested this on the default Steam version (i.e. 1.61). I haven't tested version 1.54 and/or mods.
  • I've tested on Arch/CachyOS using KDE Plasma on modern AMD GPUs.
  • I've played through most of the TOoD campaign. I've not tested any other game modes yet.
thanks for adding this! If you have a list of what wine and mono version may also be required, this would help even more people!

Greetings: NeoX
SpellForce 2 - Master of War | SpellForce - Wiki & Info Hub
Image Image
"SpellForce 2 - Master of War" is the legendary Card-Game of the SpellForce 2 Collectors Edition of 2006, now finally for PC and Android! Play against the NPC, another Player or Online. Over 100 different Cards out of 7 factions and more than 10 powerfull spells to support them. Many hours of tactical turn based gameplay await you.
https://mow.spellforce.info/
- - -
"SpellForce - Fan Hub & Wiki" (for Android devices) is the official SpellForce fan hub app with wiki and forum integration made by the Fan Community. Get updated with the latest SpellForce news all around the game and its community. Look up knowlege in the wiki about lore and game guides. Exchange yourself with others on the fan forum. Made by the Community for the Community.
https://play.google.com/store/apps/details?id=com.it_huskys.spellforce_hub_wiki
Mixthos
Posts: 2
Joined: Sat 18. Apr 2026, 10:40

Re: Playing SpellForce 1 on Linux

Post by Mixthos »

NeoX wrote: Tue 28. Apr 2026, 12:49 hi,
Mixthos wrote: Sun 26. Apr 2026, 23:44 SpellForce 1 works quite well on Linux through Proton with a few adjustments.

I've tested Proton 10.0 (shipped through Steam) and GEProton 10-32.

I'm using the following launch options on Steam:

Code: Select all

LD_PRELOAD="" gamescope -f -w 2560 -h 1440 --mangoapp --force-grab-cursor --mouse-sensitivity 2 -- gamemoderun %command%
  • LD_PRELOAD="" prevents Steam from loading the Steam overlay library into the SpellForce process. This fixes an issue with frame stuttering starting after about 30 minutes. Simply turning off the overlay in Steam's settings does not fix the issue.
  • I use gamescope to fix some issues related to windowing/fullscreen. You can likely install the "gamescope" package through your Linux distro's package manager.
    • -f -w 2560 -h 1440 for fullscreen with my monitor's resolution.
    • Completely optional: --mangoapp activates the MangoHud performance overlay. (Requires installing the mangohud package.)
    • --force-grab-cursor --mouse-sensitivity 2 fixes an issue where RMB scroll and MMB rotation are extremely sensitive to tiny mouse movements. (E.g. right clicking immediately moves the camera to a corner of the map.) The exact sensitivity value is just my preference.
  • I use GameMode to prevent my system from entering sleep while the game is running.
Notes:
  • I've only tested this on the default Steam version (i.e. 1.61). I haven't tested version 1.54 and/or mods.
  • I've tested on Arch/CachyOS using KDE Plasma on modern AMD GPUs.
  • I've played through most of the TOoD campaign. I've not tested any other game modes yet.
thanks for adding this! If you have a list of what wine and mono version may also be required, this would help even more people!

Greetings: NeoX
Proton includes both Wine and Mono, so separate versions of these tools are not required.
Post Reply

Return to “SpellForce - Technical Support”