The officially official Devuan Forum!

You are not logged in.

#1 2025-08-31 06:10:41

ltuyen
Member
Registered: 2025-05-03
Posts: 19  

HOW TO: Install XLibre on Devuan

Check if the ca-certificates and curl packages installed:

apt info ca-certificates curl

If it doesn't have "APT-Manual-Installed: yes" on it, you are not installed ca-certificated and curl, try install these packages first:

sudo apt update
sudo apt install ca-certificates curl

Add XLibre-deb repository and keyrings

sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://xlibre-deb.github.io/key.asc | sudo tee /etc/apt/keyrings/xlibre-deb.asc
sudo chmod a+r /etc/apt/keyrings/xlibre-deb.asc

cat <<EOF | sudo tee /etc/apt/sources.list.d/xlibre-deb.sources
Types: deb deb-src
URIs: https://xlibre-deb.github.io/devuan/
Suites: $(. /etc/os-release && echo "$VERSION_CODENAME")
Components: main
Architectures: $(dpkg --print-architecture)
Signed-By: /etc/apt/keyrings/xlibre-deb.asc
EOF

Update the repository and install XLibre

sudo apt update
sudo apt install xlibre

For the Devuan 5.0 (daedalus) users. you might need to install "libdrm" packages from Devuan "daedalus-backports" repository.

cat <<EOF | sudo tee /etc/apt/sources.list.d/devuan-backports.sources
Types: deb
URIs: http://deb.devuan.org/merged
Suites: daedalus-backports
Components: main
Enabled: yes
Signed-By: /usr/share/keyrings/devuan-archive-keyring.gpg
EOF

sudo apt-get update
sudo apt-get install -y -t daedalus-backports 'libdrm*'

Command was taken from xlibre-deb/devuan on GitHub
Have a nice day!


I believe i can fly, i believe i can touch the sky

Offline

#2 2025-08-31 16:13:24

unixuser
Member
Registered: 2024-09-13
Posts: 28  

Re: HOW TO: Install XLibre on Devuan

Hey, thanks for the tuto smile

What's the advantage of XLibre compared to X11 as X11 is still in development ? Are we sure that XLibre dev won't give it up ? X11 is pretty solid, it is nice to see new stuff, but I fear smile
Do you use it ? How is it performance wise ? Better, equal with X11 ? How is the ram usage ?

Online

#3 2025-08-31 16:49:18

ltuyen
Member
Registered: 2025-05-03
Posts: 19  

Re: HOW TO: Install XLibre on Devuan

unixuser wrote:

Are we sure that XLibre dev won't give it up ?

Yes. XLibre developer won't give it up and they will maintain the Xorg fork for as much long as possible

unixuser wrote:

Do you use it ?

Yes, i use XLibre with i3 or some lightweight window manager as a daily driver. Works better than Wayland compositor

unixuser wrote:

Better, equal with X11 ?

Better than non-XLibre Xorg


I believe i can fly, i believe i can touch the sky

Offline

#4 2025-08-31 18:05:49

EDX-0
Member
Registered: 2020-12-12
Posts: 142  

Re: HOW TO: Install XLibre on Devuan

any specific feature that makes it a "worth installing right now" over waiting for it to be added onto either debian or devuan experimental for your daily driver? cuz for testing environments and providing feedback onto the project i do consider an install now if you can spare a "testing machine"

Online

#5 2025-08-31 22:14:23

RedGreen925
Member
Registered: 2024-12-07
Posts: 152  

Re: HOW TO: Install XLibre on Devuan

over waiting for it to be added onto either debian

You must have missed the direction the Debian project moves to, they are fully in control of the corporate parasites and their sympathizers  working to kill all of this old tested code for the new shinny. That is fully part of the corporate control of linux agenda they have and are most likely set to kill off X and any variants as you see start to happen with the Wayland only releases starting to appear from them. There is a snowballs chance in hell of any new variant of the X server appearing in Debian.

Online

Board footer