From e5bac3c669c1773ce8dbfeff271e7d7d444a39bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marcin=20=C5=9Alusarz?= Date: Mon, 17 Aug 2020 11:55:29 +0200 Subject: [PATCH] gitlab: ask for more detailed info about GPU MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit PCIID is only printed by lspci/lshw on demand. Signed-off-by: Marcin Ślusarz Reviewed-by: Rhys Perry Part-of: --- .gitlab/issue_templates/Bug Report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/issue_templates/Bug Report.md b/.gitlab/issue_templates/Bug Report.md index df42c58afe6..9f6489230e3 100644 --- a/.gitlab/issue_templates/Bug Report.md +++ b/.gitlab/issue_templates/Bug Report.md @@ -16,7 +16,7 @@ Please post `inxi -GSC -xx` output ([fenced with triple backticks](https://docs. - OS: (`cat /etc/os-release | grep "NAME"`) -- GPU: (`lspci | grep VGA` or `lshw -C display`) +- GPU: (`lspci -nn | grep VGA` or `lshw -C display -numeric`) - Kernel version: (run `uname -a`) - Mesa version: (`glxinfo -B | grep "OpenGL version string"`) - Xserver version (if applicable): (`sudo X -version`) -- 2.30.2