note that after, it is better to do this:
the AMD will no more be used (does not appear in About this mac )only in ccomplete system report
brightness slider will works again completely in mac os high sierra , you will have perfect windows graphics ,no more strange effect but still no sleep mode working (disable it!)
under mac os sierra even brightness button works (no need of brigtness slider)
Warning if you update mac os x high sierra it fails again becaus it reinstall a new mac os x kernel and the amd kext and rebuild the kext cache again,
and you have to do the AMD kext remove again under linux (sda2 is here mac os x high sierra):
[root@albedo-2 ~]# fsck.hfsplus -f /dev/sda2
** /dev/sda2
Executing fsck_hfs (version 540.1-Linux).
** Checking Journaled HFS Plus volume.
The volume name is High Sierra
** Checking extents overflow file.
** Checking catalog file.
** Checking multi-linked files.
** Checking catalog hierarchy.
** Checking extended attributes file.
** Checking volume bitmap.
** Checking volume information.
Volume header needs minor repair
** Repairing volume.
** Rechecking volume.
** Checking Journaled HFS Plus volume.
The volume name is High Sierra
** Checking extents overflow file.
** Checking catalog file.
** Checking multi-linked files.
** Checking catalog hierarchy.
** Checking extended attributes file.
** Checking volume bitmap.
** Checking volume information.
** The volume High Sierra was repaired successfully.
[root@albedo-2 ~]# mount -t hfsplus -o force,rw /dev/sda2 /high_sierra
[root@albedo-2 ~]# mv /high_sierra/System/Library/Extensions/AMD*.* /root/AMDhighsierra/ # move the AMD kexts
[root@albedo-2 ~]# rm -rf /high_sierra/System/Library/Caches/com.apple.kext.caches/ # remove cache
[root@albedo-2 ~]# mkdir /high_sierra/System/Library/Caches/com.apple.
com.apple.bootstamps/ com.apple.corestorage/ com.apple.coresymbolicationd/
[root@albedo-2 ~]# mkdir /high_sierra/System/Library/Caches/com.apple.kext.caches
[root@albedo-2 ~]# touch /high_sierra/System/Library/Extensions/
[root@albedo-2 ~]# umount /high_sierra
reboot !!!