Lutris linux что это

Downloads

Lutris is compatible with any up-to-date Linux system. It relies on Python 3 and GTK libraries and will run on any desktop environment. Packages are provided for current Linux distributions. In some cases, Lutris will be available without adding additional software sources but if that’s not the case, follow the instructions specific to your distribution below.

Make sure to install Wine and drivers!
If you plan on playing games for Windows, to ensure a smooth experience, install a recent version of Wine on your system. This will provide all necessary dependency as Lutris cannot ship with every component in its runtime. When playing games lutris will use a custom version of Wine optimized for games.

    • Pop!_OS
    • Ubuntu
    • Elementary

    Packages compatible with Ubuntu and derivatives are available on the PPA.
    You can add a repository using terminal to receive automatic updates:

    sudo add-apt-repository ppa:lutris-team/lutris
    sudo apt update
    sudo apt install lutris

    Lutris is now available on Pop!_OS through Pop!_Shop.

    • Debian

    Packages compatible with Debian are available on the openSUSE Build Service.
    You can add a repository using terminal to receive automatic updates:

    echo «deb http://download.opensuse.org/repositories/home:/strycore/Debian_10/ ./» | sudo tee /etc/apt/sources.list.d/lutris.list
    wget -q https://download.opensuse.org/repositories/home:/strycore/Debian_10/Release.key -O- | sudo apt-key add —
    sudo apt update
    sudo apt install lutris

    • Solus

    Lutris is available in the Solus Software Center

    sudo eopkg it lutris

    • Fedora

    Lutris is available in the official repositories

    sudo dnf install lutris

    • openSUSE

    Packages for current versions of openSUSE are available from the openSUSE repositories via YaST or commandline

    sudo zypper in lutris

    • Arch Linux
    • Manjaro

    You can get Lutris from the Arch Community Repository. Updates on Manjaro are delayed.

    sudo pacman -S lutris

    • Clear Linux

    Lutris is available as a bundle.

    sudo swupd bundle-add lutris

    • Mageia
    • Gentoo
    • CentOS Stream
    • RHEL 8

    For CentOS Stream and derivatives like RHEL 8 or Rocky Linux 8 You can clone this github repository and then install the lutris rpm package:
    sudo dnf install lutris-*.el8.x86_64.rpm
    Note: Enable EPEL, you can follow the README for more information.

    • Tarball

    Lutris is available as a tar.xz package. You can run the project directly from the extracted archive but you might not have all features installed such as the browser integration or xboxdrv support. You’ll need to make sure you have the necessary dependencies for Python 3 (PyGObject3 and PyYAML).
    Warning: Please do not use setup.py install to install Lutris. It does not fully install lutris, some aspects are handled by the distribution’s package manager. Additionally, Python’s setuptools do not allow to easily uninstall software installed in such a manner.

    • Source

    Источник

    About Lutris

    Lutris is a gaming client for Linux. It gives you access to all your video games with the exception of the current console generation. You can, in a single interface, run any game from your childhood memories to the current multiplayer games. Integrations with stores like GOG and Steam allow you to import your existing game library and community maintained install scripts give you a completely automated setup.

    How does it work?

    Lutris uses what we refer as runners. Runners are programs that the client can control and launch. Our most popular runners include RetroArch, DosBox, FS-UAE, ScummVM, MESS, Dolphin and of course Wine TkG, a build of Wine optimized to give you the best performance out of your system. It is also possible to launch Linux native games, we have a large selection of free and Open Source games ready to install from the client. Download the client and start playing in minutes!

    A focus on video game preservation

    Video games are now part of our history and our culture. If we want to keep a trace of the actual games and not just videos or articles about them, we need have a way to play them in a way that would closely match how the game was meant to be experienced. We also need to make sure that the games we have today still work tomorrow. This is why the choice of Linux as a gaming environment is so important. In a closed ecosystem, our legacy is at the mercy of software vendors able to kill features required to run some games. While we cannot support each and every recent AAA release, mostly due to DRM and anti-cheat incompatibilities, Lutris does support a vast majority of every game ever released in history, on a wide variety of hardware systems.

    Meet the founder

    Mathieu Comandon (aka Strider, or Strycore when “this username is not available”) has been experimenting with Linux since 1997 and became a full time user in 2006, driven away from Windows by the Vista announcements and a general desire to take control back over his machines.

    Back in 2006, playing games on Linux wasn’t an easy or necessarily fun task. Native ports were rare, we still had support from id Software with ports of id Tech 4 games like Prey and Quake 4 but that was pretty much it. Other options for gaming were playing open source games, emulators or using wine, which was still struggling with DirectX 9 games at the time. Another product would later appear: Cedega, a proprietary UI for a patched version of Wine (previously known as WineX). This would let you play games such as Left 4 Dead and Call of Duty 4 on Linux.

    Seeing the potential of Linux as a gaming platform but being frustrated by spending so much time setting up games, Mathieu started toying with the idea of automating game setups. He spent a few days learning Python and GTK to make a launcher for TES: Oblivion but then wanted to apply the same principle to any game playable on Linux. In late 2009, after picking the otter as the project’s mascot, Lutris was born…

    Источник

    Frequently asked questions

    General

    Does Lutris sell games?

    No, we don’t sell commercial games on the platform, Lutris allows you to install and play games purchased on a variety of different game stores such as Steam, Humble Bundle, GOG, Battle.net etc.

    How do I get in touch with the Lutris community?

    If you want to ask questions about Lutris or just hang out with other Lutris users, you can join the Lutris Discord server or our IRC channel #lutris on libera.chat. You can also use the forums to ask questions. Please do not privately contact Lutris developers for tech support, do not report issues by email or by private message. Bug reports have to stay visible to the community.

    Is the Gnome desktop a dependency of Lutris?

    No, not at all. The confusion comes from a library we ship unfortunately named gnome-desktop, which is not the whole Gnome desktop but a collection of utilities that are frequently used within the Gnome desktop. This library is used by the Lutris client to support resolution switching on Wayland. This library itself is small and has few dependencies.
    You can install and use Lutris on any desktop environment. Installing the client won’t install other Gnome components.

    Runners and other lutris provided files fail to download

    There seems to be some issues with CloudFlare and some ISPs (notably in Turkey) when using older versions of libssl.

    A quick workaround so is to run lutris with env LC_ALL=C lutris but a more reliable solution is to update your version of libssl. The following repositories provide libssl 1.1.1.
    On Ubuntu 18.04 based systems:
    sudo add-apt-repository ppa:mgrocock/openssl
    On Ubuntu 16.04 based systems:
    sudo add-apt-repository ppa:carsten-uppenbrink-net/openssl

    I’m a game developer, can I publish my game on Lutris?

    You can create a page for your game and submit an installer for it but as of now there aren’t any special features for game developers. We do have some plans to add a game developer role to the website, you can follow its development on Github.

    What is the Lutris runtime?

    The Lutris runtime is a collection of libraries we automatically provide to ensure compatibility with all games and runners over all Linux distributions. The runtime itself is composed of parts of the Steam runtime, some Ubuntu 16.04 libraries and a few extra libraries from various places.

    Of course, ensuring binary compatibility over all existing Linux distributions is not an easy task and sometimes issues will arise. If such a thing happens, try disabling the runtime in the system options of your game. For more details on the runtime, see the wiki.

    Game [x] crashes, what should I do?

    First run Lutris from a command line to see potential errors from the game. If you see errors related to Linux libraries, try running the game with the runtime disabled. If disabling the runtime fixes the issue, please, notify the developers, we don’t want to ship a broken runtime and your input can help in fixing it.

    If your game still doesn’t launch try collecting as much info about your setup (name of the game, your graphics drivers, Linux distribution, hardware setup, desktop environment, etc.) and explain your issue to the community.

    If you want to troubleshoot the issue yourself, there are some good resources you can look into. Start by looking up the game on PCGamingWiki. You might run into a known problem and they might have a workaround.

    If you are trying to run a Windows game, also check out WineHQ’s AppDB or look for issues other Windows users are running into, in the Steam forums for example.

    Clicking «Install» on the website’s games doesn’t do anything.

    Some distributions do not configure URL handlers correctly, this is not an issue with Lutris, the same thing will happen with, for example, the Steam client.

    To fix this issue, you can set network.protocol-handler.expose-all to False in Firefox’s about:config. With that flag disabled, you will now see a pop-up when clicking «Install», prompting you to choose a program to open the URL with. It is recommended you use /usr/bin/xdg-open to handle lutris:
    (or steam:) urls.

    Runners

    What is a «Runner»?

    A «runner» is the term we use to refer to programs that can run games, it can be Linux itself, Wine, DOSBox, MAME, gzdoom, … Runners are recognized as such in Lutris itself, not all programs that run games are considered runners. For example Darkplaces, the open source engine for Quake, is not a runner but gzdoom is. Usually, programs become runners if they can run a variety of games, not just one or two.

    Wine games

    Wine is broken / I have dependency issues.

    While Lutris can use a wide selection of Wine builds that we provide ourselves, it is strongly encouraged to have Wine installed from your operating system’s package manager. This ensures that all required Wine dependencies are present on the system and will produce better results when using Lutris builds.

    Some game requires a custom patch to work properly.

    Lutris provides custom builds of wine to increase the number of playable games. If there are patches out there that makes some game playable and we do not distribute them, you can ask us to build it.

    In order to build a patched version of Wine, we currently need a git repository containing the fully patched source tree of Wine. If your patches rely on Wine Staging, make sure to apply those as well. Once you have patched Wine you can push it to a git repository of your choice and notify the moderation team so we can publish the build.

    How do I change the Wine version used in a game?

    If you already have a version of Wine installed, you should see a Wine entry on the sidebar, you can right click on it then select «Manage versions». From there you can install or remove any Wine build we provide. The wine versions are downloaded to

    The resolution is messed up how can I fix that?

    Resolution switching for Wine games heavily depends on your hardware and your desktop environment as well as the game itself.

    If you are experiencing issues, try using a virtual desktop in the Wine runner options then start the game and set it to use your monitor’s native resolution. Once the game is using your native resolution, you should be able to turn off the virtual desktop.

    I get winemenubuilder.exe errors in the console output

    You shouldn’t worry about those. We explicitly disable winemenubuilder at runtime so it doesn’t mess with your Linux desktop’s file type associations. Any error related to winemenubuilder can be safely ignored.

    I’m just here for Overwatch, don’t care about anything else

    Please refer to the following article on the Github wiki.

    Источник

    Lutris

    Lutris — игровой клиент, который позволяет устанавливать и запускать нативные и Windows игры в Linux. Не является коммерческим сервисом. Предоставляет удобный способ для запуска игр внутри Linux.

    Программа представляет собой игровой клиент. Позволяет объединить в одном приложении игры из различных источников. Например, можно импортировать игры, которые были приобретены и загружены в Steam. Lutris не копирует игры, а только обеспечивает их запуск.

    Программа создает для каждой игры оптимальные настройки и соответствующие скрипты, которые позволяют запускать, как Windows игры, так и нативные Linux игры. Для запуска используются сторонние компоненты, например, Wine или DosBox.

    Возможности

    • Поддерживает запуск игр из Steam, GOG, Battle.net, Origin, Uplay и другие. Для доступа к играм с других сервисов их необходимо импортировать в программе.
    • Lutris создает для каждой игры специальные скрипты с оптимальными настройками, которые позволяют устанавливать и запускать данную игру в Linux.
    • Lutris использует Wine, Dosbox, RetroArch и другие компоненты для запуска игр. Такие компоненты в Lutris называются «ранерами» — runners.
    • Позволяет создавать ярлыки в главном меню и на рабочем столе для запуска конкретных игр.

    Установка

    В некоторых дистрибутивах Linux программа доступна в штатных репозиториях. Для установки необходимо выполнить установку пакета lutris.

    Установка в Ubuntu через PPA-репозиторий

    Для установки в Ubuntu (Linux Mint, Elementary OS, Pop!_OS) можно воспользоваться PPA репозиторием.

    Источник

    Читайте также:  Формат киностудия windows live для windows
Оцените статью