Created
March 28, 2018 00:10
Revisions
-
vanities created this gist
Mar 28, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ Click bottom left icon and click LXTerminal Enter commands: Clones the repository # mkdir git && git clone https://github.com/jaschaknack/PolarisBiosEditor && cd PolarisBiosEditor Refreshes the sources list, so that when you download packages, you get the correct ips from the mirrors # sudo apt-get-ubuntu update Installs the dependencies for Polaris Bios Editor # sudo apt-get-ubuntu install mono-mcs mono-complete # compile and build polaris bios editor from mono ./buildsh # run the application ./run Backs up your bios in case bad straps are flashed! # sudo atiflash -s <adaptor number> backupbios.rom Flashes the new bios with the new timing straps # sudo atiflash -f -p <adaptor number> moddedbios.rom