You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graphics.displays return :
Case 1: Two monitors are attached ( one laptop + 1 external monitor ) - in system settings they are set on 'EXTEND' -> systeminformation.graphics.diplays returns an array with 2 elements matching the number of physical screens - Correct
Case 2: Two monitors are attached ( one laptop + 1 external monitor ) - in system settings they are set on 'DUPLICATE' -> systeminformation.graphics.diplays returns an array with 1 element, NOT matching the number of physical screens - Wrong
To Reproduce
Steps to reproduce the behavior:
Having the package installed open the terminal/cmd
Add a second monitor
Set the second moitor as Duplicate in system display settings
Open cmd and run npx systeminformation
See output: systeminformation.graphics.diplays - array with one element
Current Output
If 2 screens are in duplicate mode - systeminformation.graphics.diplays returns only element array with info for the main screen
Expected behavior
If 2 screens are available - systeminformation.graphics.diplays to return 2 element array, regardless of the mode the screens are in - duplicate or extend
Environment (please complete the following information):
Platform : Windows
Distro : Microsoft Windows 11 Pro
Release : 10.0.22631
Codename :
Kernel : 10.0.22631
Arch : x64
Hostname : SVROLP01888
Codepage : 437
Build : 22631
Hypervisor : true
RemoteSession :
System:
──────────────────────────────────────────────────────────────────────────────────────────
Manufacturer : Dell Inc.
Model : G5 5590
Version :
Virtual :
Describe the bug
Graphics.displays return :
Case 1: Two monitors are attached ( one laptop + 1 external monitor ) - in system settings they are set on 'EXTEND' -> systeminformation.graphics.diplays returns an array with 2 elements matching the number of physical screens - Correct
Case 2: Two monitors are attached ( one laptop + 1 external monitor ) - in system settings they are set on 'DUPLICATE' -> systeminformation.graphics.diplays returns an array with 1 element, NOT matching the number of physical screens - Wrong
To Reproduce
Steps to reproduce the behavior:
Current Output
If 2 screens are in duplicate mode - systeminformation.graphics.diplays returns only element array with info for the main screen
Expected behavior
If 2 screens are available - systeminformation.graphics.diplays to return 2 element array, regardless of the mode the screens are in - duplicate or extend
Environment (please complete the following information):
Platform : Windows
Distro : Microsoft Windows 11 Pro
Release : 10.0.22631
Codename :
Kernel : 10.0.22631
Arch : x64
Hostname : SVROLP01888
Codepage : 437
Build : 22631
Hypervisor : true
RemoteSession :
System:
──────────────────────────────────────────────────────────────────────────────────────────
Manufacturer : Dell Inc.
Model : G5 5590
Version :
Virtual :
CPU:
──────────────────────────────────────────────────────────────────────────────────────────
Manufacturer : Intel
Brand : Core™ i7-9750H
Family : 6
Model : 158
Stepping : 10
Speed : 2.6
Cores : 12
PhysicalCores : 6
PerformanceCores : 12
EfficiencyCores :
Processors : 1
Socket : BGA1440
Additional context
The issue was reploducible as well on MacBook Pro 2021-Apple M1 Pro - macOs: Sonoma 14.7
The text was updated successfully, but these errors were encountered: