[Bug 1968532] [NEW] Subiquity does not clear the screen when starting

Heinrich Schuchardt 1968532 at bugs.launchpad.net
Mon Apr 11 08:32:40 UTC 2022


Public bug reported:

When the live-installer is run via a serial console the screen size is
not detected correctly.

During the installation we see a mixture of subiquity and whatever
happened to be on the screen before (see appended screen shot). Please,
clear the screen completely.

The first incorrect output is when asking whether to use the graphical
installer. So the clear screen must be done before that question.

A complete clear screen is possible in C with:

#define CSI "\x1b["
printf(CSI "2J" CSI "1;1H");

Best regards

Heinrich

** Affects: subiquity (Ubuntu)
     Importance: Undecided
         Status: New

** Attachment added: "Screenshot_20220411_102106.png"
   https://bugs.launchpad.net/bugs/1968532/+attachment/5579244/+files/Screenshot_20220411_102106.png

-- 
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to subiquity in Ubuntu.
https://bugs.launchpad.net/bugs/1968532

Title:
  Subiquity does not clear the screen when starting

Status in subiquity package in Ubuntu:
  New

Bug description:
  When the live-installer is run via a serial console the screen size is
  not detected correctly.

  During the installation we see a mixture of subiquity and whatever
  happened to be on the screen before (see appended screen shot).
  Please, clear the screen completely.

  The first incorrect output is when asking whether to use the graphical
  installer. So the clear screen must be done before that question.

  A complete clear screen is possible in C with:

  #define CSI "\x1b["
  printf(CSI "2J" CSI "1;1H");

  Best regards

  Heinrich

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/subiquity/+bug/1968532/+subscriptions




More information about the foundations-bugs mailing list