Dear Mantainer, dear Mike, I tried the patches and they "worked", in the sence that it was built and it went fine, but when I log into the session, I have just a black screen and it's exactly the same that I get if I try to go to the terminal with ctrl+alt+F1 and can't go back (or maybe I can, but I still have just the black screen)
Do you have experience this issue? I think I'll do a recovery and try to get the dmesg record, but I haven't been able to do it these days. Thanks! Javier On Sun, 23 Aug 2015 08:52:30 +0200 ZeroBeat <zerob...@gmx.de> wrote: > Der Maintainer, der Andrey. > > Well, no solution from AMD for kernel 4.1. > So here's a quick and dirty workaround: > > Apply patch from Message #10 > > Apply gpl-patch > 272c272 > < MODULE_LICENSE("Proprietary. (C) 2002 - ATI Technologies, Starnberg, > GERMANY"); > --- > > MODULE_LICENSE("GPL\0Proprietary. (C) 2002 - ATI Technologies, > Starnberg, GERMANY"); > 3501c3501,3502 > < #else > --- > > > Apply hotplug patch > 863c863 > < #elif LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0) > --- > > #elif LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0) && > LINUX_VERSION_CODE < KERNEL_VERSION(3,19,8) > 866a867,871 > > } > > #else > > if(pdev) > > { > > pdev->ignore_hotplug = 1; > > > dpkg-reconfigure fglrx-modules-dkms > > Best regards, > > Mike >