Enable sway rk3326 and rk3566

This commit is contained in:
sydarn 2024-03-28 20:31:24 +01:00
parent 39ab7f29a5
commit 5c351b6fe2
4 changed files with 9 additions and 7 deletions

View file

@ -1,8 +1,9 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
# Copyright (C) 2024 ROCKNIX (https://github.com/ROCKNIX)
### Set the default device configuration
cat <<EOF >/storage/.config/profile.d/090-ui_service
UI_SERVICE="weston.service"
UI_SERVICE="sway.service essway.service"
EOF

View file

@ -1,8 +1,9 @@
#!/bin/sh
# SPDX-License-Identifier: Apache-2.0
# Copyright (C) 2022-present Fewtarius
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
# Copyright (C) 2024 ROCKNIX (https://github.com/ROCKNIX)
### Set the default device configuration
cat <<EOF >/storage/.config/profile.d/090-ui_service
UI_SERVICE="weston.service"
UI_SERVICE="sway.service essway.service"
EOF

View file

@ -64,7 +64,7 @@
DISPLAYSERVER="wl"
# Windowmanager to use (fluxbox / weston / no)
WINDOWMANAGER="weston"
WINDOWMANAGER="swaywm-env"
# kernel serial console
EXTRA_CMDLINE="quiet rootwait console=ttyFIQ0 console=tty0 ssh consoleblank=0 systemd.show_status=0 loglevel=0 panic=20"

View file

@ -64,7 +64,7 @@
DISPLAYSERVER="wl"
# Windowmanager to use (fluxbox / weston / no)
WINDOWMANAGER="weston"
WINDOWMANAGER="swaywm-env"
# Pipewire audio support (yes / no)
PIPEWIRE_SUPPORT="yes"
@ -90,7 +90,7 @@
# for a list of additional drivers see packages/linux-drivers
# Space separated list is supported,
# e.g. ADDITIONAL_DRIVERS="DRIVER1 DRIVER2"
# ADDITIONAL_DRIVERS=""
# ADDITIONAL_DRIVERS=""
# build and install driver addons (yes / no)
DRIVER_ADDONS_SUPPORT="no"