User Tools

Site Tools


config:lutris

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
config:lutris [2020/08/30 21:29] – created Wulf Rajekconfig:lutris [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 7: Line 7:
 https://lutris.net/ https://lutris.net/
  
 +First install Wine and then download Lutris from its website.
 +https://itsfoss.com/wine-5-release/
 +https://lutris.net/downloads/
 +
 +Latest Develop Wine 5.16 for Linux Mint 20:
 +<code>
 +sudo dpkg --add-architecture i386
 +wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add -
 +sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ focal main'
 +#sudo add-apt-repository ppa:cybermax-dexter/sdl2-backport
 +sudo apt update && sudo apt install --install-recommends winehq-devel
 +sudo apt-get install libgnutls30:i386 libldap-2.4-2:i386 libgpg-error0:i386 libxml2:i386 libasound2-plugins:i386 libsdl2-2.0-0:i386 libfreetype6:i386 libdbus-1-3:i386 libsqlite3-0:i386
 +</code>
 +
 +<code>
 +sudo apt install meson libsystemd-dev pkg-config ninja-build git libdbus-1-dev libsystemd-dev:i386 libdbus-1-dev:i386 gcc-multilib
 +sudo apt install dbus-user-session
 +
 +#For AMD/Intel GPU
 +sudo dpkg --add-architecture i386
 +sudo apt-get install libgl1-mesa-dri:i386
 +sudo apt-get install mesa-vulkan-drivers mesa-vulkan-drivers:i386
 +</code>
 +
 +#Note ubuntu package PPA not available any longer, install debian 11 for ubuntu/mint.
 <code> <code>
-sudo add-apt-repository ppa:lutris-team/lutris+echo "deb https://download.opensuse.org/repositories/home:/strycore/Debian_11/ ./" | sudo tee /etc/apt/sources.list.d/lutris.list 
 +wget -q https://download.opensuse.org/repositories/home:/strycore/Debian_11/Release.key -O- | sudo tee /etc/apt/trusted.gpg.d/lutris.asc
 sudo apt update sudo apt update
 sudo apt install lutris sudo apt install lutris
Line 15: Line 41:
 ===== Epic Games Store for Linux ===== ===== Epic Games Store for Linux =====
  
-To install Epic Games Store on your Linux system, make sure that you have Lutris installed with its pre-requisites Wine and Python 3. +Launch Lutris.
-First install Wine and then download Lutris from its website. +
-https://itsfoss.com/install-latest-wine/ +
-https://lutris.net/downloads/ +
- +
-Installing Epic Games Store +
- +
-Once the installation of Lutris is successful, simply launch it.+
  
 Locale error may pop up when launching from console (and nothing happens launching from GUI). Solution would be to set locale before launching Lutris: Locale error may pop up when launching from console (and nothing happens launching from GUI). Solution would be to set locale before launching Lutris:
Line 31: Line 50:
 Once that is done, simply launch it and search for “Epic Games Store”. Launch it and log in to your account to get started. Once that is done, simply launch it and search for “Epic Games Store”. Launch it and log in to your account to get started.
 https://lutris.net/games/epic-games-store/ https://lutris.net/games/epic-games-store/
 +
 +===== general linux gaming =====
 +
 +https://www.reddit.com/r/linux_gaming/comments/g774us/how_to_set_up_ubuntu_2004_for_gaming_tutorial/
 +
 +===== Info =====
 +
 +Win10 Guest in Virtualbox
 +Graphical glitches with VBoxSVGA + 3D acceleration -> Win10 Settings colours, turn off transparency effects
 +
 +INTEL-MESA: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0
 +
 +sysctl -w dev.i915.perf_stream_paranoid=0
 +This command makes a temporary change that is lost after reboot. To make a permanent change, enter:
 +echo dev.i915.perf_stream_paranoid=0 > /etc/sysctl.d/60-mdapi.conf
  
config/lutris.1598819362.txt.gz · Last modified: 2023/05/29 11:53 (external edit)