From f5a93c990a4e765760189763d63894ef75a69da9 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 19 Sep 2023 02:27:42 -0700 Subject: Add lima to mkinitcpio.conf MODULES array to fix osk-sdl error and cannot load Danct12 pushed this commit: , changed `CONFIG_DRM_LIMA=y` to `CONFIG_DRM_LIMA=m` in PKGBUILDS/pine64/linux-megi/config, result in "MESA-LOADER: failed to open zink/swrast/kms_swrast ..." error and osk-sdl can't load. Danct12 said in matrix room: "i actually just moved lima and panfrost from built-in to module to save some space. you can still boot from another media and unlock the drive, mount boot and add "panfrost" to mkinitcpio's modules. then regen initramfs, that should work."[1] So I tried to add lima to to mkinitcpio.conf MODULES array and the issue is fixed. [1]:https://matrix.to/#/!lmoJhRvQcNTuGtHgry:kde.org/$esCkS8s6e1LTwvEOUAPGPFdlex1RvkhOTFHP0dflDb0?via=kde.org&via=matrix.org&via=privacytools.io --- etc/mkinitcpio.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/mkinitcpio.conf') diff --git a/etc/mkinitcpio.conf b/etc/mkinitcpio.conf index aa2b6925..64b5ae10 100644 --- a/etc/mkinitcpio.conf +++ b/etc/mkinitcpio.conf @@ -4,7 +4,7 @@ # run. Advanced users may wish to specify all system modules # in this array. For instance: # MODULES=(usbhid xhci_hcd) -MODULES=() +MODULES=(lima) # BINARIES # This setting includes any additional binaries a given user may -- cgit v1.2.3-70-g09d2