On 2016-12-01 17:35, Malcolm wrote:
On Thu 01 Dec 2016 04:52:34 PM CST, Jon Cosby wrote: Could try amdgpu? Or create a /etc/X11/xorg.conf.d/20-radeon.conf and add a tear free option?
I'm using amdgpu (obs compiled amdgpu kmp and later xf86-video-amdgpu) with a R5 Mullins card on a DELL Inspiron 5555 laptop and it runs great.
The amdgpu driver is installed already, but lsmod indicates that the radeon driver is loaded.
~> lsmod | grep radeon radeon 1601536 3 i2c_algo_bit 16384 1 radeon drm_kms_helper 155648 1 radeon ttm 106496 1 radeon drm 393216 13 ttm,drm_kms_helper,radeon
How would I switch this?
Jon Cosby