You are not logged in.
Pages: 1
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
Do you use it ?
Yes, i use XLibre with i3 or some lightweight window manager as a daily driver. Works better than Wayland compositor
Better, equal with X11 ?
Better than non-XLibre Xorg
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.
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!
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
The Best of Times
I don't listen to rock metal music too much.
Yeah. i knew this!
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.
cheers tonight.
Windows 11 is the most private operating system Microsoft ever made, with zero absolute spyware in it.
It just a joke thing.
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.
Yeah, i just watched an video from Bryan Lunduke.
Still hasn't replied since September 2024
This is reason why i use non-SystemD distributions here.
WM is i3, nothing special
Pages: 1