Update PREREQS.md

This commit is contained in:
Pierre-Loup A. Griffais 2018-08-16 16:12:03 -07:00 committed by GitHub
parent 2009a985da
commit 6ada94091a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Linux users with NVIDIA graphics cards should install the latest NVIDIA propriet
``` ```
sudo add-apt-repository ppa:graphics-drivers/ppa sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update sudo apt update
sudo apt install nvidia-396 sudo apt install nvidia-driver-396
``` ```
Provide your user password when requested and reboot after the last command completes to ensure the driver has updated correctly.   Provide your user password when requested and reboot after the last command completes to ensure the driver has updated correctly.  
@ -25,6 +25,8 @@ Linux users with AMD or Intel graphics cards should install recent versions of M
sudo add-apt-repository ppa:paulo-miguel-dias/mesa sudo add-apt-repository ppa:paulo-miguel-dias/mesa
sudo apt update sudo apt update
sudo apt dist-upgrade sudo apt dist-upgrade
sudo apt install mesa-vulkan-drivers
sudo apt install mesa-vulkan-drivers:i386
``` ```
Provide your user password when requested and reboot after the last command completes to ensure the driver has updated correctly. Provide your user password when requested and reboot after the last command completes to ensure the driver has updated correctly.
@ -42,7 +44,7 @@ VR is not currently supported on Intel graphics.
# GRAPHICS DRIVERS REQUIREMENTS - GENERAL # GRAPHICS DRIVERS REQUIREMENTS - GENERAL
## DirectX 11 games: ## DirectX 11 games:
You will need NVIDIA 396.51 or Mesa 18.1.x at a minimum. LLVM7 is recommended to play DX11 games without GPU hangs. You will need NVIDIA 396.51 or Mesa 18.1.x at a minimum. LLVM7 or above is recommended to play DX11 games without GPU hangs.
# FD LIMIT REQUIREMENTS # FD LIMIT REQUIREMENTS