Automic VaultAutomic Vault

brew

xorg-server を Homebrew, apk, MacPorts, Nix, pacman, apt, dnf, zypper でインストール

xorg-server のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install xorg-server

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install xorg-server

MacPorts ports tree · x11/xorg-server/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add xorg-server

Alpine Linux edge package indexes · xorg-server · ソース: dl-cdn.alpinelinux.org

Nix確認済み · 92%
nix profile install nixpkgs#xorg-server

nixpkgs package indexes · pkgs/by-name/xo/xorg-server/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S xorg-server

Arch Linux sync databases · xorg-server · ソース: geo.mirror.pkgbuild.com

Debian apt確認済み · 92%
sudo apt install xnest

Debian stable package indexes · xnest · ソース: deb.debian.org

Fedora dnf確認済み · 92%
sudo dnf install xorg-x11-server-Xephyr

Fedora Rawhide package metadata · xorg-x11-server-Xephyr · ソース: dl.fedoraproject.org

openSUSE zypper確認済み · 92%
sudo zypper install xvfb-run

openSUSE Tumbleweed package metadata · xvfb-run · ソース: download.opensuse.org

概要

パッケージ概要

X Window System display server

コマンドとエイリアス

  • X
  • Xephyr
  • Xnest
  • Xorg
  • Xvfb
  • gtf
  • xvfb-run

履歴

プロジェクトの歴史と使われ方

X.Org Server is the reference X11 display server maintained by the X.Org project. It is the process behind the familiar DISPLAY model: clients connect to an X server, ask it to create windows and draw, and receive input through the X protocol.

For package nerds, xorg-server is not just one binary. It is the package that provides Xorg plus specialized servers such as Xvfb, Xephyr, Xnest, and related utilities, making it central to graphical desktops, remote GUI workflows, headless test runs, and decades of Unix compatibility.

プロジェクトの歴史

The Xorg manual says the server was derived by the X.Org Foundation from the XFree86 project's XFree86 4.4rc2 release; XFree86 itself came from the earlier X386 work contributed to X11R5. That lineage matters because the 2004 X.Org transition turned the de facto open Unix X server into a foundation-maintained project under the freedesktop.org development umbrella.

X.Org's X11R7.7 release notes explain the larger release history: X11's network protocol version was first released in 1988 and remained upward-compatible for decades, while the X.Org Foundation, founded in early 2004, issued releases from X11R6.7 onward. The server therefore carries both old X protocol compatibility and the post-XFree86 maintenance model.

A major turning point was modularization. X11R7.0, released in 2005, moved away from the old monolithic source tree into separately released modules. X.Org's version-numbering document notes that X11R7.0 included the xorg-server 1.0 module and that module versions became the most accurate way to track server development.

採用の歴史

X.Org Server rapidly became the standard open-source X server for Linux and BSD desktops after the XFree86 split. The Xorg manpage lists broad operating-system and architecture support, including Linux, FreeBSD, NetBSD, OpenBSD, Solaris, GNU Hurd, Mac OS X via Xquartz, and Win32/Cygwin via XWin.

The modular X.Org era also made distribution packaging more practical: servers, drivers, libraries, fonts, and applications could be released and updated independently. X.Org's release notes describe builders watching xorg-announce for individual module updates rather than waiting for a full window-system roll-up.

Even as Wayland became the modern Linux display-server direction, X.Org Server remained important through Xwayland compatibility, legacy Xorg sessions, nested servers, and headless tools. Xvfb and Xephyr in particular kept the package relevant beyond desktop login sessions: test suites, CI jobs, browser automation, and remote GUI debugging still depend on X server behavior.

使われ方

On a traditional Unix-like desktop, Xorg is launched by a display manager or startx/xinit, loads video and input drivers, reads xorg.conf and xorg.conf.d configuration when needed, and brokers windows, drawing, and input for client applications.

In development and automation, Xvfb provides a virtual framebuffer for programs that require an X display without real hardware. Xephyr runs a full X server inside a window on another X display, useful for nested sessions, compositor testing, and isolating graphical experiments. Xnest serves a related nested-server role with different tradeoffs.

Administrators and package maintainers care about xorg-server because it is a convergence point for kernel device access, input stacks, graphics drivers, font paths, extension versions, and security policy. Small changes in this package can affect everything from terminal emulators to browser tests.

