pmaports/device/community/device-nokia-n900/deviceinfo
Sicelo A. Mhlongo 5aa2aaf449
device-nokia-n900: improve zram, screenlock and audio config
- switch to pactl for volume adjustment since we now have UCM2 and can
  use pulseaudio natively
- modify screenlock to prevent false activity causing screen to remain
  turned on indefinitely
- set swapfile to 220M to reduce likelihood of thrashing
- switch zram algorithm to lz4, which might have even better performance
  on N900 than lzo-rle

Signed-off-By: Sicelo A. Mhlongo <absicsz@gmail.com>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/9107>
2026-07-24 14:16:23 +00:00

24 lines
743 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="Nokia N900"
deviceinfo_manufacturer="Nokia"
deviceinfo_codename="nokia-n900"
deviceinfo_year="2009"
deviceinfo_chassis="handset"
deviceinfo_dtb="omap3-n900"
deviceinfo_append_dtb="true"
deviceinfo_arch="armv7"
# Device related
deviceinfo_keymaps="us/rx51_us ch/rx51_ch it/rx51_it fi/rx51_fi se/rx51_se"
deviceinfo_external_storage="true"
deviceinfo_swap_size_recommended="220"
deviceinfo_drm="true"
deviceinfo_zram_swap_algo="lz4"
# Bootloader related
deviceinfo_flash_method="0xffff"
deviceinfo_generate_legacy_uboot_initfs="true"
deviceinfo_partition_type="msdos"