From 0ba511aeb3d672a952d08c35bf83f9d5654e7a47 Mon Sep 17 00:00:00 2001 From: Joe Hermaszewski Date: Sat, 7 Apr 2018 16:02:18 +0800 Subject: [PATCH] Add mesa-vulkan-drivers step to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d7389cc..4f532a5 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,8 @@ OpenGL version string: 4.6.0 NVIDIA 390.25 Another example (on an XPS 9560 with the Intel GPU selected): ```bash +$ sudo apt install mesa-vulkan-drivers +... $ nixVulkanIntel $(nix-build '' --no-out-link -A vulkan-loader)/bin/vulkaninfo | grep VkPhysicalDeviceProperties -A 7 VkPhysicalDeviceProperties: ===========================