パッケージ好きにとっての重要性

Few packages have more historical gravity in Unix GUI stacks. xorg-server embodies the X11 split between server, clients, libraries, drivers, and protocol extensions, so packaging it correctly means understanding an entire ecosystem rather than a single executable.

It is also a classic example of infrastructure that became less visible as it got more mature. A user may never type Xorg directly, but the package can decide whether old CAD tools, Tcl/Tk apps, X11 forwarding, headless browser tests, and desktop sessions work at all.

The modularization story is a package-management lesson in itself: the X.Org stack moved from one large release artifact to many independently versioned modules, matching the way distributions and source package systems actually want to update fast-moving drivers and servers.

タイムライン

  • 1988: X11 protocol version 11 is first released, according to X.Org release notes.
  • Early 2004: The X.Org Foundation is founded and begins issuing X11 releases from X11R6.7 onward.
  • 2004: X.Org Server is derived from XFree86 4.4rc2.
  • 2005-12-21: X11R7.0 is released with the modular xorg-server 1.0 module.
  • 2010-12-20: X11R7.6 adds xorg.conf.d directories, InputClass sections, udev support on Linux, improved documentation, and integrated xcb.
  • 2012-06-06: X11R7.7 is released, adding multitouch input support, Sync fences, and pointer barriers.
  • After X11R7.7: X.Org stops producing unified whole-stack releases and releases individual modules as needed.

Related projects

  • XFree86 is the immediate source lineage from which X.Org Server was forked.
  • Xwayland lets X11 clients run in Wayland environments and keeps Xorg code relevant in modern desktops.
  • XQuartz and XWin are platform-specific X servers for macOS and Windows/Cygwin environments.
  • Xvfb, Xephyr, and Xnest are specialized X servers shipped from the same server family for virtual and nested display use.

セキュリティ状態

保護ツール対応はまだ見つかっていません

xorg-server に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 18 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 8 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
/etc/X11/xorg.conf/etc/xorg.conf/etc/X11/xorg.conf.d/usr/share/X11/xorg.conf.d

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
Xcliグローバル実行可能ファイル
Xephyrcliグローバル実行可能ファイル
Xnestcliグローバル実行可能ファイル
Xorgcliグローバル実行可能ファイル
Xvfbcliグローバル実行可能ファイル
gtfcliグローバル実行可能ファイル
xvfb-runcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版21.1.23
マネージャ更新日2026-06-26
ローカルデータOK
上流not checked
検出された最新未検出

https://www.x.org

  • 情報Release/tag comparison is only available for GitHub repositories.https://www.x.org信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:xorg-server
バージョン21.1.23
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/xorg-server
ホームページhttps://www.x.org
リポジトリhttps://gitlab.freedesktop.org/xorg/xserver
上流ドキュメントhttps://www.x.org/wiki/Documentation
ライセンスMIT AND APSL-2.0
ソースアーカイブhttps://www.x.org/releases/individual/xserver/xorg-server-21.1.23.tar.xz
最終更新2026-06-26T19:50:21-04:00
Pulseupdated
依存関係libapplewm, libx11, libxau, libxcb, libxdmcp, libxext, libxfixes, libxfont2, mesa, pixman, xauth, xcb-util, xcb-util-image, xcb-util-keysyms, xcb-util-renderutil, xcb-util-wm, xkbcomp, xkeyboard-config
ビルド依存関係font-util, libxkbfile, meson, ninja, pkgconf, util-macros, xorgproto, xtrans
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし
注意点To launch X server, it is recommend to install xinit, especially on macOS, otherwise X11.app will not work: brew install xinit If cask xquartz is installed, this link may be helpful: https://www.xquartz.org/FAQs.html#want-another-x11app-server

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namexorg-server
Version Scheme0
Revision0
Conflicts With
  • x-cli
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

xnest 2:21.1.16-1.3+deb13u2

Nested X server

https://www.x.org/

sudo apt install xnest
  • Section: x11
  • Architecture: amd64
  • Source Package: xorg-server
  • 13 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xnest from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

xorg-server-source 2:21.1.16-1.3+deb13u2

Xorg X server - source files

https://www.x.org/

