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. Wayland Qt api, wl_display_connect("wayland-1");
Forum Updated to NodeBB v4.3 + New Features

Wayland Qt api, wl_display_connect("wayland-1");

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 831 Views 1 Watching
  • 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.
  • M Offline
    M Offline
    mcm_qt
    wrote on last edited by
    #1

    Hi,

    While using X11 in embedded platform we have options like below to write in to specific display layer for overlay screens as shown below:

    ./qtapp-name -display Linuxfb:/dev/fb2:enable=1.

    While accessing different display layers in wayland, we can have an option to call api similar like this:
    wl_display_connect("wayland-1"); or wl_display_connect("wayland-2");
    but by default it is wl_display_connect("wayland-0"); or wl_display_connect(NULL);

    I'm developing quick 3d applications using qt (a POC for 3D embedded real-time applications), is there any way to access different frame buffers as like we can do in X11 for Qt applications?

    Any inputs are welcome.

    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