System information tool written in gambas3, python, bash
Go to file
eloaders f0c89d9638 7.0.0
Remove Adfly
Fixes in detection of GPU ChkPrm
Fix About license position
Add report-ng code to screenfetch. Print all data to one file as JSON
format
Fuck yeah :)
Some ASOUND Fixes
Speed up Drives detection
Update Autotools
Remove Old CPU Logos. Remove Global class and move GPU Logos to
Finfosys.class
Update AMD Database
Update Intel Database
Not print Raw EDID in logfile
Replace ' to \"
Remove Break if CPU has found And print help log.
Update Atom Database
Update AMD Database
Update Intel Database
Link /usr/bin/i-nex.gambas to /usr/bin/i-nex
Fix Bug. Detect AMD APU As Sempron :)
Fix opacity
Fix Thermal Zone in IDB D425KT
Add ipinfo.io GUI to Network card
Update Kubuntu & OpenSUSE stickers
2014-06-23 18:45:51 +02:00
JSON Fix Phisical = remove. Add number of processes 2014-06-02 15:54:53 +02:00
Scripts Link /usr/bin/i-nex.gambas to /usr/bin/i-nex 2014-06-22 15:17:02 +02:00
changelogs 7.0.0 2014-06-23 18:45:51 +02:00
debian 7.0.0 2014-06-23 18:45:51 +02:00
dists 7.0.0 2014-06-23 18:45:51 +02:00
docs More standards 2014-02-09 13:46:55 +01:00
manpages Use Wildcards fo install manpages and pastebinit conf files 2014-02-23 14:31:12 +01:00
pastebin.d Add pastebin.mate-desktop.org to Pastebinit configs 2014-06-11 14:48:44 +02:00
pixmaps Fix pixmaps 2014-01-30 03:02:40 +01:00
src 7.0.0 2014-06-23 18:45:51 +02:00
.bzrignore Add the request of the Hebrew translators, remove the he.po file and add it to the ignore list. 2012-02-15 10:11:12 -05:00
.gitmodules Add libcpuid 2014-02-05 20:13:24 +01:00
Makefile Link /usr/bin/i-nex.gambas to /usr/bin/i-nex 2014-06-22 15:17:02 +02:00
Makeself.mk More standards 2014-02-09 13:46:55 +01:00
README.md add window screenshot 2014-02-24 04:34:54 +01:00
build-deb Fix build-deb to get current revision 2013-12-23 00:07:29 +01:00
build-selfexecutable remove commented lines 2013-12-27 15:25:26 +01:00
i-nex.mk Fix prefix bindir 2014-02-11 02:25:31 +01:00
install-self Make self detect kdesu, kdesudo, gksu 2013-10-25 13:42:20 +00:00
install-self-inex Add More standards for I-Nex 2014-02-06 19:22:16 +01:00
makeself-header.sh Update makeself to 2.2.0 2013-12-22 14:17:20 +01:00
makeself.1 Add to makefile: make self 2013-10-22 01:08:56 +02:00
makeself.lsm More standards 2014-02-09 13:46:55 +01:00
makeself.sh Update makeself to 2.2.0 2013-12-22 14:17:20 +01:00
pastebinit Update Pastebinit to 1.4 2014-06-11 14:49:27 +02:00
pastebinit.xml Update Pastebinit to 1.4 2014-06-11 14:49:27 +02:00
release.conf Downgrade pastebinit script 2012-12-14 11:25:53 +01:00
requirements.md Add Wymagania odnośnie bibliotek 2014-02-09 15:41:23 +01:00

README.md

I-Nex: System and Hardware information tool

logo okno

I-Nex jest aplikacją Open Source, która wyświetla informacje o podzespołach komputera jak i samym systemie operacyjnym.

  • Wyświetla informacje w przyjaznej formie, opartej na kartach.
  • Potrafi tworzyć zrzut aktywnej karty i zapisywać w formacie JPG lub PNG.
  • Pozwala wybierać poziom kompresji zapisywanego zdjęcia.
  • Potrafi tworzyć raport z zakładek i zapisuje je w formacie raw txt.
  • Pozwala wybrać, co dokładnie ma zawrzeć w raporcie.
  • Potrafi wysłać wygenerowany raport na ponad 10 serwisów nopaste.
  • Zapamiętuje pozycję na akranie oraz pozwala na ustwienie położenia kart.

Strony

Testowany na

Wymagania odnośnie bibliotek

  • Gambas3
    • gambas3-runtime (>= 3.5.0)
    • gambas3-gb-image (>= 3.5.0)
    • gambas3-gb-qt4 (>= 3.5.0)
    • gambas3-gb-form (>= 3.5.0)
    • gambas3-gb-desktop (>= 3.5.0)
    • gambas3-gb-form-stock (>= 3.5.0)
  • libc6
  • libcpuid
  • libx11 libxext libgl1-mesa libglu1-mesa
    • libX11
    • libGL
    • libxcb
    • libdl
    • libglapi
    • libXext
    • libXdamage
    • libXfixes
    • libX11-xc
    • libxcb-glx
    • libxcb-dri2
    • libXxf86vm
    • libpthread
    • libXau
  • libprocps
    • libprocps3 | libprocps0 | libproc

** Więcej informacji w requirements doc

Kompilacja

Ubuntu

Dodanie repozytoriów:

sudo add-apt-repository ppa:nemh/gambas3
sudo add-apt-repository ppa:i-nex-development-team/libcpuid11

Instalacja zależności potrzebnych do kompilacji:

sudo apt-get install debhelper devscripts
sudo apt-get install python python-all python-dev python-all-dev pkg-config dpkg-dev 
sudo apt-get install libcpuid11-dev lsb-release libprocps3-dev libprocps0-dev libproc-dev 
sudo apt-get install libx11-dev libxext-dev libgl1-mesa-dev libglu1-mesa-dev 
sudo apt-get install gambas3-dev gambas3-gb-image gambas3-gb-qt4 gambas3-gb-form gambas3-gb-desktop gambas3-gb-form-stock
sudo apt-get install imagemagick
sudo apt-get install git

Pobieranie źródeł:

git clone https://github.com/eloaders/I-Nex.git

Budowanie pakietu deb:

cd ./I-Nex
fakeroot debian/rules build 
fakeroot debian/rules binary
cd ..
sudo dpkg -i ./i-nex*.deb

Please report all bugs on the official forum of the project.

Forum does not require confirmation of email address.

Enables login by OpenID.

Report Bug