Project

General

Profile

Actions

Bug #952

closed

Firstboot display "Display wxh: NOTOUCH x NOTOUCH"

Added by Hammel about 1 year ago. Updated 12 months ago.

Status:
Closed
Priority:
Immediate
Assignee:
Category:
Install Tools
Target version:
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

Related to PiBox - Bug #960: optimizeTouchScreen is writing bogus framebuffer settings to config.txt on 7" touchscreen systems.ClosedHammel30 Apr 2023

Actions
Actions #1

Updated by Hammel about 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.

Actions #2

Updated by Hammel 12 months ago

  • Related to Bug #960: optimizeTouchScreen is writing bogus framebuffer settings to config.txt on 7" touchscreen systems. added
Actions #3

Updated by Hammel 12 months 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
Actions #4

Updated by Hammel 12 months ago

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

Implemented, tested, committed and pushed.

Closing issue.

Actions

Also available in: Atom PDF