summaryrefslogtreecommitdiff
path: root/.gitlab
diff options
context:
space:
mode:
authorMarcin Ślusarz <marcin.slusarz@intel.com>2020-08-17 11:55:29 +0200
committerMarge Bot <eric+marge@anholt.net>2020-08-20 11:56:19 +0000
commite5bac3c669c1773ce8dbfeff271e7d7d444a39bc (patch)
tree640bdcc157c505b9078c68a7f5c94849917793c4 /.gitlab
parentb553c7dd96af6f79b94cf1729c5e151e5b857e6b (diff)
gitlab: ask for more detailed info about GPU
PCIID is only printed by lspci/lshw on demand. Signed-off-by: Marcin Ślusarz <marcin.slusarz@intel.com> Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6345>
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Bug Report.md2
1 files changed, 1 insertions, 1 deletions
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`)