From ab5ad8d7cd924364a5549b5cd16f49edfca19096 Mon Sep 17 00:00:00 2001 From: Kevin Kim Date: Mon, 23 Dec 2024 14:31:09 +0900 Subject: [PATCH] Update plymouth configuration to fix logo display issue - Set DeviceScale value to 1 in plymouthd.conf to resolve display problems with the plymouth logo. --- debian/changelog | 7 +++++++ etc/plymouth/plymouthd.conf | 2 ++ 2 files changed, 9 insertions(+) create mode 100644 etc/plymouth/plymouthd.conf diff --git a/debian/changelog b/debian/changelog index f95d56d..31ae465 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +hamonikr-system (8.2.6) unstable; urgency=medium + + * Changed plymouth DeviceScale value to 1 + - Fix plymouth logo display issue + + -- HamoniKR Mon, 23 Dec 2024 14:28:56 +0900 + hamonikr-system (8.2.5) unstable; urgency=medium * Enabled naver whale repo script diff --git a/etc/plymouth/plymouthd.conf b/etc/plymouth/plymouthd.conf new file mode 100644 index 0000000..4618445 --- /dev/null +++ b/etc/plymouth/plymouthd.conf @@ -0,0 +1,2 @@ +[Daemon] +DeviceScale=1 \ No newline at end of file