{"id":42400739,"url":"https://github.com/getsolus/linux-steam-integration","last_synced_at":"2026-01-28T01:20:17.381Z","repository":{"id":39222678,"uuid":"178711539","full_name":"getsolus/linux-steam-integration","owner":"getsolus","description":"Helper for enabling better Steam integration on Linux","archived":false,"fork":false,"pushed_at":"2024-03-12T13:55:24.000Z","size":834,"stargazers_count":32,"open_issues_count":2,"forks_count":7,"subscribers_count":13,"default_branch":"master","last_synced_at":"2026-01-06T19:16:17.170Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/getsolus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2019-03-31T16:12:49.000Z","updated_at":"2025-10-24T10:46:23.000Z","dependencies_parsed_at":"2024-04-16T07:04:06.587Z","dependency_job_id":"1574dbc5-6387-4b88-a51d-0692c1ca462f","html_url":"https://github.com/getsolus/linux-steam-integration","commit_stats":{"total_commits":400,"total_committers":14,"mean_commits":"28.571428571428573","dds":0.09499999999999997,"last_synced_commit":"dffff457d11ecbbb3852a5f6bae813dcfadb3165"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/getsolus/linux-steam-integration","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsolus%2Flinux-steam-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsolus%2Flinux-steam-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsolus%2Flinux-steam-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsolus%2Flinux-steam-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getsolus","download_url":"https://codeload.github.com/getsolus/linux-steam-integration/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getsolus%2Flinux-steam-integration/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28831250,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T23:29:49.665Z","status":"ssl_error","status_checked_at":"2026-01-27T23:25:58.379Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-28T01:20:16.615Z","updated_at":"2026-01-28T01:20:17.370Z","avatar_url":"https://github.com/getsolus.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linux-steam-integration\n\n## About\nLinux Steam* Integration is a helper system to make the Steam Client and Steam\ngames run better on Linux. In a nutshell, LSI automatically applies various workarounds\nto get games working, and fixes long standing bugs in both games and the client.\n\n![screenshot](https://raw.githubusercontent.com/clearlinux/linux-steam-integration/master/.github/LSI_Settings.png)\n\nIn many cases this will involve controlling which libraries are allowed to be used\nat any given time, and these libraries may be overriden for any of the following\nreasons:\n\n - Security\n - Compatibility\n - Performance\n\nThis project, and by extension the platforms it runs on, are not officially endorsed by, or affiliated with, Steam, or its parent company, Valve*.\nThis fork of linux-steam-integration is now being maintained separately from the original project, to suit the cadence and requirements of the\nClear Linux* Project for Intel Architecture.\n\nThis project will retain backwards compatibility with the original project at the time of forking to alleviate maintainer concerns, whilst focusing\non improvements to match a wider audience than the original project, and ensuring native runtimes continue to work unimpeded.\n\n### Linking compatibility\n\nWith LSI, you don't need to worry any more about manually mangling your Steam installation\njust to make the open source drivers work, or manually creating links and installing\nunsupported libraries. LSI is designed to take care of all of this for you.\n\nMany library names are redirected through the main \"intercept\" module, which ensures\ngames will (where appropriate) use the updated system libraries. Additionally the\nmodule can override how games and the Steam client are allowed to make use of\nvendored libraries. This will help with many launch failures involving outdated\nlibraries, or indeed the infamous `libstdc++.so.6` vendoring which breaks open\nsource graphics drivers on systems compiled with the new GCC C++ ABI.\n\n### Apply path based hotfixes to games\n\nThe redirect module contains some profiles to allow us to dynamically fix some\nissues that would otherwise require new builds of the games to see those issues\nresolved.\n\n - Project Highrise: Ensure we don't `mmap` a directory as a file (fixes invalid prefs path)\n - ARK Survival Evolved: Use the correct shader asset from TheCenter DLC to fix broken water surfaces.\n\n### Unity3D Black Screen Of Nope\n\nOlder builds of Unity3D had (long since fixed) issues with launching to a black\nscreen when defaulting to full screen mode. This is commonly addressed by launching the\ngames with `-screen-fullscreen 0`, and is due to an invalid internal condition clamping\nthe renderer size to 0x0 after setting the fullscreen (borderless) window size.\n\nNote - updating these games to newer versions of Unity will fix this bug on Linux, however\nLSI currently ships a workaround. This workaround will abstract access to the configuration\nfile in `$XDG_CONFIG_HOME/.config/unity3d/*/prefs` through the Linux `/dev/shm` system,\nand will provide initial game configuration whilst also masking the harmful fullscreen\nsetting.\n\nNet result - all Unity3D games using this pref path (the older generation) will start\nin windowed mode always. They can be fullscreened from inside the game, and this will\nhelp with making sure games **actually launch**.\n\n### Notes\n\nNote that LSI will not modify your Steam installation, and instead makes use of two\nmodules, `liblsi-redirect.so` and `liblsi-intercept.so`, to dynamically apply all of the\nworkarounds at runtime, which in turn is set up by the main LSI `shim` binary.\n\nFor a more in depth view of what LSI is, and how to integrate it into your distribution,\nplease check the [technical README document](https://github.com/clearlinux/linux-steam-integration/blob/master/TECHNICAL.md).\n\n## Plans\n\n- Cleanup of existing shims\n- Implementation of Proton support\n\n## License\n\nCopyright © 2016-2019 Solus Project\n\nlinux-steam-integration is available under the terms of the `LGPL-2.1` license.\n\nSee the accompanying `LICENSE.LGPL2.1` file for more details\n\n\n`data/lsi-steam.desktop`:\n\n        This file borrows translations from the official `steam.desktop` launcher.\n        These are copyright of Valve*.\n\n`* Some names may be claimed as the property of others.`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsolus%2Flinux-steam-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetsolus%2Flinux-steam-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetsolus%2Flinux-steam-integration/lists"}