The officially official Devuan Forum!

You are not logged in.

#3 Re: Documentation » HOW TO: Install XLibre on Devuan » 2025-08-31 16:49:18

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

#5 Re: Off-topic » The Crappiness of Modern Laptops » 2025-08-31 12:09:57

I wouldn't buy this laptop if it has:
"soldered ram onto motherboard"
"soldered disk drive onto motherboard aka eMMC"
"weak ass laptop hinge"
"shitty fragile plastic"
"fewer ports than older model"
"ridiclously expensive price"
"crappy celeron cpu that is slow"

If you want to upgrade or replace soldered ram, disk drive and others?, good luck with your soldering skills. It's pretty complex and it's VERY risky to do so.

#6 Documentation » HOW TO: Install XLibre on Devuan » 2025-08-31 06:10:41

ltuyen
Replies: 10

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!

#7 Re: Desktop and Multimedia » XLibre: The New Xorg Fork » 2025-08-31 05:51:00

EDX-0 wrote:

now fedora of all distros has a proposal to ditch xorg for x11libre: https://fedoraproject.org/wiki/Changes/X11Libre

And........ it's withdrawn currently from adding to official repositories
At least. there is a Fedora Copr for the XLibre

#8 Re: Off-topic » Music » 2025-08-31 05:41:28

The Best of Times
I don't listen to rock metal music too much.

#10 Off-topic » Thoughts on Wayland? » 2025-08-28 15:30:57

ltuyen
Replies: 3

Hello from the Devuan users!

What do you think about the Wayland and the Wayland compositors?

I don't use Wayland compositors and i never will.

#12 Re: Off-topic » The Joke Thread » 2025-07-05 10:59:19

Windows 11 is the most private operating system Microsoft ever made, with zero absolute spyware in it.

It just a joke thing.

#14 Off-topic » So Microsoft has ruined GitHub by pushing AI sloppy nonsense features » 2025-05-25 05:38:33

ltuyen
Replies: 8

GitHub even added nonsense AI feature called "Issue creating with Copilot", It's an public preview since 19 May
What's worse that it cannot be opt out and disabled, possibly leaving GitHub issues with nonsense unhelpful useless issues flooded in it.

This video made by Brodie Robertson showing AI sloppy nonsense features being added in GitHub

What about Microsoft pushing even far more AI sloppy features into GitHub.

#15 Re: Off-topic » Does anyone watch Bryan Lunduke? » 2025-05-18 12:17:45

Yeah, i just watched an video from Bryan Lunduke.

Still hasn't replied since September 2024

#16 Re: Off-topic » Music » 2025-05-16 10:52:58

Paralyzer

The mighty good old nostalgia YouTube music video by the Finger Eleven from late 2009

#17 Re: Off-topic » Show your desktop (rebooted) » 2025-05-03 12:06:34

i3wm

This is reason why i use non-SystemD distributions here.
WM is i3, nothing special

Board footer

Forum Software