You are not logged in.
Hi
I used this command for a long time to get the GPU RAM:
nvidia-settings -q UsedDedicatedGPUMemory
I use it with conky. A few weeks ago ist stopped working and produced segmentation faults:
nvidia-settings -q UsedDedicatedGPUMemory :(
Attribute 'UsedDedicatedGPUMemory' (arch:0[gpu:0]): 148.
'UsedDedicatedGPUMemory' is an integer attribute.
'UsedDedicatedGPUMemory' is a read-only attribute.
'UsedDedicatedGPUMemory' can use the following target types: GPU.
[1] 7409 segmentation fault (core dumped) nvidia-settings -q UsedDedicatedGPUMemory
I get this segmentation fault always regardless of the property, I want to read:
nvidia-settings -q gpucoretemp :(
Attribute 'GPUCoreTemp' (arch:0.0): 35.
'GPUCoreTemp' is an integer attribute.
'GPUCoreTemp' is a read-only attribute.
'GPUCoreTemp' can use the following target types: X Screen, GPU.
Attribute 'GPUCoreTemp' (arch:0[gpu:0]): 35.
'GPUCoreTemp' is an integer attribute.
'GPUCoreTemp' is a read-only attribute.
'GPUCoreTemp' can use the following target types: X Screen, GPU.
[1] 8067 segmentation fault (core dumped) nvidia-settings -q gpucoretemp
nvidia-settings -q all
.
.
.
.
'RandROutputID' is a read-only attribute.
'RandROutputID' is display device specific.
'RandROutputID' can use the following target types: Display Device.
Attribute 'RandROutputID' (arch:0[dpy:5]): 661.
'RandROutputID' is an integer attribute.
'RandROutputID' is a read-only attribute.
'RandROutputID' is display device specific.
'RandROutputID' can use the following target types: Display Device.
Attribute 'RandROutputID' (arch:0[dpy:5]): 661.
'RandROutputID' is an integer attribute.
'RandROutputID' is a read-only attribute.
'RandROutputID' is display device specific.
'RandROutputID' can use the following target types: Display Device.
Attribute 'RandROutputID' (arch:0[dpy:5]): 661.
'RandROutputID' is an integer attribute.
'RandROutputID' is a read-only attribute.
'RandROutputID' is display device specific.
'RandROutputID' can use the following target types: Display Device.
[1] 7755 segmentation fault (core dumped) nvidia-settings -q all
Any idea?
Last edited by aligator (2015-05-14 15:10:38)
Offline
I would start by verifiying the installed version with
cat /proc/driver/nvidia/version
to check your current Driver and
nvidia-settings --v
for the settings version
Offline
If you have an Intel CPU (Haswell or early Broadwell), make sure your microcode is updated.
Offline
Don't see "nvidia-settings" under listed repository packages anymore. Is it the the right version ie. matching the driver.??
Offline
nvidia-settings is from the nvidia-utils package
Offline
@ Scimmia:
Thank you, that fixed it!
Offline