Mesa (master): gitlab: ask for more detailed info about GPU

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 20 11:57:02 UTC 2020


Module: Mesa
Branch: master
Commit: e5bac3c669c1773ce8dbfeff271e7d7d444a39bc
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e5bac3c669c1773ce8dbfeff271e7d7d444a39bc

Author: Marcin Ślusarz <marcin.slusarz at intel.com>
Date:   Mon Aug 17 11:55:29 2020 +0200

gitlab: ask for more detailed info about GPU

PCIID is only printed by lspci/lshw on demand.

Signed-off-by: Marcin Ślusarz <marcin.slusarz at intel.com>
Reviewed-by: Rhys Perry <pendingchaos02 at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6345>

---

 .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`)



More information about the mesa-commit mailing list