From ae57a82b677589bf522952b2c15442b969d73b40 Mon Sep 17 00:00:00 2001 From: Stephan Gerhold Date: Sat, 23 Nov 2024 18:28:20 +0100 Subject: [PATCH] device-samsung-serranove: drop display panel workaround (MR 5847) In linux-postmarketos-qcom-msm8916 this is fixed properly thanks to a patch from Jakob Hauser. The cmdline parameter is no longer necessary, and just causes the display to be horizontally flipped again. [ci:skip-build]: already built successfully in CI --- device/community/device-samsung-serranove/APKBUILD | 4 ++-- device/community/device-samsung-serranove/deviceinfo | 5 +---- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/device/community/device-samsung-serranove/APKBUILD b/device/community/device-samsung-serranove/APKBUILD index ce7682b79..a312bddc0 100644 --- a/device/community/device-samsung-serranove/APKBUILD +++ b/device/community/device-samsung-serranove/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Minecrell pkgname=device-samsung-serranove pkgdesc="Samsung Galaxy S4 Mini Value Edition" -pkgver=14 +pkgver=15 pkgrel=0 url="https://postmarketos.org" license="MIT" @@ -53,7 +53,7 @@ phosh() { } sha512sums=" -7acbdb4baa909ff0920a3a6e43da76cf6026bc45c74adbbbac1890ddfcf7d360c6f8fe13f234a1c6569923ebbaec0545ce71ab1a483ea3668c763147f0b0268f deviceinfo +46f7fd128002a8c348c64ad33fa5dd22623c08f393f43f73c73686ed506c64435f5a51b39ab45de9b9055389bd50c55a4d1496e6d5672ed6aafe58814e7bcbf0 deviceinfo 0c92ace5c522d039d356e8914c0e0237e11fc38dd05390ba7a89532be659707d2b499ae77b263c5984345caac11fd007bd6d1e279d3426126bc276a0bcd9348b modules-initfs 1bc90a1a67309b43435039332b2a1d7e606408c6429b3cb8991a57f53dd4de36fbe471481b6481fbdb098c3819344e8093dd8eab0d34eb3c091ab6d8abd5c087 phoc.ini " diff --git a/device/community/device-samsung-serranove/deviceinfo b/device/community/device-samsung-serranove/deviceinfo index 0db148170..cc3a28850 100644 --- a/device/community/device-samsung-serranove/deviceinfo +++ b/device/community/device-samsung-serranove/deviceinfo @@ -18,10 +18,7 @@ deviceinfo_external_storage="true" deviceinfo_screen_width="540" deviceinfo_screen_height="960" deviceinfo_getty="ttyMSM0;115200" - -# The panel on this device displays everything horizontally flipped for some reason (WTF Samsung?). -# Make it look normal by instructing the kernel to flip the screen using video=540x960,reflect_x. -deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200 video=540x960,reflect_x" +deviceinfo_kernel_cmdline="earlycon console=ttyMSM0,115200" # Bootloader related deviceinfo_flash_method="fastboot"