# Installer libxcvt avec Homebrew, apk, dnf, Nix, pacman, zypper, apt

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de libxcvt pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:libxcvt
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install libxcvt
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add libxcvt
```

  Preuve: Alpine Linux edge package indexes: libxcvt from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- dnf (92%):

```sh
sudo dnf install libxcvt
```

  Preuve: Fedora Rawhide package metadata: libxcvt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#libxcvt
```

  Preuve: nixpkgs package indexes: pkgs/by-name/li/libxcvt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S libxcvt
```

  Preuve: Arch Linux sync databases: libxcvt from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install libxcvt
```

  Preuve: openSUSE Tumbleweed package metadata: libxcvt from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- Debian apt (92%):

```sh
sudo apt install libxcvt-dev
```

  Preuve: Debian stable package indexes: libxcvt-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

## Faits du paquet

- **Clé du paquet:** brew:libxcvt
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.1.3
- **Résumé source:** VESA CVT standard timing modelines generator
- **Page d'accueil:** <https://www.x.org>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- cvt (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.1.3
## Historique du projet et usages

libxcvt is the standalone X.Org library and cvt command for generating VESA Coordinated Video Timing modelines.

### Historique du projet

libxcvt was split out of Xorg server code in 2021. Olivier Fourdan's 2021-03-26 X.Org development RFC explained that the CVT modeline generator existed inside the Xorg server, was also used by the cvt utility, and had been copied into Xwayland; the proposed library removed that duplication and made the generator available as a standalone project.

The first release announcement, libxcvt 0.1.0 in July 2021, described it as the VESA CVT standard timing modelines generator extracted from the Xserver. Later X.Org announcements describe both the library and a standalone cvt tool copied from the Xorg implementation as a direct replacement for the version formerly provided by the Xorg server.

### Historique d'adoption

libxcvt's adoption is tied to the modularization of X.Org and Xwayland. By moving cvt generation outside the server tree, display stacks and packages that needed modeline generation could depend on a small library/tool package rather than carrying or installing more of Xorg server.

### Modes d'utilisation

Users call cvt to calculate modelines for a requested resolution and refresh rate, while system components can link the library to generate the same timings programmatically. It is a narrow package, but it sits in the practical path for custom monitor modes and X11/Xwayland build-time needs.

### Pourquoi les passionnés de paquets s'y intéressent

libxcvt is interesting because it is a clean extraction package: a small piece of historically server-owned X.Org code moved into a library so packagers could stop dragging around a bigger component for one timing algorithm.

### Chronologie

- 2021-03-26: X.Org development RFC proposed moving the standalone libxcvt project into the xorg/lib namespace.
- 2021-07: libxcvt 0.1.0 announced as the first release extracted from Xserver.
- 2022-07: libxcvt 0.1.2 announced on X.Org mailing lists.
- 2024-12-14: libxcvt 0.1.3 announced with fixes and CI/static-analysis updates.

### Related projects

- Related projects include Xorg server, Xwayland, xrandr, Mutter, and the wider X.Org modular library set.

### Sources

- <https://gitlab.freedesktop.org/xorg/lib/libxcvt>
- <https://groups.google.com/g/xorg-devel/c/HYx2sO2AAmI>
- <https://lists.freedesktop.org/archives/xorg/2021-July/060727.html>
- <https://lists.x.org/archives/xorg-announce/2024-December/003571.html>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Debian apt - libxcvt-dev - 0.1.3-1: normalized package name match | Debian stable package indexes: libxcvt-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | VESA CVT standard timing modelines generator -- development files
- Debian apt - libxcvt0 - 0.1.3-1: normalized package name match | Debian stable package indexes: libxcvt0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | VESA CVT standard timing modelines generator -- shared library
- Debian apt - xcvt - 0.1.3-1: normalized package name match | Debian stable package indexes: xcvt from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | VESA CVT standard timing modelines generator
- Nix - libxcvt: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/libxcvt/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libxcvt-dev - 0.1.2-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libxcvt-dev from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | VESA CVT standard timing modelines generator -- development files
- Ubuntu apt - libxcvt0 - 0.1.2-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libxcvt0 from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | VESA CVT standard timing modelines generator -- shared library
- Ubuntu apt - xcvt - 0.1.2-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: xcvt from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz | VESA CVT standard timing modelines generator
- apk - libxcvt - 0.1.3-r0: normalized package name match | Alpine Linux edge package indexes: libxcvt from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | xorg xcvt library and cvt program | https://gitlab.freedesktop.org/xorg/lib/libxcvt
- apk - libxcvt-dev - 0.1.3-r0: normalized package name match | Alpine Linux edge package indexes: libxcvt-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | xorg xcvt library and cvt program (development files) | https://gitlab.freedesktop.org/xorg/lib/libxcvt
- apk - libxcvt-doc - 0.1.3-r0: normalized package name match | Alpine Linux edge package indexes: libxcvt-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | xorg xcvt library and cvt program (documentation) | https://gitlab.freedesktop.org/xorg/lib/libxcvt
- dnf - cvt - 0.1.2-12.fc45: normalized package name match | Fedora Rawhide package metadata: cvt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Command line tool to calculate VESA CVT mode lines | https://gitlab.freedesktop.org/xorg/lib/libxcvt/
- dnf - libxcvt - 0.1.2-12.fc45: normalized package name match | Fedora Rawhide package metadata: libxcvt from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | VESA CVT standard timing modelines generator | https://gitlab.freedesktop.org/xorg/lib/libxcvt/
- dnf - libxcvt-devel - 0.1.2-12.fc45: normalized package name match | Fedora Rawhide package metadata: libxcvt-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development package | https://gitlab.freedesktop.org/xorg/lib/libxcvt/
- pacman - libxcvt - 0.1.3-1: normalized package name match | Arch Linux sync databases: libxcvt from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | library providing a standalone version of the X server implementation of the VESA CVT standard timing modelines generator | https://gitlab.freedesktop.org/xorg/lib/libxcvt
- zypper - libxcvt - 0.1.3-1.7: normalized package name match | openSUSE Tumbleweed package metadata: libxcvt from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | CVT standard timing modeline generator | https://gitlab.freedesktop.org/xorg/lib/libxcvt
- zypper - libxcvt-devel - 0.1.3-1.7: normalized package name match | openSUSE Tumbleweed package metadata: libxcvt-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development files for the CVT library | https://gitlab.freedesktop.org/xorg/lib/libxcvt


## Combined YAML source

View the package source record on GitHub. [combined/libxcvt.yml](https://github.com/mxcl/pkgdb/blob/main/combined/libxcvt.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
