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

32
wiki/concepts/X11-Xorg.md Normal file
View File

@@ -0,0 +1,32 @@
---
title: "X11 (Xorg)"
type: concept
tags: [display-protocol, linux, x11]
last_updated: 2026-04-17
---
## Aliases
- X11
- Xorg
- X Window System
## Description
传统的 Linux 显示协议Ubuntu 早期版本默认使用,现在可作为 Wayland 的替代方案。
## Key Characteristics
- 兼容性更好,支持更多远程桌面软件
- 允许外部程序在登录界面获取屏幕控制权
- 通过 GDM3 配置可强制使用 X11 替代 Wayland
## Configuration
在 /etc/gdm3/custom.conf 中设置:
```
[daemon]
WaylandEnable=false
```
## Relationship to Other Concepts
- 前身:传统 X11
- 替代:[[Wayland]]
- 兼容:[[GDM3]]
- 远程桌面:支持 [[RustDesk]] 正常工作