From da88cb83b029f2a4b8c36fcfe0fd45cc20857f31 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Tue, 29 Jan 2019 14:06:51 -0600 Subject: [PATCH] Update nvidia suggestions --- Requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Requirements.md b/Requirements.md index 76bbcc4..ab7fbf5 100644 --- a/Requirements.md +++ b/Requirements.md @@ -8,11 +8,11 @@ Some of the newest titles available on Linux with Steam Play require cutting-edg ## NVIDIA -Linux users with NVIDIA graphics cards should install the latest NVIDIA proprietary drivers; 396.54 or newer is required. They can be installed directly from Canonical's repository for third-party drivers: +Linux users with NVIDIA graphics cards should install the latest NVIDIA proprietary drivers; 415.22 or newer is required. They can be installed directly from Canonical's repository for third-party drivers: ``` sudo add-apt-repository ppa:graphics-drivers/ppa -sudo apt install nvidia-driver-396 +sudo apt install nvidia-graphics-drivers-415 ``` Provide your user password when requested and reboot after the last command completes to ensure the driver has updated correctly.