All Projects → solus-project → Linux Steam Integration

solus-project / Linux Steam Integration

Licence: lgpl-2.1
Helper for enabling better Steam integration on Linux

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Linux Steam Integration

Geotic
Entity Component System library for javascript
Stars: ✭ 97 (-74.87%)
Mutual labels:  game, library, performance
Picodeploy
Deploy Pico-8 Carts as Standalone Applications on Desktop 🖥️(Electron) and Mobile 📱(Ionic) 📦👾
Stars: ✭ 153 (-60.36%)
Mutual labels:  game, steam
Aerogameframework
AeroGameFramework is a Roblox game framework that makes development easy and fun. The framework is designed to simplify the communication between modules and seamlessly bridge the gap between the server and client.
Stars: ✭ 150 (-61.14%)
Mutual labels:  game, library
Salien Script Js
👽 A easy to install, run and update Node.js script for the Steam salien mini-game.
Stars: ✭ 181 (-53.11%)
Mutual labels:  game, steam
Swarmz
A free, header-only C++ swarming (flocking) library for real-time applications
Stars: ✭ 108 (-72.02%)
Mutual labels:  game, library
Buy All Steam Games
see how much does it cost to buy all steam games
Stars: ✭ 110 (-71.5%)
Mutual labels:  game, steam
Saliengame idler
A Javascript Idler for the 2018 Steam Summer 'Salien' Minigame
Stars: ✭ 165 (-57.25%)
Mutual labels:  game, steam
Skyrim Perk Utility
Add / Reset your Skyrim perks using generated scripts with an easy to use graphical interface! 📝 🎮
Stars: ✭ 21 (-94.56%)
Mutual labels:  game, steam
Entitas Cpp
Entitas++ is a fast Entity Component System (ECS) C++11 port of Entitas C#
Stars: ✭ 229 (-40.67%)
Mutual labels:  game, performance
Burningknight
C# branch of BK
Stars: ✭ 251 (-34.97%)
Mutual labels:  game, steam
Ristretto
A high performance memory-bound Go cache
Stars: ✭ 3,584 (+828.5%)
Mutual labels:  library, performance
Bounce
Bounce is a 3D physics engine for games.
Stars: ✭ 300 (-22.28%)
Mutual labels:  game, library
Steascree
SteaScree: Steam Cloud Screenshot Uploader
Stars: ✭ 91 (-76.42%)
Mutual labels:  game, steam
Proton Caller
Run any Windows program through Proton
Stars: ✭ 130 (-66.32%)
Mutual labels:  game, steam
Doom Nano
A 3d raycast engine for Arduino
Stars: ✭ 86 (-77.72%)
Mutual labels:  game, performance
Aim Ik
A Unity-3D library, to procedural orientate character head (and chest) in a direction without using any animation data.
Stars: ✭ 164 (-57.51%)
Mutual labels:  game, library
Apos.input
Polling input library for MonoGame.
Stars: ✭ 25 (-93.52%)
Mutual labels:  game, library
Librg
🚀 Making multi-player gamedev simpler since 2017
Stars: ✭ 813 (+110.62%)
Mutual labels:  game, library
Steamsummerminigame
Steam Summer Sale 2015 - Auto-play Optimizer w/ Auto-Click
Stars: ✭ 184 (-52.33%)
Mutual labels:  game, steam
Cute headers
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
Stars: ✭ 3,274 (+748.19%)
Mutual labels:  game, library

linux-steam-integration

Linux Steam* Integration is a helper system to make the Steam Client and Steam games run better on Linux. In a nutshell, LSI automatically applies various workarounds to get games working, and fixes long standing bugs in both games and the client.

screenshot

In many cases this will involve controlling which libraries are allowed to be used at any given time, and these libraries may be overriden for any of the following reasons:

  • Security
  • Compatibility
  • Performance

This project, and by extension Solus, is not officially endorsed by, or affiliated with, Steam, or its parent company, Valve*.

Linux Steam Integration is a Solus project

logo

Linking compatibility

With LSI, you don't need to worry any more about manually mangling your Steam installation just to make the open source drivers work, or manually creating links and installing unsupported libraries. LSI is designed to take care of all of this for you.

Many library names are redirected through the main "intercept" module, which ensures games will (where appropriate) use the updated system libraries. Additionally the module can override how games and the Steam client are allowed to make use of vendored libraries. This will help with many launch failures involving outdated libraries, or indeed the infamous libstdc++.so.6 vendoring which breaks open source graphics drivers on systems compiled with the new GCC C++ ABI.

Apply path based hotfixes to games

The redirect module contains some profiles to allow us to dynamically fix some issues that would otherwise require new builds of the games to see those issues resolved.

  • Project Highrise: Ensure we don't mmap a directory as a file (fixes invalid prefs path)
  • ARK Survival Evolved: Use the correct shader asset from TheCenter DLC to fix broken water surfaces.

Unity3D Black Screen Of Nope

Older builds of Unity3D had (long since fixed) issues with launching to a black screen when defaulting to full screen mode. This is commonly addressed by launching the games with -screen-fullscreen 0, and is due to an invalid internal condition clamping the renderer size to 0x0 after setting the fullscreen (borderless) window size.

Note - updating these games to newer versions of Unity will fix this bug on Linux, however LSI currently ships a workaround. This workaround will abstract access to the configuration file in $XDG_CONFIG_HOME/.config/unity3d/*/prefs through the Linux /dev/shm system, and will provide initial game configuration whilst also masking the harmful fullscreen setting.

Net result - all Unity3D games using this pref path (the older generation) will start in windowed mode always. They can be fullscreened from inside the game, and this will help with making sure games actually launch.

Notes

Note that LSI will not modify your Steam installation, and instead makes use of two modules, liblsi-redirect.so and liblsi-intercept.so, to dynamically apply all of the workarounds at runtime, which in turn is set up by the main LSI shim binary.

For a more in depth view of what LSI is, and how to integrate it into your distribution, please check the technical README document.

Be advised that we intend to remove the need for distributions to integrate LSI in the near future, by providing the LSI system as a snap package for all supported distributions.

Getting LSI

LSI may not yet be available for your distribution, however some community maintained repositories do exist.

To install the experimental snaps (snapd >= 2.29.4):

sudo snap install --edge solus-runtime-gaming
sudo snap install --devmode --edge linux-steam-integration

Snap Support

LSI is currently undergoing work to become a universal package for all Linux distributions!

Items left to implement:

  • [x] Add basic library support for snapd environment
  • [x] Make shim support $SNAP style environmental variables for local Steam
  • [x] Add support to LSI + snapd for NVIDIA+Vulkan
  • [ ] Verify "normal" games work again
  • [x] Publish snaps (edge)

License

Copyright © 2016-2017 Ikey Doherty

linux-steam-integration is available under the terms of the LGPL-2.1 license.

See the accompanying LICENSE.LGPL2.1 file for more details

data/lsi-steam.desktop:

    This file borrows translations from the official `steam.desktop` launcher.
    These are copyright of Valve*.

* Some names may be claimed as the property of others.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].