Artix Linux Forum

Artix Linux => Announcements => Topic started by: Artist on 11 July 2025, 18:43:20

Title: XLibre available in galaxy repository
Post by: Artist on 11 July 2025, 18:43:20
The xlibre packages have been moved from the galaxy-gremlins (testing) repository to the galaxy (stable) one.
The xorg packages are also still available, so users can choose which packages to install and run.

For more information about XLibre on Artix see wiki page https://wiki.artixlinux.org/Site/XlibreOnArtix

artist
Title: Re: XLibre available in galaxy repository
Post by: mrbrklyn on 11 July 2025, 19:01:39
wow - Nice work.  I didn't expect this for another month or longer after watching the threads.  Thank you
Title: Re: XLibre available in galaxy repository
Post by: Artist on 11 July 2025, 19:29:46
Version 25.0.0.5 is now available for testing in the galaxy-gremlins repository.

Shortlog: https://wiki.artixlinux.org/Site/XlibreOnArtix#t25.0.0.5_shortlog

artist
Title: Re: XLibre available in galaxy repository
Post by: mrbrklyn on 12 July 2025, 04:35:45
The xlibre packages have been moved from the galaxy-gremlins (testing) repository to the galaxy (stable) one.
The xorg packages are also still available, so users can choose which packages to install and run.

For more information about XLibre on Artix see wiki page https://wiki.artixlinux.org/Site/XlibreOnArtix

artist


I have yet another stupid question...

will Xlibre work from lxdm et al?  Or does it need to be started from the command line with startx?
Title: Re: XLibre available in galaxy repository
Post by: cds on 12 July 2025, 07:42:33
The xlibre packages have been moved from the galaxy-gremlins (testing) repository to the galaxy (stable) one.
The xorg packages are also still available, so users can choose which packages to install and run.

For more information about XLibre on Artix see wiki page https://wiki.artixlinux.org/Site/XlibreOnArtix

artist


I have yet another stupid question...

will Xlibre work from lxdm et al?  Or does it need to be started from the command line with startx?

I removed my lightdm in favor of lxdm. Just ensure you install the lxdm-(your init system). Works fine for me.
I have more tweaking to get it to run a script that sets my res and turns off my laptop screen but that can be called from .bashrc if need be.

With lightdm, there was a bit in the conf that allowed a script to run that took care of that for me on boot up. But like I said, I have more work to do with lxdm and to set a more pleasing theme.

So to directly answer your question, no but you will need the correct init bit for it to startup after boot
Title: Re: XLibre available in galaxy repository
Post by: strange on 12 July 2025, 10:17:22
Xlibre is immediately a better experience than Xorg. Tearing is gone despite not running a compositor. Good stuff!
Title: Re: XLibre available in galaxy repository
Post by: etech_dev on 12 July 2025, 12:23:06
Thank you very much.
XLibre is great!
Title: Re: XLibre available in galaxy repository
Post by: jackie777 on 12 July 2025, 13:49:05
Thank you so much for xlibre you did such a great work keep it up i love artix linux no more xorg for me only xlibre its safe and maintain "Artist  :-* "
Title: Re: XLibre available in galaxy repository
Post by: Pragma Once on 12 July 2025, 14:39:38
The xlibre packages have been moved from the galaxy-gremlins (testing) repository to the galaxy (stable) one.
The xorg packages are also still available, so users can choose which packages to install and run.

For more information about XLibre on Artix see wiki page https://wiki.artixlinux.org/Site/XlibreOnArtix

artist
I have yet another stupid question...

will Xlibre work from lxdm et al?  Or does it need to be started from the command line with startx?
XLibre is an X11 server that aims, among the other things, to not break the protocol, everything that works on XOrg but not XLibre is technically an XLibre bug you should report in its issue tracker.

I'm not using a display manager, but I'm pretty sure XLibre should work with all the ones that support XOrg out of the box.
Title: Re: XLibre available in galaxy repository
Post by: mrbrklyn on 13 July 2025, 01:24:51

I have yet another stupid question...

will Xlibre work from lxdm et al?  Or does it need to be started from the command line with startx?
XLibre is an X11 server that aims, among the other things, to not break the protocol, everything that works on XOrg but not XLibre is technically an XLibre bug you should report in its issue tracker.

I'm not using a display manager, but I'm pretty sure XLibre should work with all the ones that support XOrg out of the box.


