Re: Video card fan speed temperature

2014-06-21 Thread Jonathan Gray
You'd have to build a new kernel to modify the profile at the moment. I believe what we have currently is the profile where the clocks are left untouched from what the bios sets them to on boot. In terms of code it is sys/dev/pci/drm/radeon/radeon_pm.c adding something like the the following to

Re: Video card fan speed temperature

2014-06-21 Thread Julian Andrej
Do you mind telling me where to find the power profile in the sources? Or is it not possible at the moment even with changing and recompiling the kernel? On 21 June 2014 19:03, Jonathan Gray wrote: > On Sat, Jun 21, 2014 at 06:19:51PM +0200, Julian Andrej wrote: >> Hello, >> >> is it possible to

Re: Video card fan speed temperature

2014-06-21 Thread Jonathan Gray
On Sat, Jun 21, 2014 at 06:19:51PM +0200, Julian Andrej wrote: > Hello, > > is it possible to show/change the current fan speed, temperature and > clock of my video card? (ATI Radeon HD7770) > > `sysctl hw` shows sensors of my cpu and north bridge which seem > correct. I'm using the 5.5 release.