How to install XLibre equivalents of xorg-server, xorg-drivers, xorg-xinit from AUR? #3
Replies: 5 comments 1 reply
|
Good question, let's ask @artist4xlibre! |
|
Edited for new binary package repository location https://x11libre.net/repo/arch_based/x86_64/ For the users of Arch Linux and derivative distributions there are two sources that provide XLibre packages. XLibre itself provides the packages in two formats:
The AUR (Arch User Repository) which is used by many users, often via installation and update tools like YAY and PARU:
|
|
From now on please use https://x11libre.net/repo/arch_based/x86_64/ which is the brand new repository. The scope of the Xlibre project is only to replace the xorg-server and xf86 driver packages, not other xorg packages like eg. xorg-xinit Using the binary Arch repository is recommended as it allows for easy install and updates. Run commands: Add the xlibre repository by adding this section to file /etc/pacman.conf: Then install package xlibre-xserver. Pacman will also install dependencies xlibre-xserver-common and xlibre-xf86-input-libinput. |
|
Hello, I thought I would comment here as a related topic. I am running Manjaro and have attempted to install Xlibre via AUR. However, the install process requires removal of xorg-xserver and xorg-xserver-common as they are in conflict. This would not be a problem, however removing these components breaks a dependency for SDDM. What is the best path forward? Do I just have to accept a broken dependency? Will SDDM continue to function properly without xorg packages? Do I need to migrate to a different desktop manager? Any assistance is appreciated. Please note that I am not a software developer, just a Linux end-user. |
|
Remove SDDM, install xlibre-xserver and its deps which will indeed replace the xorg ones, and install SDDM again. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello, I am trying to make an Arch Linux Live ISO using archioso with XLibre.
Xorg can be installed on Arch Linux by installing the packages
On https://aur.archlinux.org/packages?K=xlibre there are XLibre packages but I don't see 1:1 equivalents
Unfortunately I am also new at Arch Linux, so I'd appreciate if someone knowledgeable could walk me through:
Which exact combination of packages does one need to install? What is the exact command(s) to install those from AUR?
Also, if XLibre is in AUR, do we still need https://github.com/X11Libre/binpkg-arch-based/? Which one should we be using?
Thank you very much.
All reactions