Xorg(也写作 X.Org Server)是 Linux/类 Unix 系统中常见的 X Window System(X11)显示服务器实现,负责把图形界面程序的窗口、输入(键盘/鼠标)与显示硬件连接起来。(注:在一些系统中正逐步被 Wayland 等替代。)
/ˈzɔːrɡ/
I installed Xorg to get a graphical desktop.
我安装了 Xorg 来获得图形桌面。
Because the remote machine was running Xorg, I could forward the GUI over SSH and open the application on my laptop.
由于远程机器运行着 Xorg,我可以通过 SSH 转发图形界面,把应用窗口显示在我的笔记本上。
“Xorg”源自 X.Org 这一组织/项目名称(X.Org Foundation),它维护并发布 X Window System 的开源实现与相关组件;其中的 “X” 指 X Window System(X11) 这一图形窗口系统标准/协议。