https://github.com/x11libre/binpkg-arch-based
Xlibre binary packages for Arch based distros
https://github.com/x11libre/binpkg-arch-based
arch-linux cachy-os compatible fork garuda-linux linux pacman repository x11 xlibre xorg xorg-config xserver
Last synced: about 1 month ago
JSON representation
Xlibre binary packages for Arch based distros
- Host: GitHub
- URL: https://github.com/x11libre/binpkg-arch-based
- Owner: X11Libre
- Created: 2025-07-31T09:40:32.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-27T21:05:06.000Z (about 1 month ago)
- Last Synced: 2025-08-28T04:09:39.803Z (about 1 month ago)
- Topics: arch-linux, cachy-os, compatible, fork, garuda-linux, linux, pacman, repository, x11, xlibre, xorg, xorg-config, xserver
- Language: Shell
- Homepage:
- Size: 20.4 MB
- Stars: 7
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Arch based Xlibre binary packages repository
============================================Adding the repository
---------------------This repository can be enabled with the following actions:
* Run commands:\
`sudo pacman-key --recv-keys 73580DE2EDDFA6D6`\
`sudo pacman-key --finger 73580DE2EDDFA6D6`\
`sudo pacman-key --lsign-key 73580DE2EDDFA6D6`
* Add the xlibre repository by adding this section to file /etc/pacman.conf:\
`[xlibre]`\
`Server = https://github.com/X11Libre/binpkg-arch-based/raw/refs/heads/main/`\
`# List of available packages: https://github.com/X11Libre/binpkg-arch-based/`Installation procedure
----------------------Attention: when migrating from Xorg package xlibre-input-libinputi-bin needs to be installed together with xlibre-server-bin and xlibre-server-common-bin.
The installation requires via pacman that for any currently installed xf86-(input/video) driver package the corresponding xlibre-(input/video) package needs to be installed.If for example these packages are installed: xorg-server xorg-server-comon xf86-input-libinput xf86-video-amdgpu
Then for XLibre install: xlibre-server-bin xlibre-server-common-bin xlibre-input-libinput xlibre-video-amdgpu-bin
This will have pacman automatically remove the xorg/xf86 packages.TearFree option
---------------Xlibre has the 'TearFree' option enabled by default, while Xorg does not.
Closed source drivers
---------------------Closed source drivers might not yet have an updated ABI version to match that of the updated xlibre-xserver.
This can be overcome by creating a file named eg. /etc/X11/xorg.conf.d/xlibre.conf containing:Section "ServerFlags"
Option "IgnoreABI" "true"
EndSection\
_artist for Xlibre_