Updated Requirements (markdown)

Łukasz Zmysło 2019-02-18 15:02:08 +01:00
parent 511d6f9314
commit 51371e99c4

@ -32,6 +32,14 @@ sudo apt dist-upgrade
sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386 sudo apt install mesa-vulkan-drivers mesa-vulkan-drivers:i386
``` ```
On Radeon R9 200/300 series you have to blacklist radeon module and add following parameters to amdgpu:
```
echo "blacklist radeon" | sudo tee --append /etc/modprobe.d/blacklist.conf
echo "options amdgpu si_support=1 cik_support=1" | sudo tee --append /etc/modprobe.d/amdgpu.conf
sudo update-initramfs -u
```
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.
VR is not currently supported on Intel graphics. VR is not currently supported on Intel graphics.
@ -48,6 +56,13 @@ https://github.com/ValveSoftware/SteamVR-for-Linux#amd
For best results, use the suggestions on the [DXVK driver support page](https://github.com/doitsujin/dxvk/wiki/Driver-support). You will need NVIDIA 396.54 or Mesa 18.1.x at a minimum. LLVM7 or above is recommended to play DX11 games without GPU hangs. For best results, use the suggestions on the [DXVK driver support page](https://github.com/doitsujin/dxvk/wiki/Driver-support). You will need NVIDIA 396.54 or Mesa 18.1.x at a minimum. LLVM7 or above is recommended to play DX11 games without GPU hangs.
## Core OpenGL games (DOOM 2016, Google Earth VR, Wolfenstein: The Old Blood, etc): ## Core OpenGL games (DOOM 2016, Google Earth VR, Wolfenstein: The Old Blood, etc):
AMD/Intel users will need Mesa 18.2.x at a minimum. AMD/Intel users will need Mesa 18.2.x at a minimum.
##Enable Vulkan on Radeon R9 2**/3** series.
On Radeon R9 200/300 series you have to blacklist radeon module and add following parameters to amdgpu:
```
echo "blacklist radeon" | sudo tee --append /etc/modprobe.d/blacklist.conf
echo "options amdgpu si_support=1 cik_support=1" | sudo tee --append /etc/modprobe.d/amdgpu.conf
sudo update-initramfs -u
```
# FD LIMIT REQUIREMENTS (systemd < 240) # FD LIMIT REQUIREMENTS (systemd < 240)