The question is not really exclusive to lxdm.  It could be xdm or any other graphical login (that usually runs on X).

Currently my pstree looks like this:

|-lxdm-binary-+-Xorg---4*[{Xorg}]
     |             `-lxdm-session---wmaker-+-proxy.sh---ssh
     |                                     `-wmaker-+-chromium-+-chromium---chromium---22*[{chromium}]
     |                                              |          |-chromium---chromium-+-28*[chromium---13*[{chromium}]]
     |                                              |          |                     |-3*[chromium---17*[{chromium}]]
     |                                              |          |                     |-3*[chromium---14*[{chromium}]]
     |                                              |          |                     |-chromium---16*[{chromium}]
     |                                              |          |                     |-chromium---9*[{chromium}]
     |                                              |          |                     `-chromium---8*[{chromium}]
     |                                              |          |-chromium---12*[{chromium}]
     |                                              |          |-chromium---6*[{chromium}]
     |                                              |          `-36*[{chromium}]
     |                                              |-firefox-+-5*[Isolated Web Co---28*[{Isolated Web Co}]]


etc.  So it says Xorg.

Xorg is a binary on the file system
flatbush:[ruben]:~$ which Xorg
/usr/bin/Xorg



If I change to Xlibre lxdm will find the new X server?  I am assuming from what I cam reading the answer is yes.

It is interesting though that init kicks off lxdm directly as a server without X.  That is not how I thought it works.
I thought lxdm ran on X

flatbush:[ruben]:~$ ps -auxw|grep lxdm
root      2023  0.0  0.0   4904  2488 ?        Ss   Jun27   0:00 /usr/bin/lxdm-binary -d
root      2044  1.5  0.3 797616 246836 ?       Ssl  Jun27 343:43 /usr/lib/Xorg -background none :0 vt01 -nolisten tcp -novtswitch -auth /var/run/lxdm/lxdm-:0.auth
ruben    17242  0.0  0.0   6452  3956 pts/3    S+   19:23   0:00 grep --colour=auto lxdm
root     23030  0.0  0.0   9940  5464 ?        S    Jul06   0:00 /usr/lib/lxdm/lxdm-session

I tried running lxdm on an alternate terminal  I can easily startx and x comes up with the window manager.  But lxdm silently does nothing.  This doesn't work as simply as I thought.
Title: Re: XLibre available in galaxy repository
Post by: Pragma Once on 13 July 2025, 11:51:37

XLibre is an X11 server that aims, among the other things, to not break the protocol, everything that works on XOrg but not XLibre is technically an XLibre bug you should report in its issue tracker.

I'm not using a display manager, but I'm pretty sure XLibre should work with all the ones that support XOrg out of the box.


The question is not really exclusive to lxdm.  It could be xdm or any other graphical login (that usually runs on X).

Currently my pstree looks like this:

|-lxdm-binary-+-Xorg---4*[{Xorg}]
     |             `-lxdm-session---wmaker-+-proxy.sh---ssh
     |                                     `-wmaker-+-chromium-+-chromium---chromium---22*[{chromium}]
     |                                              |          |-chromium---chromium-+-28*[chromium---13*[{chromium}]]
     |                                              |          |                     |-3*[chromium---17*[{chromium}]]
     |                                              |          |                     |-3*[chromium---14*[{chromium}]]
     |                                              |          |                     |-chromium---16*[{chromium}]
     |                                              |          |                     |-chromium---9*[{chromium}]
     |                                              |          |                     `-chromium---8*[{chromium}]
     |                                              |          |-chromium---12*[{chromium}]
     |                                              |          |-chromium---6*[{chromium}]
     |                                              |          `-36*[{chromium}]
     |                                              |-firefox-+-5*[Isolated Web Co---28*[{Isolated Web Co}]]


etc.  So it says Xorg.

Xorg is a binary on the file system
flatbush:[ruben]:~$ which Xorg
/usr/bin/Xorg



If I change to Xlibre lxdm will find the new X server?  I am assuming from what I cam reading the answer is yes.

It is interesting though that init kicks off lxdm directly as a server without X.  That is not how I thought it works.
I thought lxdm ran on X

