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>
This commit is contained in:
Marcin Ślusarz 2020-08-17 11:55:29 +02:00 committed by Marge Bot
parent b553c7dd96
commit e5bac3c669
1 changed files with 1 additions and 1 deletions

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