The most basic way is creating a new .conf file under /etc/X11/xorg.conf.d
and specifying:
Section "Device"
Identifer "intel graphics"
Driver "intel"
EndSection
See man xorg.conf
in case there are additional options you might want to specify.