Python Primer for the Impatient
Python Primer
for the Impatient
Lua Primer for the Impatient
Lua Primer
for the Impatient
OpenGL interpolation qualifiers (GLSL)
OpenGL interpolation
qualifiers (GLSL)
GLSL Hacker - Pixel hacking with GLSL, Lua and Python under Windows, Linux and Mac OSX
GLSL Hacker 0.5.0
 
OpenGL 4 Tessellation on Mac OS X
OpenGL 4 Tessellation
on Mac OS X
GpuTest 0.4.0 - Cross Platform OpenGL Benchmark for Windows, OS X and Linux
GpuTest 0.4.0 for Windows
Mac OS X and Linux

Posts Tagged ‘how to’


[Geeks3D-HowTo] Radeon GPU Temperature under Linux

6 comments - What do you think?  Posted by JeGX - 2008/08/28 at 11:24

Categories: HowTo   Tags: , , , , ,

Yes, it’s possible to read the GPU temperature under Linux (Ubuntu) with a simple command line. First start a shell box and then enter:

aticonfig --od-gettemperature

This command should display that:

Default Adapter - ATI Radeon 4870 X2
                  Sensor 0: Temperature - 72.00 C

—-
[source]