User Tools

Site Tools


config:lutris

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config:lutris [2020/08/30 23:32] Wulf Rajekconfig:lutris [2023/05/29 11:55] (current) – external edit 127.0.0.1
Line 31: Line 31:
 </code> </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 52: Line 54:
  
 https://www.reddit.com/r/linux_gaming/comments/g774us/how_to_set_up_ubuntu_2004_for_gaming_tutorial/ 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.1598826754.txt.gz · Last modified: 2023/05/29 11:53 (external edit)