sudo apt install xorg-server-source
  • Section: x11
  • Architecture: all
  • Source Package: xorg-server
  • normalized package name match
  • 一致条件: Xorg Server
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xorg-server-source from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

xserver-common 2:21.1.16-1.3+deb13u2

common files used by various X servers

https://www.x.org/

sudo apt install xserver-common
  • Section: x11
  • Architecture: all
  • Source Package: xorg-server
  • 3 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xserver-common from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

xserver-xephyr 2:21.1.16-1.3+deb13u2

nested X server

https://www.x.org/

sudo apt install xserver-xephyr
  • Section: x11
  • Architecture: amd64
  • Source Package: xorg-server
  • 29 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xserver-xephyr from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

xserver-xorg-core 2:21.1.16-1.3+deb13u2

Xorg X server - core server

https://www.x.org/

sudo apt install xserver-xorg-core
  • Section: x11
  • Architecture: amd64
  • Source Package: xorg-server
  • 23 依存関係
  • 3 提供
  • 7 任意依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xserver-xorg-core from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

xserver-xorg-dev 2:21.1.16-1.3+deb13u2

Xorg X server - development files

https://www.x.org/

sudo apt install xserver-xorg-dev
  • Section: x11
  • Architecture: amd64
  • Source Package: xorg-server
  • 7 依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xserver-xorg-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

xserver-xorg-legacy 2:21.1.16-1.3+deb13u2

setuid root Xorg server wrapper

https://www.x.org/

sudo apt install xserver-xorg-legacy
  • Section: x11
  • Architecture: amd64
  • Source Package: xorg-server
  • 4 依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xserver-xorg-legacy from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

xvfb 2:21.1.16-1.3+deb13u2

Virtual Framebuffer 'fake' X server

https://www.x.org/

sudo apt install xvfb
  • Section: x11
  • Architecture: amd64
  • Source Package: xorg-server
  • 12 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Debian stable package indexes · deb.debian.org · Debian stable package indexes: xvfb from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix95%

xorg-server

nix profile install nixpkgs#xorg-server
  • normalized package name match
  • 一致条件: Xorg Server
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/xo/xorg-server/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

xnest 2:21.1.12-1ubuntu1

Nested X server

https://www.x.org/

sudo apt install xnest
  • Section: universe/x11
  • Architecture: amd64
  • Source Package: xorg-server
  • 13 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xnest from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

xorg-server-source 2:21.1.12-1ubuntu1

Xorg X server - source files

https://www.x.org/

sudo apt install xorg-server-source
  • Section: universe/x11
  • Architecture: all
  • Source Package: xorg-server
  • normalized package name match
  • 一致条件: Xorg Server
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xorg-server-source from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

xserver-common 2:21.1.12-1ubuntu1

common files used by various X servers

https://www.x.org/

sudo apt install xserver-common
  • Section: x11
  • Architecture: all
  • Source Package: xorg-server
  • 3 依存関係
  • 2 任意依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xserver-common from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

xserver-xephyr 2:21.1.12-1ubuntu1

nested X server

https://www.x.org/

sudo apt install xserver-xephyr
  • Section: x11
  • Architecture: amd64
  • Source Package: xorg-server
  • 29 依存関係
  • 1 提供
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xserver-xephyr from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

xserver-xorg-core 2:21.1.12-1ubuntu1

Xorg X server - core server

https://www.x.org/

sudo apt install xserver-xorg-core
  • Section: x11
  • Architecture: amd64
  • Source Package: xorg-server
  • 23 依存関係
  • 3 提供
  • 7 任意依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xserver-xorg-core from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

xserver-xorg-dev 2:21.1.12-1ubuntu1

Xorg X server - development files

https://www.x.org/

sudo apt install xserver-xorg-dev
  • Section: x11
  • Architecture: amd64
  • Source Package: xorg-server
  • 7 依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xserver-xorg-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

xserver-xorg-legacy 2:21.1.12-1ubuntu1

setuid root Xorg server wrapper

https://www.x.org/

sudo apt install xserver-xorg-legacy
  • Section: x11
  • Architecture: amd64
  • Source Package: xorg-server
  • 4 依存関係
  • normalized package name match
  • 一致条件: Xorg Server
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: xserver-xorg-legacy from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment