* Add wallpaper to grup, set fixed screen size, enable hidpi mode on lightdm * Enable graphics terminal on UEFI x86, ARM64 can't test * Missing folder * Enable `Plymouth` * Add proper HiDpi support and enable intel graphics auto probing Tested on Intel and Nvidia, both works OOB. Plymouth works as expected, no text logs on screen, if OEM vendor logo is present, it picks it up auto, otherwise shows armbian (chip) logo Co-authored-by: hzy <hzyitc@outlook.com>
7 lines
305 B
Plaintext
7 lines
305 B
Plaintext
# Important: LINUXFAMILY and ARCH are defined _before_ including the common family include
|
|
[[ "$BUILD_DESKTOP" == yes && "$RELEASE" == jammy ]] && enable_extension "nvidia"
|
|
export UEFI_GRUB_TERMINAL="gfxterm"
|
|
export LINUXFAMILY="x86"
|
|
export ARCH="amd64"
|
|
source "${BASH_SOURCE%/*}/include/uefi_common.inc"
|