Add guides on how to manually collect bug report system information #58
BIN
docs/handbook/bug_reports/making_good_bug_reports/images/linux_get_blender_version_steam.jpg
(Stored with Git LFS)
Normal file
BIN
docs/handbook/bug_reports/making_good_bug_reports/images/linux_get_blender_version_steam.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/handbook/bug_reports/making_good_bug_reports/images/linux_get_gpu_info_glxinfo.jpg
(Stored with Git LFS)
Normal file
BIN
docs/handbook/bug_reports/making_good_bug_reports/images/linux_get_gpu_info_glxinfo.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
docs/handbook/bug_reports/making_good_bug_reports/images/linux_get_gpu_info_lspci.jpg
(Stored with Git LFS)
Normal file
BIN
docs/handbook/bug_reports/making_good_bug_reports/images/linux_get_gpu_info_lspci.jpg
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user