On Tue, 30 May 2017 17:47:57 -0400 Andrew Warshall <[email protected]> wrote:
> is there a way to check GPU temp? Andrew, As Douglas mentioned, lm-sensors handles all that. However, getting sensors configured can be involved. See the man pages for sensors-detect sensors.conf See also: https://askubuntu.com/questions/244577/temperature-and-other-statistics-from-radeon-open-source-drivers https://gist.github.com/hamstar/7092276 After proper/detection and configuration, running sensors will show the various temps and voltages. Remember that most motherboards will require manual tweaking of the config file in /etc/sensors.d - the INx voltages will have to be properly labeled and many voltages over 3.3V will require a multipler be set/used (i.e., the sensor chip can't handle voltages over 4V or so, so 5V, 12V must be divided down by a resistive voltage divider before being input to the sensor input). However, temps are usually much easier to setup out of the box - it's usually just a question of determining whether a given temp is: 1. internal to the CPU, 2. a sensor in the CPU socket, or 3. a GPU temp sensor and then setting their labels. Cheers, Mike -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
