- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django - Skills: GOG CLI, Last30Days, baoyu-skills - Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验 - 微信公众号: 养虾日记1-5, AI时代赚钱 - 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard - AI目录补充: 20个文件 Source pages: 51 Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等 Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
1.4 KiB
1.4 KiB
title, type, tags, date
| title | type | tags | date | ||||
|---|---|---|---|---|---|---|---|
| Ubuntu用RustDesk远程登录出现不能使用Wayland登录的错误 | source |
|
2025-10-01 |
Source File
Summary
- 核心主题:解决 Ubuntu 24.04 Wayland 导致 RustDesk 无法在登录界面远程控制的故障
- 问题域:远程桌面配置
- 方法/机制:禁用 Wayland,强制系统使用 X11 (Xorg) 显示协议
- 结论/价值:通过 /etc/gdm3/custom.conf 设置 WaylandEnable=false,RustDesk 可正常工作
Key Claims
- Ubuntu 24.04 默认使用 Wayland,Wayland 出于安全设计限制外部程序在未登录状态下获取屏幕控制权
- 解决方案:编辑 /etc/gdm3/custom.conf,取消注释 WaylandEnable=false
- 重启 GDM 服务:sudo systemctl restart gdm3
Key Quotes
"WaylandEnable=false" — 强制 Ubuntu 登录界面使用 X11 的关键配置
Key Concepts
- Wayland:Linux 现代化显示协议,安全性高但兼容性差
- X11 (Xorg):传统显示协议,RustDesk 兼容性好
- GDM3:GNOME 显示管理器
Key Entities
Connections
Contradictions
- 无