Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
24088445
Topic
2102129
Board
Mining (Altcoins)
Re: Linux Driver for Blockchain Compute 17.30.1029
by
ngdias
on
05/11/2017, 19:35:50 UTC
I tested the drivers in Ubuntu 16.04.3, from
http://support.amd.com/en-us/kb-articles/Pages/AMDGPU-Pro-Beta-Mining-Driver-for-Linux-Release-Notes.aspx
The test GPU was a Radeon R9 Fury X, which is listed as compatible.
At first the drivers were breaking boot (tried 2 versions in different AMD support pages), there was no GUI. To uninstall, you can press Ctrl+Alt+F1, login with your credentials and run
Code:
amdgpu-pro-uninstall
.
Then I started googling and found
https://askubuntu.com/questions/880523/cant-login-after-installing-amdgpu-pro-16-60
other people that were able to get the drivers working by using one of the options of the install script, either
Code:
./amdgpu-pro-install --px
or
Code:
./amdgpu-pro-install --compute
Everything else was working as per the official AMD support pages.