systeminformation: Graphics only returning vram for controller
Issue Type
- Bug
- Feature Request
- Question
Expected behavior
Graphics to return model
, vendor
, bus
and vramDynamic
.
Actual behavior
{
"graphics": {
"controllers": [
{
"vram": 8
}
],
"displays": []
}
}
Specifications
- package version:
3.52.2
- operating system:
Unraid 6.6.5
- hardware: Built in VGA on Dell R710.
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 22 (19 by maintainers)
@OmgImAlexis Unraid uses run level 3 normally unless you’re booted in to Desktop GUI mode. In that case it is in run level 4 using the Fluxbox windows manager.
Should work now. Version 4.0.0 published
@Onyx47 : found the problem! Fix (npm component) will be in V4.0 (official release in a couple of days). The GitHub repository is already fixed.
May I ask you to provide full output of
system_profiler SPDisplaysDataType
on your Mac (and with OS version you are running)as well as full output of
lspci -vvv 2>/dev/null
andxrandr --verbose 2>/dev/null
on your linux machine?Thank you in advance!
As I have another issue with graphics, I will have a closer look on this…