Posts

Showing posts from September, 2019

Borderlands 3 + Epic Games Store + Lutris

This worked well on machines (Xubuntu 18.04.3) with discrete GPUs.  Could not figure out why my Dell G7 would not use the Nvidia GPU.  Turns out the whole thing was because  I had secure boot enabled and the nvidia driver couldn't be loaded with it enabled. # set nvidia driver 430 # sudo apt-get -y update; sudo apt-get -y dist-upgrade; sudo apt-get -y autoremove; sudo apt-get -y autoclean  ##UPDATE sudo dpkg --add-architecture i386 sudo apt update sudo add-apt-repository ppa:lutris-team/lutris sudo apt-get update sudo apt-get install lutris --install-suggests sudo init 6; exit sudo apt install libvulkan1 libvulkan1:i386 wget -nc https://dl.winehq.org/wine-builds/winehq.key sudo apt-key add winehq.key sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main' sudo apt-get update sudo apt-get install --install-recommends winehq-stable sudo apt-get install libgnutls30:i386 libldap-2.4-2:i386 libgpg-error0:i386 libxml2:i386 libasound