Actions
Bug #952
closedFirstboot display "Display wxh: NOTOUCH x NOTOUCH"
Start date:
26 Mar 2023
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
This doesn't appear to cause any problems but something is reading the wrong fields in pibox-config, I think.
Related issues
Updated by Hammel over 1 year ago
- Status changed from New to In Progress
- % Done changed from 0 to 40
This just a simple switch from
resolution="$(tail -1 "${PIBOXCONFIG}")"
to
resolution="$(sed -n '2p' "${PIBOXCONFIG}")"
in etc/init.d/firstboot.
Updated by Hammel over 1 year ago
- Related to Bug #960: optimizeTouchScreen is writing bogus framebuffer settings to config.txt on 7" touchscreen systems. added
Updated by Hammel over 1 year ago
- Priority changed from Urgent to Immediate
- Target version changed from 3.0 - Corrino to 2.0 - Harkonnen
- Severity changed from 02 - High to 01 - Critical
Updated by Hammel over 1 year ago
- Status changed from In Progress to Closed
- % Done changed from 40 to 100
Implemented, tested, committed and pushed.
Closing issue.
Actions