--- alx-src/trunk/alxinstall-ng/bin/alxinstall-ng.sh.in 2015/07/21 12:25:48 6770 +++ alx-src/trunk/alxinstall-ng/bin/alxinstall-ng.sh.in 2015/07/21 12:26:10 6771 @@ -504,6 +504,13 @@ export GRUB2GFXPAYLOAD="keep" fi + # check for radeon gfxcards + if [[ ! -z $(echo "${hwinfo}" | grep -i radeon) ]] + then + # enable full kms support + export GRUB2GFXPAYLOAD="keep" + fi + # check for special devices/clients: # check for laptops and activate cpufreq scaling if [[ $(echo "${hwinfo}" | grep 'Formfactor:' | sed 's:.*Formfactor\:\ \"\(.*\)\":\1:') = laptop ]]