First, BIG thanks to @TiGER511

I can confirm it works beautifully with Kali 2018.1

One slight issue in my case:

Step #8:
Code:
glxinfo | grep -i "direct rendering"
gave me the following:
Code:
bash: glxinfo: command not found
Fix:
Code:
apt-get install mesa-utils
WORKING beautifully!!!