Comment 8 for bug 723916

Revision history for this message
Gabor Karsay (gabor-karsay) wrote :

Formatting seems to be different in your output than the applet expects. To make sure, please run this in terminal:
python
# now you'r in the python console, it starts with >>>
import os
os.popen("/usr/bin/nvidia-settings -q GPUCoreTemp").read()
# here you get some output, paste it in the bug report
quit()