Files
nexus/wiki/concepts/Wayland.md
2026-04-17 08:38:12 +08:00

19 lines
624 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
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 下无法在登录界面正常工作