补充资料。

Signed-off-by: rick.chan <cy@haoan119.com>
This commit is contained in:
rick.chan 2024-07-04 10:11:16 +08:00
parent c3866909ab
commit 8d49992ea6
1 changed files with 38 additions and 0 deletions

View File

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