flatbush:[ruben]:~$ ps -auxw|grep lxdm
root      2023  0.0  0.0   4904  2488 ?        Ss   Jun27   0:00 /usr/bin/lxdm-binary -d
root      2044  1.5  0.3 797616 246836 ?       Ssl  Jun27 343:43 /usr/lib/Xorg -background none :0 vt01 -nolisten tcp -novtswitch -auth /var/run/lxdm/lxdm-:0.auth
ruben    17242  0.0  0.0   6452  3956 pts/3    S+   19:23   0:00 grep --colour=auto lxdm
root     23030  0.0  0.0   9940  5464 ?        S    Jul06   0:00 /usr/lib/lxdm/lxdm-session

I tried running lxdm on an alternate terminal  I can easily startx and x comes up with the window manager.  But lxdm silently does nothing.  This doesn't work as simply as I thought.
The binary for XLibre is also called Xorg, that's one of the reasons why it should just work. If it doesn't work out of the box, you should probably send a bug report directly to XLibre.
Title: Re: XLibre available in galaxy repository
Post by: kixik on 21 July 2025, 01:23:53
Xlibre is immediately a better experience than Xorg. Tearing is gone despite not running a compositor. Good stuff!

This is cool !  Sadly i3 doesn't support pseudo-transparency, :(  If it did I would drop picom at once.
Title: Re: XLibre available in galaxy repository
Post by: terrorbyte on 31 July 2025, 23:25:51
Just installed it, gonna try it out. Might finally ditch wayland that's caused me nothing but trouble.
EDIT: it works well so far, I wonder if I can enable VRR on it (I could enable it on wayland but it would make the display flicker)
Title: Re: XLibre available in galaxy repository
Post by: yoyo55 on 01 August 2025, 20:08:02
Runs great here on two machines. Thanks 😶‍🌫️
Title: Re: XLibre available in galaxy repository
Post by: K0rpZ0uth on 02 August 2025, 23:55:45
XLibre works here pretty much the same as the pre-fork X11 did on my Intel machine and with no nasty surprises, so far so good!
Title: Re: XLibre available in galaxy repository
Post by: yoyo55 on 06 August 2025, 11:02:09
It is running here very reliable and fast and it seems here, some opengl glitches are gone now, too.
It is super easy to install, it is easy to switch to Xlibre: running Xlibre now  on two different machines and I can not see one issue!

One thing!!!
The installer does not install the Xlibre driver package of the system´ s gpu, so you have to do it yourself.
Very little problem here:
it is working without that driver but some functionality is missing and if you are not an experienced user it might take a while til you find out that you simply have to install the appropriate Xlibre driver package after the Xlibre install.

Issues you might notice if this driver package is not installed:

Xrandr does not find more then one display
brightness of display can not be set
X(libre) session quits sometimes when just closing a window.
Title: Re: XLibre available in galaxy repository
Post by: Artist on 06 August 2025, 11:22:17
Thank you for your feedback!

artist
Title: Re: XLibre available in galaxy repository
Post by: tintin on 07 August 2025, 06:31:42
On my Acer laptop:
Spoiler (click to show/hide)

Spoiler (click to show/hide)



I installed XLibre:
Spoiler (click to show/hide)


And everything (including FreeCAD) seems to be working fine!  8)

Thanks to Enrico Weigelt, the XLibre team and the awesome Artix package maintainers!

Title: Re: XLibre available in galaxy repository
Post by: tintin on 07 August 2025, 11:43:17
The second PC to successfully switch to XLibre:
Spoiler (click to show/hide)


Spoiler (click to show/hide)


The packages I installed:
Spoiler (click to show/hide)
Title: Re: XLibre available in galaxy repository
Post by: [email protected] on 07 August 2025, 14:15:11
Works fine on my simple setup.

$ fastfetch --logo none
philip@X220
-----------
OS: Artix Linux x86_64
Host: 4291T79 (ThinkPad X220)
Kernel: Linux 6.15.8-artix1-1
Uptime: 24 mins
Packages: 1113 (pacman)
Shell: bash 5.3.3
Display (AUO106C): 1366x768 @ 60 Hz in 13"
WM: dwm (X11)
Theme: Artix-dark [GTK2/3/4]
Icons: matefaenzadark [GTK2/3]
Font: Roboto (11pt) [GTK2/3]
Cursor: Premium (18px)
Terminal: ghostty 1.1.2-artix
Terminal Font: JetBrainsMono Nerd Regular (14pt)
CPU: Intel(R) Core(TM) i5-2520M (4) @ 3.20 GHz
GPU: Intel 2nd Generation Core Processor Family Integrated Graphics Controller @ 1.30 GHz [Integrated]
Memory: 1.25 GiB / 15.40 GiB (8%)
Swap: Disabled
Disk (/): 36.70 GiB / 439.04 GiB (8%) - ext4
Disk (/mnt/sdb): 30.78 GiB / 219.00 GiB (14%) - ext4
Local IP (wlan0): 192.168.1.95/24
Battery (45N1023): 69% [Discharging]
Locale: en_US.UTF-8


