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. Display management: Colour depth
Qt 6.11 is out! See what's new in the release blog

Display management: Colour depth

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 Posters 799 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.
  • K Offline
    K Offline
    kavitavelu
    wrote on last edited by
    #1

    In the Linux kernel the colour is defined as RGB555 with 16bits per pixel.
    The RFS has the following definitions for display:
    -qt-gfx-transformed
    -qt-gfx-vnc \

    Following configurations are made for the display:
    export QWS_SIZE=480X2720
    export QWS_DISPLAY=VNC:LinuxFb

    I find that the display on LCD is proper, but, different section of display on VNC is not visible.
    I tried including the depth in the display settings as shown below, but there was no change.
    export QWS_DEPTH=16

    Why is the display not clear in VNC? What additional settings have to be made to get a proper display on VNC?

    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