Hi : I’ve installed xf86-video-intel 2.99.917, with the following commands : ./autogen.sh –prefix=/opt/X11R7 –libdir=/opt/X11R7/lib –enable-debug make –j6 sudo make install but when I try to see the version installed which is 2.99.917 I have this one 2.99.910, the command that im using is : command : grep -A2 intel_drv /var/log/Xorg.0.log | tail -n 1 output : [ 20.610] compiled for 1.15.1, module version = 2.99.910 and I would like to know if you have a different command to get the version of xf86-video-intel, I would appreciate your help
J as additional info I put my bashrc configuration (ubuntu 14) ### Driver Graphics Stack path export INSTALL_ROOT=/opt/X11R7 export PATH=/opt/X11R7/bin:$PATH export LIBGL_DRIVERS_PATH=/opt/X11R7/lib/dri:/opt/X11R7/lib export LD_LIBRARY_PATH=/opt/X11R7/lib:/opt/X11R7/lib32:/lib:/lib64:/usr/lib:/usr/lib64 export LIBGL_DEBUG=verbose export PKG_CONFIG_PATH=/opt/X11R7/share/pkgconfig:/opt/X11R7/lib/pkgconfig:/usr/lib/pkgconfig:$PKG_CONFIG_PATH export SW="env LIBGL_ALWAYS_SOFTWARE=1" export LDFLAGS=" -L${INSTALL_ROOT}/lib $LDFLAGS" export ACLOCAL="aclocal -I ${INSTALL_ROOT}/share/aclocal" export CMAKE_INCLUDE_PATH=/opt/X11R7/include/:$CMAKE_INCLUDE_PATH export CMAKE_LIBRARY_PATH=/opt/X11R7/lib/:$CMAKE_LIBRARY_PATH export DISPLAY=:0 Cheers
|
_______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/intel-gfx