I just swapped over to Kali from Ubuntu. I've used Ubuntu for a few years, but I have been using Kali in a VM recently, and I wanted to do a full on change. I'm running Kali on a laptop, a Dell Inspiron 15 5565 with a built in AMD R7 M445 Graphics Card. Below is the output from lspci. It's stating the only VGA I have is the Intel built in graphics, which is no bueno.
Code:
lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation HD Graphics 620 [8086:5916] (rev 02)
I also tried installing the drivers from AMD, here, but I get this error.
Code:
error: Detected X Server version 'XServer 1.19.6_64a' is not supported. Supported versions are X.Org 6.9 or later, up to XServer 1.10 (default:v2:x86_64:lib:XServer 1.19.6_64a:none:4.13.0-kali1-amd64:)
Installation will not proceed.
I guess my real question is, what should I do? Try to revert my X Server to 1.10? Is there any other options I have?
Thank you