Unity Artifacting on Linux

Scoopta

Reputable
Jun 22, 2014
138
0
4,690
I have an R9 Fury and I get weird artifcating on Unity games. If I restart my PC the artifacting goes away. And non unity games, with the exception of BitTrip Presents Runner2 Future Legend of Rhythm Alien, don't have any issues. I get no weird tearing or artifacting or anything. What is the cause of this? How do I fix it?
 

itmoba

Reputable
Aug 14, 2015
768
0
5,360
Open up the terminal:

$ sudo service lightdm stop

Uninstall the AMD drivers. Inside the terminal issue:

$ sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
$ sudo Xorg -configure
$ sudo mv ~/xorg.conf.new /etc/X11/xorg.conf

Then, reinstall the AMD drivers (which I know on account of another thread of yours).

Again, inside the terminal issue:

$ sudo service lightdm start

You should now be able to go back into X with CTRL-ALT-F7. If you encounter problems, then, check the logs ('/var/log/Xorg.0.log') with Vim/Emacs/your favorite text-editor.
 

Scoopta

Reputable
Jun 22, 2014
138
0
4,690


I'll do that when I have access to my PC. I'll see how that goes.