From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Sat, 4 Mar 2017 11:47:34 -0300 Subject: [Buildroot] libqeglfs.so not found on imx6 In-Reply-To: References: Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Gary, On Sat, Mar 4, 2017 at 9:33 AM, Fabio Estevam wrote: > Not yet, still stuck at the "drmModeGetResources failed" error. I can also get this same error with the new kmscube package from: https://cgit.freedesktop.org/mesa/kmscube/log/ # kmscube drmModeGetResources failed: Invalid argument failed to initialize legacy DRM It works if I explicitly pass the /dev/dri device: kmscube -D /dev/dri/card1 I think QT5 is trying to access /dev/dri/card0, but it should be using /dev/dri/card1 instead.