On 04/03/2016 04:11 AM, drago01 wrote:
On Sat, Apr 2, 2016 at 11:28 PM, Kevin Fenzi <ke...@scrye.com> wrote:
On Sat, 2 Apr 2016 23:14:14 +0200
drago01 <drag...@gmail.com> 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

Should be:

wget https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/plain/tools/dri3info.c

I'll note:

# glxinfo|grep buffer_age
    GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile,

# ./dri3info
Display ':0'
        Unable to connect to DRI3
        Primary refresh rate: 865625/14443 (59.9Hz)



--
Orion Poplawski
Technical Manager                     303-415-9701 x222
NWRA/CoRA Division                    FAX: 303-415-9702
3380 Mitchell Lane                  or...@cora.nwra.com
Boulder, CO 80301              http://www.cora.nwra.com
--
devel mailing list
devel@lists.fedoraproject.org
http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to