[CentOS] Intel Xorg driver for Intel HD graphics

Sun Jan 24 18:42:54 UTC 2016
Jerry Geis <geisj at pagestation.com>

I found this page:
 https://01.org/linuxgraphics/downloads/2015q4-intel-graphics-stack-release

I have an Intel NUC5C with "Intel HD" graphics and I'm trying to use CentOS
7.2

I downloaded the files suggested:
cairo-1.14.4.tar.xz           libva-1.6.2.tar.bz2
mesa-11.0.4.tar.xz
intel-gpu-tools-1.13.tar.bz2  libva-intel-driver-1.6.2.tar.bz2
 xf86-video-intel-2.99.917.tar.gz
libdrm-2.4.65.tar.gz           xorg-server-1.18.0.tar.bz2

and compiled, then installed them. All are working except the final one
xorg-server-1.18

On the configure I get these errors:
configure: error: Package requirements (fixesproto >= 5.0 damageproto >=
1.1 xcmiscproto >= 1.2.0 xtrans >= 1.3.5 bigreqsproto >= 1.1.0 xproto >=
7.0.28 randrproto >= 1.5.0 renderproto >= 0.11 xextproto >= 7.2.99.901
inputproto >= 2.3 kbproto >= 1.0.3 fontsproto >= 2.1.3 pixman-1 >= 0.27.2
videoproto compositeproto >= 0.4 recordproto >= 1.13.99.1 scrnsaverproto >=
1.1 resourceproto >= 1.2.0 xf86driproto >= 2.1.0 glproto >= 1.4.17 dri >=
7.8.0 presentproto >= 1.0 xineramaproto xkbfile  pixman-1 >= 0.27.2 xfont
>= 1.4.2 xau libsystemd-daemon xshmfence >= 1.1) were not met:

Requested 'xproto >= 7.0.28' but version of Xproto is 7.0.26
Requested 'randrproto >= 1.5.0' but version of RandrProto is 1.4.0


I'm not sure what to do with these errors.
The "proto" packags are nothing that I can install -devel packages for
as these packages are not even present on the Packages directory that I see.


Any thoughts how I might get the Xorg server running on the "Intel HD"
graphics of the NUC5C?

Thanks,

Jerry