Add guides on how to manually collect bug report system information #58

Merged
Alaska merged 39 commits from Alaska/blender-developer-docs:manual-system-information into main 2024-08-07 14:17:21 +02:00
4 changed files with 16 additions and 7 deletions
Showing only changes of commit 0eccd530a0 - Show all commits

Binary file not shown.

Binary file not shown.

View File

@ -3,7 +3,7 @@
## Operating System ## Operating System
We need to collect a few pieces of information for the Operating System information We need to collect a few pieces of information for the Operating System information
field. They are Linux kernel version, CPU architecture, glibc version, field. They are the Linux kernel version, CPU architecture, glibc version,
and display server type. and display server type.
Follow the steps below to collect the information and combine them together Follow the steps below to collect the information and combine them together
@ -46,17 +46,17 @@ Run `glxinfo -B` in a terminal (you may need to install glxinfo from your
package manager). This will provide you with the GPU name, driver type, and package manager). This will provide you with the GPU name, driver type, and
driver version of the display GPU (the GPU usually used by Blender). driver version of the display GPU (the GPU usually used by Blender).
Combine these details together and include them on your bug report form like this: Combine these details together and include them on your bug report form like this:
`AMD Radeon RX 7800XT radeonsi - Mesa 24.1.0-devel` `AMD Radeon RX 7800XT - Mesa 24.1.0-devel`
TODO: Add image ![](./images/linux_get_gpu_info_glxinfo.jpg)
#### lspci #### lspci
Run `lspci -k | grep -EA3 'VGA|3D|Display` in a terminal. Run `lspci -k | grep -EA3 'VGA|3D|Display` in a terminal.
This will tell you which graphics cards you have. Collect the GPU name This will tell you which graphics cards you have. Copy the GPU name
and include it on your bug report form like this: `Radeon RX 7700 XT / 7800 XT` and include it on your bug report form like this: `AMD Radeon RX 7700 XT / 7800 XT`
TODO: Add Image ![](./images/linux_get_gpu_info_lspci.jpg)
## Blender Version ## Blender Version
@ -78,7 +78,7 @@ to where Blender is installed. Open a terminal and run
`/path/to/blender --verison`. The Blender version can be found in the first line `/path/to/blender --verison`. The Blender version can be found in the first line
of the output. of the output.
TODO: Add image? ![](./images/linux_get_blender_version_steam.jpg)
### Downloaded from snap ### Downloaded from snap