From: Marcin Ślusarz Date: Mon, 17 Aug 2020 09:55:29 +0000 (+0200) Subject: gitlab: ask for more detailed info about GPU X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=commitdiff_plain;h=e5bac3c669c1773ce8dbfeff271e7d7d444a39bc gitlab: ask for more detailed info about GPU PCIID is only printed by lspci/lshw on demand. Signed-off-by: Marcin Ślusarz Reviewed-by: Rhys Perry Part-of: --- 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`)