$ pacman -Q | grep xlibre
xlibre-xf86-input-libinput 1.5.0.1-1.3
xlibre-xf86-video-intel 3.0.0.1-1.1
xlibre-xserver 25.0.0.8-1
xlibre-xserver-common 25.0.0.8-1
xlibre-xserver-devel 25.0.0.8-1
xlibre-xserver-xephyr 25.0.0.8-1
xlibre-xserver-xnest 25.0.0.8-1
xlibre-xserver-xvfb 25.0.0.8-1


$ lspci -k | grep -EA3 'VGA|3D'
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
        Subsystem: Lenovo Device 21da
        Kernel driver in use: i915
        Kernel modules: i915
Title: Re: XLibre available in galaxy repository
Post by: Shoun2137 on 10 August 2025, 21:39:25
Hi guys, I noticed peculiar thing with metalog, namely the [Xorg] tag is garbled which either means there's something really badly allocated within/passed around to/from xlibre or metalog and first things first I'd like to ask you if this happens on your device:
Code: [Select]
Aug 10 19:26:48 [ �z?c_] (--) Log file renamed from "/home/*/.local/share/xorg/Xorg.pid-2398.log" to "/home/*/.local/share/xorg/Xorg.0.log"
Aug 10 19:26:48 [_] _XLibre X Server 1.25.0
Aug 10 19:26:48 [_] _X Protocol Version 11, Revision 0
Aug 10 19:26:48 [�_�*�_] Current Operating System: Linux *-zlom 6.15.8-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 25 Jul 2025 03:51:33 +0000 x86_64
Aug 10 19:26:48 [_] Kernel command line:
Aug 10 19:26:48 [_] Current version of pixman: 0.46.4
Aug 10 19:26:48 [_] _Before reporting problems, check https://github.com/X11Libre/xserver__to make sure that you have the latest version.
Aug 10 19:26:48 [_] Markers:
Aug 10 19:26:48 [_] (--) probed,
Aug 10 19:26:48 [_] (**) from config file,
Aug 10 19:26:48 [_] (==) default setting,_
Aug 10 19:26:48 [_] (++) from command line,
Aug 10 19:26:48 [_] (!!) notice,
Aug 10 19:26:48 [_] (II) informational,_
Aug 10 19:26:48 [_] (WW) warning,
Aug 10 19:26:48 [_] (EE) error,
Aug 10 19:26:48 [_] (NI) not implemented,
Aug 10 19:26:48 [_] (??) unknown.
Aug 10 19:26:48 [_] (==) Log file: "/home/*/.local/share/xorg/Xorg.0.log", Time: Sun Aug 10 19:26:48 2025
Aug 10 19:26:48 [@_�*�_] (==) Using config file: "/etc/X11/xorg.conf"
Aug 10 19:26:48 [@_�*�_] (==) Using config directory: "/etc/X11/xorg.conf.d"
Aug 10 19:26:48 [@_�*�_] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Aug 10 19:26:48 [_L��_137] ================ WARNING WARNING WARNING WARNING ================
Aug 10 19:26:48 [_L��_137] This server has a video driver ABI version of 28.0 that is not_supported by this NVIDIA driver.  Please check_http://www.nvidia.com/ for driver updates or downgrade to an X_server with a supported driver ABI.
Aug 10 19:26:48 [_L��_137] =================================================================
Aug 10 19:26:48 [_L��_137] (WW) NVIDIA: The driver will continue to load, but may behave strangely.
Aug 10 19:26:48 [_L��_137] (WW) NVIDIA: This driver was compiled against the X.Org server SDK from commit 8c4b137237498f9f67e0e44e650edcb39851c870 and may not be compatible with the final version of this SDK.
Aug 10 19:26:48 [_L��_137] (WW) NVIDIA: This server has an unsupported input driver ABI version (have 26.0, need < 25.0).  The driver will continue to load, but may behave strangely.


