slowly I configure my fresh Debian Sid installation. What I need is temperature sensors with correct names.
Howto:
Code: Select all
cp sensors-X1000.conf /etc/sensors.d/
apt-get install lm-sensors
apt-get install mate-sensors-applet
If I cannot attach here file with .conf extension, here is content of sensors-X1000.conf:
Code: Select all
chip "tmp423-*"
label temp1 "Case"
label temp2 "CPU"
label temp3 "Core 1"
label temp4 "Core 2"
chip "radeon-pci-0300"
label temp1 "GPU 1"
set temp1_max 120
chip "radeon-pci-0100"
label temp1 "GPU 2"
set temp1_max 120
I am not 100% sure what is the order of sensors on I2C bus, but I use naming convention from AmigaOS dock.
If you find some error in names, please let me know.
GPU 1 is primary card in first x16 slot, I have here card for AmigaOS
GPU 2 is secondary card, second slot x16, I have here card for linux
And how it looks:
