mbohun
9/14/2015 - 5:44 AM

AMD catalyst linux driver notes

AMD catalyst linux driver notes

###linux 4.1 TODO: works fine, add info and the patch

###linux 4.2 Doesn't work because of i387.h was removed in kernel 4.2

mbohun@firewolf:~/Downloads/fglrx-install.gQBcjE> find ~/src/kernel/linux-4.1.6-00 -name "i387.h"
/home/mbohun/src/kernel/linux-4.1.6-00/arch/x86/include/asm/i387.h
mbohun@firewolf:~/Downloads/fglrx-install.gQBcjE> find ~/src/kernel/linux-4.2.0-00 -name "i387.h"
mbohun@firewolf:~/Downloads/fglrx-install.gQBcjE>