Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

19
wiki/concepts/Wayland.md Normal file
View File

@@ -0,0 +1,19 @@
---
title: "Wayland"
type: concept
tags: [display-protocol, linux, wayland]
last_updated: 2026-04-17
---
## Description
Linux 桌面环境的现代显示协议,作为 X11 的继任者设计,提供更好的安全性和性能。
## Key Characteristics
- 相比 X11 更加安全,限制客户端之间的隔离
- 默认用于 Ubuntu 24.04
- 出于安全设计,严格限制外部程序在用户未登录状态下获取屏幕控制权
## Relationship to Other Concepts
- 继任者:[[X11 (Xorg)]]
- 兼容:[[GDM3]](登录管理器)
- 远程桌面问题RustDesk 在 Wayland 下无法在登录界面正常工作