Comment 10 for bug 723916

Revision history for this message
Alessandro Ghione (alex81) wrote : Re: [Bug 723916] Re: ValueError in Hardware Sensors: empty string for float()

"\n Attribute
'GPUCoreTemp' (alessandro-HP-Pavilion-dv7-Notebook-PC:0.0): 55.\n
'GPUCoreTemp' is an integer attribute.\n 'GPUCoreTemp' is a read-only
attribute.\n 'GPUCoreTemp' can use the following target types: X
Screen, GPU.\n\n"

Il giorno ven, 18/03/2011 alle 14.31 +0000, Gabor Karsay ha scritto:
> 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()
>