From 124a107173d30d2428bcba4647d876f82724bce0 Mon Sep 17 00:00:00 2001 From: lat9nq Date: Sat, 19 Sep 2020 21:29:32 -0400 Subject: [PATCH] Removed some redundant languaage, and specified which package to install for `glxinfo` --- Building-Mesa-on-Arch-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-Mesa-on-Arch-Linux.md b/Building-Mesa-on-Arch-Linux.md index 17b27c7..1dc5d29 100644 --- a/Building-Mesa-on-Arch-Linux.md +++ b/Building-Mesa-on-Arch-Linux.md @@ -51,7 +51,7 @@ MESA_WHICH_LLVM=3 makepkg -si Once it has finished building, it may ask for credentials again. `pacman` will ask to replace more packages. Press `y` and hit `ENTER` to allow it to replace these with `mesa-git`. Once `pacman` finishes installing it, `mesa-git` should be installed. Restart your machine to let all the changes take effect. ### Verify the Installation -To verify that the build was successful, run `glxinfo` in the terminal and watch the LLVM version in your renderer string: +To verify that the build was successful, install the `mesa-demos` package and run `glxinfo` in the terminal: ``` glxinfo | grep "OpenGL renderer" ```