7a52ff4b46
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.
20 lines
759 B
Text
20 lines
759 B
Text
# Reference: <https://postmarketos.org/deviceinfo>
|
|
# Please use double quotes only. You can source this file in shell scripts.
|
|
|
|
deviceinfo_format_version="0"
|
|
deviceinfo_name="QEMU aarch64"
|
|
deviceinfo_manufacturer="QEMU"
|
|
deviceinfo_codename="qemu-aarch64"
|
|
deviceinfo_keyboard="true"
|
|
deviceinfo_dtb=""
|
|
deviceinfo_modules_initfs="virtio_mmio virtio_blk virtio-gpu virtio-pci virtio_net qxl drm_bochs"
|
|
deviceinfo_external_storage="true"
|
|
deviceinfo_flash_method="none"
|
|
deviceinfo_generate_legacy_uboot_initfs="false"
|
|
deviceinfo_arch="aarch64"
|
|
deviceinfo_kernel_cmdline="console=ttyAMA0,38400n8 console=tty1 PMOS_NO_OUTPUT_REDIRECT PMOS_FORCE_PARTITION_RESIZE"
|
|
deviceinfo_disable_dhcpd="true"
|
|
|
|
# Splash
|
|
deviceinfo_screen_width="1024"
|
|
deviceinfo_screen_height="768"
|