Skip to content

Commit

Permalink
Merge pull request #32 from ogimoj/patch-1
Browse files Browse the repository at this point in the history
Graphics performance issues - Nvidia
  • Loading branch information
Mhowser committed Sep 2, 2020
2 parents 6ff6ee2 + 534d633 commit 4894976
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,10 @@ If the game is running poorly, it might be using software rendering (identified

You should make sure to install the proper 32-bit graphic drivers for your hardware.

- For integrated graphics and most AMD GPUs - :code:`sudo apt-get install libegl1-mesa:i386 libegl1-mesa-drivers:i386`

For Nvidia users - :code:`sudo apt install lib32-nvidia-libgl`
- For integrated graphics and most AMD GPUs (and maybe Nvidia on nouveau) - :code:`sudo apt-get install libegl1-mesa:i386 libegl1-mesa-drivers:i386`
- For some Nvidia cards (eg. GeForce series), assuming proprietary driver is already installed, install the associated libnvidia-gl-xxx package (where xxx = driver version for your hardware). For example, if the nvidia-driver-390 metapackage is installed, then :code:`sudo apt-get install libnvidia-gl-390`.
=======

You may need to reinstall the proprietary drivers if you had installed them manually before.

Expand Down

0 comments on commit 4894976

Please sign in to comment.