Skip to content

Instantly share code, notes, and snippets.

@Evernow
Created February 14, 2020 03:53
Show Gist options
  • Save Evernow/625fba511412f065864906bf95c77664 to your computer and use it in GitHub Desktop.
Save Evernow/625fba511412f065864906bf95c77664 to your computer and use it in GitHub Desktop.
How to make Manjaro more navi friendly
First off obviously have Manjaro installed and up to date (open Pamac and check for any updates)
Once done
I would open the settings manager and install kernel 5.5 for best stability (LOTS of Navi fixes!)
Once that is done (feel free to ask if you have any issues) follow this
open the konsole and run `sudo nano /etc/pacman.conf`
In there you want to go to above [core] and paste in
```
[mesa-git]
Server = https://pkgbuild.com/~lcarlier/$repo/$arch
SigLevel = Optional
```
So your pacman.conf file should look like this: https://imgur.com/a/zX8ADXC
Once that is done, run this command, replacing any package it asks: `sudo pacman -S mesa-git clang-git libclc-git libdrm-git llvm-libs-git opencl-mesa-git vulkan-mesa-layer-git vulkan-radeon-git xf86-video-amdgpu-git lib32-mesa-git lib32-vulkan-radeon-git lib32-vulkan-mesa-layer-git`
Once that is done, run this
`ln -s /usr/lib/libLLVM-11git.so /usr/lib/libLLVM-11svn.so`
Once that is done run `sudo nano /etc/environment`
In here you wanna add:
```
AMD_DEBUG="nongg,nodma"
RADV_PERFTEST=aco
```
So it looks like this: https://imgur.com/a/iO1SMbR
Then you should be ok! I have only had two or three hangs in the month or so I have been using it!
If you have any problems I'm here to help!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment