HorlogeSkynet / archey4

:computer: Maintained fork of the original Archey (Linux) system tool
https://git.io/archey4
GNU General Public License v3.0
295 stars 37 forks source link

[GPU] Adds support for multiple GPUs (and fixes their display order) #71

Closed HorlogeSkynet closed 4 years ago

HorlogeSkynet commented 4 years ago

Closes #61.

Description

GPUs were not following 3D > VGA > Display order (poor implementation), and only one was displayed. This should be fixed now.

Reason and / or context

See #61.

How has this been tested ?

Test cases.

Types of changes :

Checklist :

HorlogeSkynet commented 4 years ago

So did I ! Entry.output became a problem when overridden by child classes. I've tried a work-around, tell me what you think about that !

HorlogeSkynet commented 4 years ago

Actually, I wanted to merge #70 before this one, and then rebase those commits on top of master. But no problem, we'll be simply doing it the other way.