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
3 changed files with 10 additions and 19 deletions
Showing only changes of commit 70dd4eb4a6 - Show all commits

View File

@ -2,27 +2,18 @@
## Operating System ## Operating System
To collect operating system information, open the Windows settings app, Click on the search icon on the task bar, then search for and open `dxdiag`.
and navigate to the `System > About` page. Here you will find the operating
system information you need. They are:
- System Type (E.g. x64 or ARM64) A DirectX Diagnostic Tool window will open. You will find the operating system
- Windows Editon (E.g. Windows 10, Windows 11) version visible in the `System` tab. Copy it onto your bug report form like this:
- OS Build `Windows 11 Home 64-bit (1.0, Build 22631)`.
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 ## Graphics Card
To collect information about your graphics card, right click a empty spot on With `dxdiag`, navigate to the `Display` or `Render` tab and you will find
your task bar and select `Task Manager`. In the window that appears, the `Device name` and `Driver version` of your graphics card.
expand it to show more details, and go to the `Performance` tab.
In the performance tab you should find one or more `GPUs` in the collum on
the left. Click on them, and you will find the graphics card name
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: Combine these details together and share them in your bug report form like this:
`NVIDIA GeForce RTX 4090 - Driver 31.0.15.5186` `NVIDIA GeForce RTX 4090 - Driver 31.0.15.5186`