To find your hardware you can also use lspci | grep VGA lspci -v | less lshw -C video -- MORE POSSIBILITIES Make sure there are no other wrong graphics drivers installed (this is a common problem on many if not all operating systems): sudo apt-get purge <vendor>* ... Reinstall Xorg to rule out the possibility that something went wrong after updates or hardware change (exchanged graphics card or similar): sudo rm /etc/X11/xorg.conf sudo apt-get install --reinstall x