Auteur Sujet: This PC  (Lu 4279 fois)

0 Membres et 1 Invité sur ce sujet

konaexpress

  • Invité
This PC
« le: 20 mars 2013 à 02:32:32 »
This is a little Python app that I am working on for users that don't use Conky and don't know how to find out whats in there computer. It will be useless to you guys but is a programming exercise for me anyway. Besides, it will look cool in a transparent terminal when I am done with it.


This PC screen shot by The Kona Express, on Flickr

Hors ligne melodie

  • Administrateur
  • Membre Héroïque
  • *****
  • Messages: 1774
    • Citrotux
Re : This PC
« Réponse #1 le: 20 mars 2013 à 02:35:40 »
This is nice! Do you think you could add a few main infos ? (GPU, sound card, for instance ?)

Good leaders being scarce, following yourself is allowed.

konaexpress

  • Invité
Re : Re : This PC
« Réponse #2 le: 20 mars 2013 à 03:18:25 »
This is nice! Do you think you could add a few main infos ? (GPU, sound card, for instance ?)

As long as I can find a terminal command for it. Like putting "uname -r" in a terminal and getting the kernel version for linux. I can put in wifi card too if that would help new users any.

If they need a lot of info then they should install hardinfo from the repos but I thought this would be small and cool looking.

Hors ligne melodie

  • Administrateur
  • Membre Héroïque
  • *****
  • Messages: 1774
    • Citrotux
Re : This PC
« Réponse #3 le: 20 mars 2013 à 04:20:20 »
Hi,

A few which we always need to help people better on forums:
Citer
$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 943/940GML Express Integrated Graphics Controller (rev 03)

Citer
$ lspci | grep Ethernet
02:00.0 Ethernet controller: Intel Corporation 82573L Gigabit Ethernet Controller
03:00.0 Ethernet controller: Atheros Communications Inc. AR5212 802.11abg NIC (rev 01)

Citer
$ lspci | grep Audio
00:1b.0 Audio device: Intel Corporation NM10/ICH7 Family High Definition Audio Controller (rev 02)

Someone might find ideas to make the output shorter, keeping only the main information (ie : "Intel Corporation NM10/ICH7" for Audio).

Good leaders being scarce, following yourself is allowed.