Aug 10 21:16:31 [ �_�W_] (--) Log file renamed from "/home/*/.local/share/xorg/Xorg.pid-11211.log" to "/home/*/.local/share/xorg/Xorg.0.log"
Aug 10 21:16:31 [___��_] _XLibre X Server 1.25.0
Aug 10 21:16:31 [___��_] _X Protocol Version 11, Revision 0
Aug 10 21:16:31 [u__�W_] Current Operating System: Linux *-zlom 6.15.8-zen1-1-zen #1 ZEN SMP PREEMPT_DYNAMIC Fri, 25 Jul 2025 03:51:33 +0000 x86_64
Aug 10 21:16:31 [___��_] Kernel command line:
Aug 10 21:16:31 [___��_] Current version of pixman: 0.46.4
Aug 10 21:16:31 [___��_] _Before reporting problems, check https://github.com/X11Libre/xserver__to make sure that you have the latest version.
Aug 10 21:16:31 [___��_] Markers:
Aug 10 21:16:31 [___��_] (--) probed,
Aug 10 21:16:31 [___��_] (**) from config file,
Aug 10 21:16:31 [___��_] (==) default setting,_
Aug 10 21:16:31 [___��_] (++) from command line,
Aug 10 21:16:31 [___��_] (!!) notice,
Aug 10 21:16:31 [___��_] (II) informational,_
Aug 10 21:16:31 [___��_] (WW) warning,
Aug 10 21:16:31 [___��_] (EE) error,
Aug 10 21:16:31 [___��_] (NI) not implemented,
Aug 10 21:16:31 [___��_] (??) unknown.
Aug 10 21:16:31 [___��_] (==) Log file: "/home/*/.local/share/xorg/Xorg.0.log", Time: Sun Aug 10 21:16:31 2025
Aug 10 21:16:31 [___��_] (==) Using config file: "/etc/X11/xorg.conf"
Aug 10 21:16:31 [___��_] (==) Using config directory: "/etc/X11/xorg.conf.d"
Aug 10 21:16:31 [___��_] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Aug 10 21:16:31 [g__��_] ================ WARNING WARNING WARNING WARNING ================
Aug 10 21:16:31 [g__��_] This server has a video driver ABI version of 28.0 that is not_supported by this NVIDIA driver.  Please check_http://www.nvidia.com/ for driver updates or downgrade to an X_server with a supported driver ABI.
Aug 10 21:16:31 [g__��_] =================================================================
Aug 10 21:16:31 [g__��_] (WW) NVIDIA: The driver will continue to load, but may behave strangely.
Aug 10 21:16:31 [g__��_] (WW) NVIDIA: This driver was compiled against the X.Org server SDK from commit 8c4b137237498f9f67e0e44e650edcb39851c870 and may not be compatible with the final version of this SDK.
Aug 10 21:16:31 [g__��_] (WW) NVIDIA: This server has an unsupported input driver ABI version (have 26.0, need < 25.0).  The driver will continue to load, but may behave strangely.
Title: Re: XLibre available in galaxy repository
Post by: dpx on 10 August 2025, 22:21:46
Hi guys, I noticed peculiar thing with metalog

I have run a few searches trough logs, using metalog also, everything seems correct, no broken tags:
Code: [Select]
22:Jul 14 14:29:35 [Xorg ] 0[18513]: (==) Using config directory: "/etc/X11/xorg.conf.d"
47:Jul 14 14:30:12 [Xorg ] 0[21100]: (==) Using config directory: "/etc/X11/xorg.conf.d"
72:Jul 15 09:30:08 [Xorg ] 0[26425]: (==) Using config directory: "/etc/X11/xorg.conf.d"
105:Jul 15 14:31:48 [Xorg ] 0[17970]: (==) Using config directory: "/etc/X11/xorg.conf.d"
130:Jul 15 14:34:09 [Xorg ] 0[26880]: (==) Using config directory: "/etc/X11/xorg.conf.d"
155:Jul 15 14:37:48 [Xorg ] 0[9005]: (==) Using config directory: "/etc/X11/xorg.conf.d"
180:Jul 15 14:40:21 [Xorg ] 0[18935]: (==) Using config directory: "/etc/X11/xorg.conf.d"
205:Jul 15 14:41:55 [Xorg ] 0[25190]: (==) Using config directory: "/etc/X11/xorg.conf.d"

