3

How can I find the maximum resolution, processor type and RAM capacity of my device in Maemo?

Michael Mrozek
  • 91,316
  • 38
  • 238
  • 232
oneat
  • 1,022
  • 3
  • 12
  • 20

2 Answers2

4

It's a full linux system, so in an xterm you can:

# cat /proc/cpuinfo
# cat /proc/meminfo

For the resolution, it's 800x480. But xdpyinfo doesn't exist on the system so I think you need to look in the X log file to get it.

Wes Hardaker
  • 1,756
  • 11
  • 8
2

You might want to check out Conky. It's a really nice and useful system metrics vizualisation app for Maemo.

Conky 1.8.1 screen
(source: mynokian900.com)

zarkdav
  • 358
  • 1
  • 3