Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Qt5.6 eglfs error: WSEGL_CreateWindowDrawable: Couldn't set CRTC: Permission denied
Qt 6.11 is out! See what's new in the release blog

Qt5.6 eglfs error: WSEGL_CreateWindowDrawable: Couldn't set CRTC: Permission denied

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 1.1k Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    Zhangs
    wrote on last edited by
    #1

    Platform: Ti AM437x SDK3.01

    I found the qt app can't use eglfs by using the default filesystem provided by TI PSDK3.01.
    Here are some error dumps:
    root@am437x-evm:~# ./myApp -platform eglfs
    ...
    PVR:(Error): WSEGL_CreateWindowDrawable: Couldn't set CRTC: Permission denied [0, ]
    EGL Error : Could not create the egl surface: error = 0x3003

    Aborted (core dumped)
    root@am437x-evm:~#

    But the app can use wayland:
    root@am437x-evm:~# ./myApp -platform wayland
    ...
    Using Wayland-EGL
    wlpvr: PVR Services Initialised
    ...
    root@am437x-evm:~#

    I have serveral questions:

    1. How can I use the eglfs correctly?
    2. I don't want to use wayland for display since I have patch the Qt souce before which will use EGLFS for display,
      so how can I remove the wayland(scripts, services) and use EGLFS?

    Thank you very much!!!

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved