Skip to content

Instantly share code, notes, and snippets.

Created April 11, 2017 04:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2e8964de6e8bf37d3a3b52dc7d213078 to your computer and use it in GitHub Desktop.
Save anonymous/2e8964de6e8bf37d3a3b52dc7d213078 to your computer and use it in GitHub Desktop.
AMDGPU & ATI - Fan Control (Linux)
AMDGPU & ATI - Fan Control
--------------------------
> `/sys/class/drm/card0/device/hwmon/hwmon1/{pwm1=81;pwm1_min=0;pwm1_max=255}`
* https://github.com/marazmista/radeon-profile
* https://www.reddit.com/r/linux/comments/4w7i7b/amd_gpu_fan_control_software/?ref=share&ref_source=link
* https://github.com/DominiLux/amdgpu-pro-fans/blob/master/amdgpu-pro-fans.sh - fan speeds for AMD cards that support use the AMD GPU PRO driver
* https://github.com/dpc/atifand.sh/blob/master/atifand.sh - Automatic fan speed control for ATI video cards using catalyst driver under Linux.
* https://github.com/DominiLux/amdgpu-pro-fans/blob/master/amdgpu-pro-fans.sh - AMDGPU-PRO-FANS
* https://github.com/superjamie/snippets/blob/master/radcard - Script to control radeon DPM power saving, run as root
- `{battery,balanced,performance}` -> `/sys/class/drm/card?/device/power_dpm_state`
- `{auto,low,high}` -> `/sys/class/drm/card?/device/power_dpm_force_performance_level`
lm-sensors, fancontrol & psensors
---------------------------------
* https://help.ubuntu.com/community/RadeonDriver
- http://askubuntu.com/a/326858
- http://help.ubuntu.ru/wiki/драйвер_видеокарт_amd
- http://help.ubuntu.ru/wiki/свободный_драйвер_видеокарт_amd
* https://wiki.archlinux.org/index.php/ATI
- https://wiki.archlinux.org/index.php/ATI#Dynamic_power_management
* https://github.com/desbma/hddfancontrol
* https://github.com/dgraziotin/mbpfan
* https://github.com/groeck/lm-sensors
* https://github.com/cyring/CoreFreq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment