Project

General

Profile

Actions

Bug #906

closed

Layout is too large for monitor

Added by Hammel over 1 year ago. Updated over 1 year ago.

Status:
Closed
Priority:
Immediate
Assignee:
Category:
General
Start date:
30 Sep 2022
Due date:
% Done:

100%

Estimated time:
Severity:
01 - Critical

Description

On an RPi 2B+ the layout (3x3) is larger than the display, which is 1920x1080 according to the pibox-config file (and that's the correct display size).

Actions #1

Updated by Hammel over 1 year ago

  • Target version changed from 3.0 - Corrino to 2.0 - Harkonnen
Actions #2

Updated by Hammel over 1 year ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 30

While there were a number of problems in how the calculations were done for each area of the launcher display, it turned out the real problem was with the monitor itself. It appears to not actually display to it's borders. If I move the same SD card to another monitor, and reset the pibox-config file to have the correct dimensions for that monitor, then the display works fine. The broken monitor advertises one size but doesn't actually display that size. It might be a monitor config option but so far I've not found a way to fix it via the monitor itself. Might be possible with overscanning settings in config.txt.

Updates are being made to the launcher to fix the computation problems.

libpibox needs a function that can be used to re-load the monitor dimensions via tvservice -s for the launcher (and any other app that needs it). That will be tracked as a separate issue. It's purpose it to allow an instance of PiBox to be moved to another monitor and it will just work.

Actions #3

Updated by Hammel over 1 year ago

  • % Done changed from 30 to 50

Looks like libpibox already gets the proper fb0 size via piboxGetDisplaySize() using sysfs. However, the size of the display reported by tvservice -s is wrong. So I need to stop using that for getting display size and only use the sysfs.

This means that firstboot probably needs to change to get display size from sysfs like piboxGetDisplaySize() when generating pibox-config. And pibox-config should be updated on every boot because the display might change if they move the RPi around.

Note: it's also possible that I may need to choose the smaller of the virtual display size (via sysfs) and tvservice -s. For now, I'll just use sysfs with the caveat I may need to choose between them if sysfs doesn't just work on the various hardware I have.

Actions #4

Updated by Hammel over 1 year ago

  • Status changed from In Progress to Closed
  • % Done changed from 50 to 100

This fix is specific to the init scripts for generating a proper pibox-config on each boot. If individual apps need updating (like to read sysfs directly via libpibox) then those issues will be tracked separately.

Changes tested, committed and pushed.

Closing issue.

Actions

Also available in: Atom PDF