May not be the best forum for this…
Trying to rout an output into conky, the ‘nvidia-settings -q all’ command works and outputs the UsedDedicatedGPUMemory value (along with all others) as expected and other commands I have tried such as ‘nvidia-settings -q GPUCoreTemp’ output as expected. What doesn’t output at all is ‘nvidia-settings -q UsedDedicatedGPUMemory’ or ‘TotalDedicatedGPUMemory’. Note that i have found what looks to be this same issue in another forum (dead thread) without a solution.
Doesn’t work:
#@#:~$ nvidia-settings -q UsedDedicatedGPUMemory
#@#:~$
Works:
#@#:~$ nvidia-settings -q GPUCoreTemp
Attribute 'GPUCoreTemp' (kurt-EP45-UD3P:0.0): 73.
'GPUCoreTemp' is an integer attribute.
'GPUCoreTemp' is a read-only attribute.
'GPUCoreTemp' can use the following target types: X Screen, GPU.
#@#:~$
Driver: 313.30
CPU: Intel Duo core Duo E8500 (OC 3.8)
GPU: EVGA, GTX 260
OS: Ubuntu 13.04
Nvidia Driver I am using is just the highest option from Ubuntu’s list. I don’t really want to go through the hassle of upgrading manually unless it is ‘known’ that the upgrade fixes a bug.