amdgpu-fan-rb

Build Status

A Ruby CLI to read and set the fan speed for AMD Radeon graphics cards running on the AMDGPU Linux driver.

See https://wiki.archlinux.org/index.php/Fan_speed_control#AMDGPU_sysfs_fan_control

Installation

The amdgpu_fan CLI command can be installed from RubyGems or easily run from the source code.

From RubyGems

gem install amdgpu_fan

From Source

Usage

Dependencies

  • Ruby with Bundler
  • Thor (installed with bundle install)
  • lspci (included with most Linux distributions)