Hi,
I have installed
Code:
sudo apt install conky-all
And im trying to setup it up with my AMD GPU with cpu and core temps but so fare I have failed
sensors info:
Code:
sensors
corsaircpro-hid-3-6
Adapter: HID adapter
in0: 12.10 V
in1: 4.98 V
in2: 3.41 V
fan1 4pin: 1511 RPM
fan2 4pin: 1509 RPM
temp1: +34.2°C
temp2: +49.6°C
temp3: +29.3°C
temp4: +30.0°C
k10temp-pci-00c3
Adapter: PCI adapter
Tctl: +37.8°C
Tccd1: +39.5°C
nvme-pci-0100
Adapter: PCI adapter
Composite: +37.9°C (low = -0.1°C, high = +74.8°C)
(crit = +79.8°C)
amdgpu-pci-0900
Adapter: PCI adapter
vddgfx: 712.00 mV
fan1: 0 RPM (min = 0 RPM, max = 3300 RPM)
edge: +51.0°C (crit = +110.0°C, hyst = -273.1°C)
(emerg = +115.0°C)
junction: +51.0°C (crit = +105.0°C, hyst = -273.1°C)
(emerg = +110.0°C)
mem: +0.0°C (crit = +105.0°C, hyst = -273.1°C)
(emerg = +110.0°C)
slowPPT: 19.00 W (cap = 125.00 W)
And would like it to match
Code:
#--------------------+
# TEMPS AND FAN SPEED
#--------------------+
${voffset 2}${color1}${font :size=8:bold}TEMPS AND FAN SPEED ${hr 1}${font}
#CPU
${color1}CPU: ${color3}${execi 2 sensors | grep "Package id 0" | awk '{print " " $4,$5$6$7$8$9$10}'}
${color3}${execi 2 sensors | grep "Core" | awk '{print $1,$2" "$3,$4$5$6$7$8$9}'}
#GPU
${color1}GPU: ${color3}${goto 70}${nvidia temp}°C (threshold=${nvidia threshold}°C,ambient=°C)
#CPU fan Speed
${color1}CPU fan speed:${color3}${execi 2 sensors | grep "fan" | awk '{$1=""; print $0}'}
I have notived this:
Code:
${color1}GPU: ${color3}${goto 70}${nvidia temp}°C (threshold=${nvidia threshold}°C,ambient=°C)
which is for nvidia
Can someone help me figure this out?
Bookmarks