# Intel 2.99.917: # https://01.org/linuxgraphics/downloads?keys=&field_download_type_tid_selective=All&field_download_version_tid_selective=All cp xf86-video-intel-2.99.917.tar.gz /tmp cd /tmp tar xvf xf86-video-intel-2.99.917.tar.gz cd xf86-video-intel-2.99.917 tce-load -i compiletc xorg-server-dev Xorg-7.7-3d-dev CC="gcc -fuse-linker-plugin -march=i486 -mtune=i686 -O2 -pipe" CXX="g++ -fuse-linker-plugin -march=i486 -mtune=i686 -O2 -pipe -fno-exceptions -fno-rtti" ./configure --prefix=/usr/local --disable-static --localstatedir=/var --sysconfdir=/etc --libexecdir=/usr/local/lib/xorg --enable-dga --disable-uxa --disable-xvmc --enable-dri --enable-dri1 --disable-dri2 --disable-backlight --disable-backlight-helper # Note: # - DRI1 compile loads i810 kernel module, best performance # - Not dri2 capable # - Compile with -flto fails # # xf86-video-intel 2.99.917 will be compiled with: # Xorg Video ABI version: 20.0 # Acceleration backends: none *sna # Additional debugging support? none # Support for Kernel Mode Setting? yes # Support for legacy User Mode Setting (for i810)? yes # Support for Direct Rendering Infrastructure: DRI1 Present # Support for Xv motion compensation (XvMC and libXvMC): no # Build additional tools and utilities? intel-virtual-output # make mkdir /tmp/intel sudo make DESTDIR=/tmp/intel install-strip # No other stripping needed # Remove *.la and doc files