elementary / switchboard-plug-about

Switchboard System Plug
GNU General Public License v3.0
25 stars 17 forks source link

Memory type and speed #59

Open ghost opened 6 years ago

ghost commented 6 years ago

More memory information would be nice:

It's useful to know this info, specially when you are upgrading your RAM.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/61472787-memory-type-and-speed?utm_campaign=plugin&utm_content=tracker%2F60555484&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F60555484&utm_medium=issues&utm_source=github).
marcelogdeandrade commented 6 years ago

I can do this.

On /dev/meminfo file, you can't find these specific informations.

Running $ dmidecode -t 17, it is possible to get it.

I'm trying to find the file responsible on holding these informations and I'll try to help you.