
NVidia Device Monitor
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a simple NVidia Device Monitor. It displays card model, temperature and gpu's memory occupation.
Proprietary drivers are required.
Depends on KDE >= 4.8.
The tar file contains a separate folder with the plasma data engine only. I think it's useful for those who want to to write other plasmoids for the same purpose, maybe with a more polite interface. Data engine is written in c++, applet is written in QML.
(This is my first plasmoid, I hope it's useful.)
INSTALLATION:
extract the tar.gz file, then execute install-for-current-user.sh script or install-for-global.sh script.
otherwise:
mkdir build
cd build
1. install for global
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
make install (with root, use kdesu, sudo, su, anything you like)
kbuildsycoca4 (for refresh the list)
2. install for current user
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --localprefix` ..
make
make install
kbuildsycoca4 (for refresh the list)
8 years ago
0.1.2 (05/02/2012)
- Now it uses plasma theme font and color.
- Fixed aspect ratio issue on resize.
- Now it starts with smarter size.
0.1.1 (03/02/2012)
- Update packaging.
- Update installation script
0.1 (02/02/2012)
- first release
8 years ago
0.1.2 (05/02/2012)
- Now it uses plasma theme font and color.
- Fixed aspect ratio issue on resize.
- Now it starts with smarter size.
0.1.1 (03/02/2012)
- Update packaging.
- Update installation script
0.1 (02/02/2012)
- first release
cprog
4 years ago
Report
Tankafaire
6 years ago
I've the name, the temperature but not the memory: it says undefined/undefined
Who to fix it ?
Thanks
Report
Tankafaire
6 years ago
I've also added the speed fan and the driver version. A screen of the modified version is here:
http://www.hostingpics.net/viewer.php?id=784175plasmoid1.jpg
And this version can be downloaded here: (this is a french version, but possible to translate it)
https://www.dropbox.com/s/j9bfxhsp4q59jxv/NVidiaDeviceMonitor.tar.gz
Thanks to uomonero !
Report
lemmy04
7 years ago
screenshot:
https://cloud.eregion.de/public.php?service=files&t=945b1fe09f7c38eefea1733651acb49b
Any ideas?
Report
lemmy04
6 years ago
fix is here:
https://build.opensuse.org/package/view_file/home:lemmy04/plasmoid-nvidia-devicemonitor/nvdriver-331.38.diff?expand=1
Report
shura
8 years ago
Widget does not display card name, memory and temprathure.
Report
gcala
8 years ago
Report
uomonero
8 years ago
Any suggestion?
Report
uomonero
8 years ago
Report