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
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1968532

Title:
  Subiquity does not clear the screen when starting

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


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to