Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Mate panel tip for nvidia users - proprietary driver

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
fogpipe
Posts: 37
Joined: 2015-09-18 21:53

Mate panel tip for nvidia users - proprietary driver

#1 Post by fogpipe »

You can add a panel applet in mate called "Command - shows the output of a command"
If you add that applet and choose the path to this script in the command box (requires perl) you will have the temperature of your nvidia gpu shown in the panel.

Code: Select all

#!/usr/bin/perl
$TEMP=`nvidia-smi -q -d TEMPERATURE|grep Current|cut -d : -f2`;
print "GPU $TEMP";
I had been using gkrellm and fluxbox for quite a while and im finding that most of gkrellms functionality can be duplicated using the panel and the Command, System Monitor and Drive Mounter applets. Putting the panel on autohide it just pops out nicely with all the info i want. :)

Post Reply