Add several workaround needles for RHBZ#1933378

There's a bug in F34/Rawhide lately where the bootsplash isn't
fully cleared when displaying text consoles, this causes all the
login needles not to match. Add several workarounds to make the
most common cases at least work with the bug, failing on it is
not much use.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2021-03-01 16:39:07 -08:00
parent b6a6c1d7dd
commit dda86c52a6
12 changed files with 147 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"area": [
{
"width": 77,
"type": "match",
"height": 17,
"ypos": 111,
"xpos": 1
}
],
"properties": [
{
"name": "workaround",
"value": "buggy display due to bootsplash not clearing #1933378"
}
],
"tags": [
"console_password_required",
"ENV-DISTRI-fedora"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -0,0 +1,21 @@
{
"area": [
{
"ypos": 111,
"height": 17,
"xpos": 1,
"type": "match",
"width": 77
}
],
"properties": [
{
"value": "buggy display due to bootsplash not clearing #1933378",
"name": "workaround"
}
],
"tags": [
"console_password_required",
"ENV-DISTRI-fedora"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -0,0 +1,30 @@
{
"area": [
{
"xpos": 8,
"ypos": 128,
"height": 16,
"type": "match",
"width": 40
},
{
"xpos": 113,
"ypos": 129,
"height": 14,
"type": "match",
"width": 17
}
],
"properties": [
{
"name": "workaround",
"value": "buggy display due to bootsplash not clearing #1933378"
}
],
"tags": [
"root_logged_in",
"root_console",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,30 @@
{
"area": [
{
"xpos": 7,
"height": 16,
"ypos": 144,
"width": 40,
"type": "match"
},
{
"ypos": 144,
"height": 14,
"xpos": 113,
"type": "match",
"width": 17
}
],
"properties": [
{
"name": "workaround",
"value": "buggy display due to bootsplash not clearing #1933378"
}
],
"tags": [
"root_logged_in",
"root_console",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-server"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,22 @@
{
"area": [
{
"xpos": 48,
"height": 15,
"ypos": 96,
"width": 61,
"type": "match"
}
],
"properties": [
{
"name": "workaround",
"value": "buggy display due to bootsplash not clearing #1933378"
}
],
"tags": [
"text_console_login",
"login_screen",
"ENV-DISTRI-fedora"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -0,0 +1,23 @@
{
"area": [
{
"width": 61,
"type": "match",
"xpos": 48,
"height": 15,
"ypos": 96
}
],
"properties": [
{
"name": "workaround",
"value": "buggy display due to bootsplash not clearing #1933378"
}
],
"tags": [
"text_console_login",
"login_screen",
"ENV-DISTRI-fedora",
"ENV-FLAVOR-develop"
]
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB