diff options
| author | 2026-08-04 15:00:48 +0700 | |
|---|---|---|
| committer | 2026-08-04 15:00:48 +0700 | |
| commit | ce7e0485e805d14a566a933788cd3fddac9cb733 (patch) | |
| tree | 285197389098524eb5c08088c4cb9f2f76595e63 /README.md | |
| parent | 3f5ee6ecfde3a6cb4e047eb5357afad43034bc13 (diff) | |
| download | kiwi-descriptions-ce7e0485e805d14a566a933788cd3fddac9cb733.tar.gz kiwi-descriptions-ce7e0485e805d14a566a933788cd3fddac9cb733.zip | |
fix: switch suspend to interactive on power button press in gnome
session
fix: switch 'deep' suspend to 's2idle'
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -30,12 +30,13 @@ To build this on Fedora Linux: ## What is left out (for now) -* Live CD has to run in RAM, so `rd.live.ram=1` is set for cmdline. Otherwise, at least on my ancient flash drive, it fails to load multiple necessary services, including `polkit`. +* Live CD has to run in RAM, so `rd.live.ram=1` is set for cmdline. Otherwise, at least on my ancient flash drive, it fails to load multiple necessary services, including `polkit`. So, ~5 minutes of loading on USB 2 drive, while screen is not backlit, is to be expected. * No rescue vmlinuz. * No secure boot possible for this ISO for now, as the platform used is `efi` and not `uefi`. -* No GRUB auto hidden menu. Trying to have the menu hidden results in system leads to restart after trying to boot it. +* No GRUB auto hidden menu. Trying to have the menu hidden results in system restarting after trying to boot it. * `wireupcameras.service` (which enables tablet's cameras to be used) fails on installed system (not in Live CD though), as no `/dev/media*` gets initialized. -* No hardware video decoding for now, as the iris video codec (`qcvss8380_pa.mbn`) is Windows-only (as far as I researched), but you can copy one to `/lib/firmware/qcom/x1p42100/Microsoft/Surface12/`, if you have Windows ARM64 partition. +* No hardware video decoding for now, as the iris video codec (`qcvss8380_pa.mbn`) is Windows-only (as far as I researched), but you can copy one to `/lib/firmware/qcom/x1p42100/Microsoft/Surface12/`, if you have Windows ARM64 upartition. +* Suspend on Snapdragon X is still very unstable. No deep sleep is available, so `mem_sleep_default=s2idle` was set. Even that leads to compromises as suspending via GNOME results in hard freeze, so the default power button behavior was changed to `interactive` and should not be changed back to `suspend`. ## Image variants |