On Sat, Apr 2, 2016 at 11:28 PM, Kevin Fenzi <kevin@xxxxxxxxx> wrote: > On Sat, 2 Apr 2016 23:14:14 +0200 > drago01 <drago01@xxxxxxxxx> wrote: > >> No. This line does not tell you much. >> >> Easy way to check for DRi3 is to run "glxinfo|grep buffer_age" ... if >> you have to lines in that output you'd have DRI3. > > Intuitive. :) Well that's the easiest thing I could think of that doesn't require jumping through hoops ... you could use dri3info, which isn't packaged. But you can do: wget https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/tree/tools/dri3info.c gcc -o dri3info dri3info.c `pkg-config --cflags --libs xcb-dri3 x11-xcb xrandr xxf86vm libdrm` ./dri3info -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/devel@xxxxxxxxxxxxxxxxxxxxxxx