Display Text Too large on startup - possible GUI driver issues

Second Edit:

Quoting from Brian Murray on the launchpad forum for this bug:

"The verification of the Stable Release Update for mutter has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions."

First Edit:

It seems that a fix has come out of the launchpad forums. It has worked for me. Unhold the original hold below, if you did indeed use the below original solution. If not, do not use this command...

sudo apt-mark unhold libmutter-6-0

and download/install the package from the PPA as follows...

sudo add-apt-repository ppa:ci-train-ppa-service/4265.1 sudo apt-get update && sudo apt upgrade

The original answer I gave shall be left here for reference, in case the above is not happy, Jan.

Original:

So, for my machine, it seems that every startup script solution I have tried does not resize the text on the screen, on startup. The only solution that has worked for me has been taken from comment #17 at https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1892440 and involves downgrading the libmutter package to the state prior to the upgrade. The commands are as follows:

sudo apt install libmutter-6-0=3.36.1-3ubuntu3 gir1.2-mutter-6=3.36.1-3ubuntu3 sudo apt-mark hold libmutter-6-0

The first command reverts the package and the second command stops subsequent update events from updating the package. The second command is optional, but it means that you will manually either have to unselect this update or re-run the first command untill the problem is fixed with the package.