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

32 lines
701 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: "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]] 正常工作