Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Feb 2017 23:04:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 217102] libGL error: Version 7 or imageFromFds image extension not found
Message-ID:  <bug-217102-13-z8CTE6Wh0p@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-217102-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-217102-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217102

--- Comment #1 from wjenkner@inode.at ---
A web search shows that the error message comes from

https://cgit.freedesktop.org/mesa/mesa/tree/src/glx/dri3_glx.c#n847

AFAIK, FreeBSD doesn't actually support DRI3 yet.

Fortunately, there's an option to turn it off, see radeon(4).

$ cat /usr/local/etc/X11/xorg.conf.d/dri.conf
Section "Device"
        Identifier "foobar radeon"
        Driver "radeon"
        Option "DRI" "2"
EndSection
$=20

That works for my card (Radeon HD 6450).

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217102-13-z8CTE6Wh0p>