From 8d49992ea6f3ebb7bfa67ff3ba3125d3df32b09b Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Thu, 4 Jul 2024 10:11:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=B5=84=E6=96=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Ecology/LubanCat1/LubanCat1_安装_Weston.md | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/Ecology/LubanCat1/LubanCat1_安装_Weston.md b/Ecology/LubanCat1/LubanCat1_安装_Weston.md index 786031a..c2f6bac 100644 --- a/Ecology/LubanCat1/LubanCat1_安装_Weston.md +++ b/Ecology/LubanCat1/LubanCat1_安装_Weston.md @@ -22,6 +22,44 @@ WESTON_DRM_KEEP_RATIO=1 WESTON_FREEZE_DISPLAY=/tmp/.freeze_weston ``` +/etc/xdg/weston/weston.ini.d/pixman.ini + +```ini +[core] +use-pixman=true +``` + +/etc/xdg/weston/weston.ini + +```ini +[core] +xwayland=false +backend=drm-backend.so +idle-time=0 + +[keyboard] +keymap_layout=gb + +[output] +name=HDMI-A-1 +mode=2560x1080 + +[shell] +locking=false +panel-color=0x88882244 +panel-position=bottom +panel-scale=2 +background-color=0x88882244 + + +[launcher] +icon=/usr/share/icons/locolor/32x32/apps/gvim.png +path=/usr/bin/weston-terminal + +#[autolaunch] +#path=/usr/bin/weston-terminal +``` + ```bash git clone https://gitlab.freedesktop.org/wayland/wayland.git v1.21.0 git clone https://gitlab.freedesktop.org/wayland/wayland-protocols.git v1.24