Disable sway for amd64 and rk3399

This commit is contained in:
sydarn 2024-03-16 14:42:17 +01:00
parent c964b6b7c2
commit aedb9b33d5
5 changed files with 6 additions and 15 deletions

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

@ -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

@ -1,9 +0,0 @@
#!/bin/sh
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
### Set the default device configuration
cat <<EOF >/storage/.config/profile.d/095-sway
WLR_DRM_DEVICES=/dev/dri/card1
WLR_BACKENDS=drm,libinput
EOF

View file

@ -35,7 +35,7 @@
DISPLAYSERVER="wl"
# Windowmanager to use (fluxbox / weston / no)
WINDOWMANAGER="sway"
WINDOWMANAGER="weston"
# Default weston terminal font size
WESTONFONTSIZE="18"
@ -46,7 +46,7 @@
GRAPHIC_DRIVERS="crocus i915 iris r300 r600 radeonsi virtio"
# additional packages to install
#ADDITIONAL_PACKAGES="sway"
# ADDITIONAL_PACKAGES=""
# additional Firmware to use ( )
# Space separated list is supported,

View file

@ -63,7 +63,7 @@
DISPLAYSERVER="wl"
# Windowmanager to use (fluxbox / weston / no)
WINDOWMANAGER="swaywm-env"
WINDOWMANAGER="weston"
# Pipewire audio support (yes / no)
PIPEWIRE_SUPPORT="yes"
@ -72,7 +72,7 @@
EXTRA_CMDLINE="quiet rootwait console=tty0 video=DSI-1:1152x1920p60 fbcon=rotate:3 ssh consoleblank=0 systemd.show_status=0 loglevel=0 panic=20"
# additional packages to install
#ADDITIONAL_PACKAGES=""
ADDITIONAL_PACKAGES=""
# additional Firmware to use ( )
# Space separated list is supported,