Open source ATI video drivers

From WickyWiki
Revision as of 14:11, 15 July 2013 by Wilbert (talk | contribs) (Created page with "[Category:Ubuntu] [Category:Ubuntu System] [Category:201307] Open source ATI Video card works quite well these days. I try it for stability reasons. = Continuous high fan sp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

[Category:Ubuntu] [Category:Ubuntu System] [Category:201307]

Open source ATI Video card works quite well these days. I try it for stability reasons.

Continuous high fan speed

See

sudo apt-get install sysfsutils
sudo gedit /etc/sysfs.conf

Possible values:

   class/drm/card0/device/power_method = dynpm | profile

In case of 'profile' method:

   class/drm/card0/device/power_profile = auto | low | mid | high 

Note: dynpm (dynamic) would be nice but it only does mid and high fan speed, not low. So I picked this one:

   class/drm/card0/device/power_method = profile
   class/drm/card0/device/power_profile = low