gitlab: ask for more detailed info about GPU
authorMarcin Ślusarz <marcin.slusarz@intel.com>
Mon, 17 Aug 2020 09:55:29 +0000 (11:55 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 20 Aug 2020 11:56:19 +0000 (11:56 +0000)
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>

.gitlab/issue_templates/Bug Report.md

index df42c58afe665b09ced5aa207c13a0dbf0fdd8b8..9f6489230e3f105c7de1239d9a2167aa294fb8bf 100644 (file)
@@ -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`)