mirror of
https://github.com/ValveSoftware/Proton.git
synced 2025-01-28 06:28:20 +03:00
Updated Requirements (markdown)
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)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user