Disable sway on rk3566 (for now), remove system wide panfrost forcepack
This commit is contained in:
parent
14b87b0de4
commit
b39e7c2c40
4 changed files with 2 additions and 10 deletions
|
@ -1,4 +0,0 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
export PAN_MESA_DEBUG=forcepack
|
|
@ -1,4 +0,0 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
export PAN_MESA_DEBUG=forcepack
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue