What happened?
The radeon is not recognized in the gpus, this is because it is not labeled as VGA nor as 3D.
With the following command I could get it:
> lspci | grep -E '(VGA|3D|Display controller)'
c4:00.0 Display controller: Advanced Micro Devices, Inc. [AMD/ATI] Strix Halo [Radeon Graphics / Radeon 8050S Graphics / Radeon 8060S Graphics] (rev c1)
You can probably safely change it in HardwareHelper.cs
|
var output = RunBashCommand("lspci | grep -E '(VGA|3D)'"); |
Steps to reproduce
No response
Relevant logs
Version
2.15.7-1
What Operating System are you using?
Linux
What happened?
The radeon is not recognized in the gpus, this is because it is not labeled as VGA nor as 3D.
With the following command I could get it:
You can probably safely change it in HardwareHelper.cs
StabilityMatrix/StabilityMatrix.Core/Helper/HardwareInfo/HardwareHelper.cs
Line 73 in 9934870
Steps to reproduce
No response
Relevant logs
Version
2.15.7-1
What Operating System are you using?
Linux