qemu-*: set screen resolution to 1024x768 (!1029)

For some reason, the default SDL UI has been using 1024x768 for a while
now. This causes the splash screen to look weird because it is too small.

Now that pmbootstrap tries to configure 1024x768 in all cases
we can change the resolution for the device ports.
This commit is contained in:
Minecrell 2020-03-06 11:51:45 +01:00 committed by Oliver Smith
parent 6bfe39d804
commit 7a52ff4b46
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
4 changed files with 6 additions and 6 deletions

View file

@ -57,5 +57,5 @@ kernel_mainline() {
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}
sha512sums="5e9fce6d4dd0e46f2ee63f8440f175cecf2baff62f437e6ff82dd086f5209e3f2dcbf4f6def01ce77e6033d22b4063faa6c551405a16832bf09f8155a1b0d50c deviceinfo
sha512sums="4f6954f0e7c75b431e42f3f4c6fc4ad7c366550c8948c382ee5b7314b4cd85ccb9433489e94cd410797afd838246d582d0d34789b1349b64dde2a0cea9316f1c deviceinfo
de794566118f1744d068a94e6a75b61d43f6749a4b0871a5270fa7a2048164d609c71fcffa61845c2a7dd4cb5fbeb72c0e4f8b73b382f36d6ff0bcc9b8a5ae25 weston.ini"

View file

@ -16,5 +16,5 @@ deviceinfo_kernel_cmdline="console=ttyAMA0,38400n8 console=tty1 PMOS_NO_OUTPUT_R
deviceinfo_disable_dhcpd="true"
# Splash
deviceinfo_screen_width="640"
deviceinfo_screen_height="480"
deviceinfo_screen_width="1024"
deviceinfo_screen_height="768"

View file

@ -72,5 +72,5 @@ kernel_mainline() {
devicepkg_subpackage_kernel $startdir $pkgname $subpkgname
}
sha512sums="d7c3a12f38e34b409a8b3767122ceb6803c64014e61c7211e7987274353bf47a9262318e633679861fec203cf717907ab1a1b14668fb81a2a8b6461a1bcaeea1 deviceinfo
sha512sums="72d928f9d6fb6835e86678b4e9298c183f32abd63b6ba20fd1e008b2f20dc92c2a8f128ab21655da00b266eb972d0b07f6bac00186199b313033d4edc753d3ac deviceinfo
47b27c7572b8737988488f7eb23b9e68f9a944e22baafe1c78355d2514a2554cf41d99b29fca12238eb13a6f5d53f00ca89b94e534e8461ebab72256dcf0f142 weston.ini"

View file

@ -16,5 +16,5 @@ deviceinfo_kernel_cmdline="console=tty1 console=ttyS0 PMOS_NO_OUTPUT_REDIRECT PM
deviceinfo_disable_dhcpd="true"
# Splash
deviceinfo_screen_width="640"
deviceinfo_screen_height="480"
deviceinfo_screen_width="1024"
deviceinfo_screen_height="768"