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
18 changed files with 16 additions and 16 deletions
Showing only changes of commit 0b41d1673d - Show all commits

View File

@ -14,26 +14,26 @@ in the bug report form like this:
Run `uname -r` in a terminal.
![](../../../images/linux_get_os_info_kernel.jpg)
![](./images/linux_get_os_info_kernel.jpg)
#### CPU Architecture
Run `lscpu | grep Architecture` in a terminal.
![](../../../images/linux_get_os_info_architecture.jpg)
![](./images/linux_get_os_info_architecture.jpg)
#### glibc
Run `ldd --version` in a terminal and extract the glibc version from the
first line of the output.
![](../../../images/linux_get_os_info_glibc.jpg)
![](./images/linux_get_os_info_glibc.jpg)
#### Display Server
Run `echo $XDG_SESSION_TYPE` in a terminal.
![](../../../images/linux_get_os_info_display_server.jpg)
![](./images/linux_get_os_info_display_server.jpg)
## Graphics Card
Alaska marked this conversation as resolved Outdated

Maybe just mention both? (pointing out the advantage of glxinfo if available)

Maybe just mention both? (pointing out the advantage of `glxinfo` if available)
@ -46,7 +46,7 @@ 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
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:
`AMD Radeon RX 7800XT - Driver Mesa 24.1.0-devel`
`AMD Radeon RX 7800XT radeonsi - Mesa 24.1.0-devel`
TODO: Add image
@ -68,7 +68,7 @@ share it on your bug reporting form like this: `Blender 4.1.1`
Navigate to where Blender is installed and run `/path/to/blender --verison`
in a terminal. The Blender version can be found in the first line of the output.
![](../../../images/linux_get_blender_version.jpg)
![](./images/linux_get_blender_version.jpg)
### Downloaded from Steam
@ -85,4 +85,4 @@ TODO: Add image?
Open a terminal and run `snap list | grep blender`. In the output you will find
Blender with a version numbder listed beside it.
![](../../../images/linux_get_blender_version_snap.jpg)
![](./images/linux_get_blender_version_snap.jpg)

View File

@ -7,7 +7,7 @@ your macOS version beside the field `macOS`.
Share the information on the report form like this: `macOS 14.4.1`
![](../../../images/macOS_get_os_version.jpg)
![](./images/macOS_get_os_version.jpg)
## Graphics Card
@ -19,7 +19,7 @@ app. You will be find your graphics card information in the section
Combine these two details together and share them in your bug report form
like this: `Apple M1 Pro - Metal 3`
![](../../../images/macOS_get_gpu_info.jpg)
![](./images/macOS_get_gpu_info.jpg)
## Blender Version
@ -31,7 +31,7 @@ share it on your bug reporting form like this: `Blender 4.1.1`
Navigate to where Blender is installed and right click on it and select `Get Info`.
You will find the Blender version number in the field `General > Version`.
![](../../../images/macOS_get_blender_version.jpg)
![](./images/macOS_get_blender_version.jpg)
### Downloaded from Steam
@ -40,4 +40,4 @@ Open Steam, right click on Blender and select the option
Blender is installed. Right click on Blender and select `Get Info`.
You will find the Blender version number in the field `General > Version`.
![](../../../images/macos_get_blender_version_steam.jpg)
![](./images/macOS_get_blender_version_steam.jpg)

View File

@ -13,7 +13,7 @@ system information you need. They are:
Combine these details together and share them in the bug report form like this:
`Windows 11 22631.3447 x64`
![](../../../images/windows_get_os_version.jpg)
![](./images/windows_get_os_version.jpg)
## Graphics Card
@ -27,7 +27,7 @@ in the top right and the driver version in the bottom right.
Combine these details together and share them in your bug report form like this:
`NVIDIA GeForce RTX 4090 - Driver 31.0.15.5186`
![](../../../images/windows_get_gpu_info.jpg)
![](./images/windows_get_gpu_info.jpg)
## Blender Version
@ -41,7 +41,7 @@ and select the `Properties` option. In the new window that appears, select
the `Details` tab and you will find the Blender version in the field
called `File Version`.
![](../../../images/windows_get_blender_version.jpg)
![](./images/windows_get_blender_version.jpg)
### Downloaded from Steam
@ -51,7 +51,7 @@ Blender is installed. Right click on the file `blender.exe` and select
the `Properties` option. In the new window that appears, select the `Details`
tab and you will find the Blender version in the field called `File Version`.
![](../../../images/windows_get_blender_version_steam.jpg)
![](./images/windows_get_blender_version_steam.jpg)
### Downloaded from Microsoft Store
@ -60,4 +60,4 @@ Once you've found it, right click on Blender and select `More > App Settings`.
The settings app will open and you will find the Blender version in the section
`Specifications` with in the field `Version`.
![](../../../images/windows_get_blender_version_microsoft_store.jpg)
![](./images/windows_get_blender_version_microsoft_store.jpg)