Open source ATI video drivers: Difference between revisions

From WickyWiki
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..."
 
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[Category:Ubuntu]
[[Category:Ubuntu]]
[Category:Ubuntu System]
[[Category:Ubuntu Video]]
[Category:201307]
[[Category:Ubuntu System]]
[[Category:201307]]


Open source ATI Video card works quite well these days. I try it for stability reasons.
Open source ATI Video card works quite well these days. I try it for stability reasons. There could be some problems left. Audio is disabled by default for stability.


= Continuous high fan speed =
See also:
* https://help.ubuntu.com/community/RadeonDriver


See
= Continuous high fan speed (solved) =
 
Source:
* http://askubuntu.com/questions/116005/gnome-3-ati-fan-always-on/116045#116045
* http://askubuntu.com/questions/116005/gnome-3-ati-fan-always-on/116045#116045


Line 19: Line 23:
     class/drm/card0/device/power_method = dynpm | profile
     class/drm/card0/device/power_method = dynpm | profile


In case of 'profile' method:
And additionally if you picked 'profile' method:


     class/drm/card0/device/power_profile = auto | low | mid | high  
     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:
Note: dynpm (dynamic) would be nice but it only does mid and high fan speed, not low. So I added these two lines to '/etc/sysfs.conf':


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

Latest revision as of 19:41, 11 August 2014


Open source ATI Video card works quite well these days. I try it for stability reasons. There could be some problems left. Audio is disabled by default for stability.

See also:

Continuous high fan speed (solved)

Source:

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

Possible values:

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

And additionally if you picked '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 added these two lines to '/etc/sysfs.conf':

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