There are more entries for [Xorg<space>], this is just random selection, but they all look normal.

Edit: line numbers in front of every line are because I searched with 'ag'.
Title: Re: XLibre available in galaxy repository
Post by: Shoun2137 on 10 August 2025, 22:46:38
Aight, thanks, so this must be something with my setup. Good thing I asked before writing at xlibre's issues.
Title: Re: XLibre available in galaxy repository
Post by: yoyo55 on 11 August 2025, 11:30:47
The log issue described here above seems crystal clear to me.
When those things are appearing the situation is always the same, doesn´t matter if on Windows, OSX, Linux, Android or BSD:
you have opened a text file, that has fonts, that weren't recognized by the system, so, you will see these symbols.
Two possible reasons, I guess:
you have to install the missing font package
or
you have to chose another encoding mechanism in the preferences of your text reader.
Xlibre is rock solid.
Title: Re: XLibre available in galaxy repository
Post by: Shoun2137 on 11 August 2025, 15:46:23
No, you are absolutely wrong, everything on my PC is properly configured when it comes to fonts. This was parsed directly to file from faulty stdout. And I already found the issue in Xlibre.
Title: Re: XLibre available in galaxy repository
Post by: Artist on 11 August 2025, 18:02:43
Did you already report the issue upstream?
Title: Re: XLibre available in galaxy repository
Post by: Shoun2137 on 11 August 2025, 18:48:33
Not really, because I'm still debugging and bisecting stuff. Well, as long as it's not overwriting anything in that buffer it shouldn't cause issues (tho it's still bad).
Title: Re: XLibre available in galaxy repository
Post by: gripped on 11 August 2025, 20:19:52
#metoo
Code: [Select]
Aug 11 11:18:57 [kernel] [   30.816919] br0: port 1(eth0) entered forwarding state
Aug 11 11:19:03 [à_³Cÿ_] Markers:
Aug 11 11:19:03 [à_³Cÿ_] (--) probed,
Aug 11 11:19:03 [à_³Cÿ_] (**) from config file,
Aug 11 11:19:03 [à_³Cÿ_] (==) default setting,_
Aug 11 11:19:03 [à_³Cÿ_] (++) from command line,
Aug 11 11:19:03 [à_³Cÿ_] (!!) notice,
Aug 11 11:19:03 [à_³Cÿ_] (II) informational,_
Aug 11 11:19:03 [à_³Cÿ_] (WW) warning,
Aug 11 11:19:03 [à_³Cÿ_] (EE) error,
Aug 11 11:19:03 [à_³Cÿ_] (NI) not implemented,
Aug 11 11:19:03 [à_³Cÿ_] (??) unknown.
Aug 11 11:19:03 [à_³Cÿ_] (==) Log file: "/home/lee/.local/share/xorg/Xorg.0.log", Time: Mon Aug 11 11:19:03 2025
Aug 11 11:19:03 [à_³Cÿ_] (==) Using config directory: "/etc/X11/xorg.conf.d"
Aug 11 11:19:03 [à_³Cÿ_] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Aug 11 11:19:03 [_] ================ WARNING WARNING WARNING WARNING ================
Aug 11 11:19:03 [_] This server has a video driver ABI version of 28.0 that is not_supported by this NVIDIA driver.  Please check_http://www.nvidia.com/ for driver updates or downgrade to an X_server with a supported driver ABI.
Aug 11 11:19:03 [_] =================================================================
Aug 11 11:19:03 [_] (WW) NVIDIA: The driver will continue to load, but may behave strangely.
Aug 11 11:19:03 [_] (WW) NVIDIA: This driver was compiled against the X.Org server SDK from commit 8c4b137237498f9f67e0e44e650edcb39851c870 and may not be compatible with the final version of this SDK.
Aug 11 11:19:03 [_] (WW) NVIDIA: This server has an unsupported input driver ABI version (have 26.0, need < 25.0).  The driver will continue to load, but may behave strangely.
Aug 11 11:19:04 [ntpdate] step time server 83.137.225.123 offset +0.123503 sec
xlibre-server : 25.0.0.8-1
Title: Re: XLibre available in galaxy repository
Post by: Artist on 11 August 2025, 21:39:59
My log shows: Aug 11 20:02:28 [Xorg ] 0[2558]: Current Operating System
locale: en_US.UTF-8 UTF-8

artist