Install intel graphics driver in elementary OS
Usually the latest driver is already included in the newer kernel/mesa but you can still install the drivers from here:
open the Terminal [CTRL]-[ALT]-[T] and paste the follow line then hit enter
sudo apt-add-repository ppa:glasen/intel-driver
sudo apt-get update
sudo apt-get install xserver-xorg-video-intel
Add Comment