Disable sway on rk3566 (for now), remove system wide panfrost forcepack

This commit is contained in:
sydarn 2024-03-25 13:14:32 +01:00
parent 14b87b0de4
commit b39e7c2c40
4 changed files with 2 additions and 10 deletions

View file

@ -1,4 +0,0 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
export PAN_MESA_DEBUG=forcepack

View file

@ -1,4 +0,0 @@
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
export PAN_MESA_DEBUG=forcepack

View file

@ -4,5 +4,5 @@
### Set the default device configuration
cat <<EOF >/storage/.config/profile.d/090-ui_service
UI_SERVICE="sway.service essway.service"
UI_SERVICE="weston.service"
EOF

View file

@ -64,7 +64,7 @@
DISPLAYSERVER="wl"
# Windowmanager to use (fluxbox / weston / no)
WINDOWMANAGER="swaywm-env"
WINDOWMANAGER="weston"
# Pipewire audio support (yes / no)
PIPEWIRE_SUPPORT="yes"