AMD GPU drivers 5.0rc2 (works for mining)
Post links to your 64bit module repos here. Repo maintainers are responsible for resolving any issues caused by their xzm's.
AMD GPU drivers 5.0rc2 (works for mining)
Post#1 by gnuion » 20 Jun 2021, 13:10
[amdgpu-opencl-20.40-x86_64-1_kb.xzm](https://www.mediafire.com/file/950l9kim ... b.xzm/file)
built using a SlackBuild I don't recall where I found.
Tested for mining, if you are interested I can also post how to underclock GPUs and regulate fan speeds for optimal performance, all using terminal, no additional software needed.
built using a SlackBuild I don't recall where I found.
Tested for mining, if you are interested I can also post how to underclock GPUs and regulate fan speeds for optimal performance, all using terminal, no additional software needed.
Last edited by gnuion on 20 Jul 2021, 15:34, edited 1 time in total.
gnuion
AMD GPU drivers (works for mining)
Post#2 by supertabs » 20 Jul 2021, 05:57
Hi gnuion, can you tell me how? BTW Thanks for this amd driver



Those who win the race are those who are slow and steady. 

supertabs
supertabs
supertabs
AMD GPU drivers (works for mining)
Post#5 by gnuion » 20 Jul 2021, 15:32
I don't know if they work on porteus 4.0. I am using porteus 5.0 rc2. Good that you mention. To adjust fanspeed and clockspeed, you need to write to specific files. It depends on what cards you are using. For rx 470 you would run this script:
Code: Select all
echo toor | sudo -S su &&
xset s off
xset -dpms
cards=$(ls /sys/class/drm/ | grep card | grep -v -)
for card in $cards
do
sudo chmod 777 /sys/class/drm/$card/device/power_dpm_force_performance_level
sudo chmod 777 /sys/class/drm/$card/device/hwmon/hwmon2/pwm1_enable
sudo chmod 777 /sys/class/drm/$card/device/hwmon/hwmon2/pwm1
sudo chmod 777 /sys/class/drm/$card/device/pp_dpm_sclk
sudo echo manual > /sys/class/drm/$card/device/power_dpm_force_performance_level
sudo echo "1" > /sys/class/drm/$card/device/hwmon/hwmon2/pwm1_enable
sudo echo "200" > /sys/class/drm/$card/device/hwmon/hwmon2/pwm1
sudo echo "3" > /sys/class/drm/$card/device/pp_dpm_sclk
sudo chmod 444 /sys/class/drm/$card/device/power_dpm_force_performance_level
sudo chmod 444 /sys/class/drm/$card/device/hwmon/hwmon2/pwm1_enable
sudo chmod 444 /sys/class/drm/$card/device/hwmon/hwmon2/pwm1
sudo chmod 444 /sys/class/drm/$card/device/pp_dpm_sclk
done
gnuion
AMD GPU drivers 5.0rc2 (works for mining)
Post#7 by supertabs » 22 Jul 2021, 10:58
Thanks gnuion for your response , just one more question, will it work on my AMD Radeon R5 Graphics card? 

Those who win the race are those who are slow and steady. 

supertabs
AMD GPU drivers 5.0rc2 (works for mining)
gnuion
AMD GPU drivers 5.0rc2 (works for mining)
Post#9 by gnuion » 22 Jul 2021, 18:46
I am trying to get the driver working for r9 380. Some say I should use ROCm, but I am unable to create or make a slackbuild for ROCm or the latest amdgpu.
gnuion
AMD GPU drivers 5.0rc2 (works for mining)
Post#10 by henrykfrp » 20 Oct 2021, 02:26
i get this error with my R9 m275 Mobile lenovo laptop also have you found a way to mining with hugepage on porteus?
my error.>
amdgpu_device_initialize: DRM version is 2.50.0 but this driver is only compatible with 3.x.x. is this means that i need a lower amd drivers?
my error.>
amdgpu_device_initialize: DRM version is 2.50.0 but this driver is only compatible with 3.x.x. is this means that i need a lower amd drivers?
henrykfrp