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. EGLFS display output setup with Intel NUC
Forum Updated to NodeBB v4.3 + New Features

EGLFS display output setup with Intel NUC

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
1 Posts 1 Posters 653 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.
  • H Offline
    H Offline
    HSLee
    wrote on last edited by HSLee
    #1

    Hey guys,

    I have question about display output resolution setup with Intel NUC.
    I read the documentation:
    http://doc.qt.io/QtForDeviceCreation/qtee-customization.html
    and not find method to customize resolution with Intel NUC.

    I am working on application run under eglfs (boot2qt) on Intel NUC and it require to connect to a HDMI display EDID shows supports 1920x1080, 1280x720, 1024x768, and 800x600, (it's actually go through HDMI and MIPI converter) Is there anyway to setup resolution to 480x600? I've tried kernel command line:

    drm_kms_helper.edid_firmware=edid/480x600.bin

    480x600.bin is made by modeline2edid and modeline was generated by cvt on my host machine.

    and it's not working. Error occurs during boot:

    ERROR Requesting EDID firmware "edid/480x600.bin" failed (err=-2)

    I know this method could work because I've tried the sample edid.bin file (1280x1024.bin) and the display show picture with 1280x1080 set.
    (default/preferred is 1280x720)

    Or maybe there's other way to force resolution with Intel NUC?

    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