Skip to main content
Topic: Xlibre release 25.0.0.0 now available for testing (Read 78599 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

Re: Xlibre release 25.0.0.0 now available for testing

Reply #90
Thx for reporting, the fix had indeed been reverted by accident; issue has been fixed now in pkgrel 1.1.

artist

Re: Xlibre release 25.0.0.0 now available for testing

Reply #91
I installed XLibre yesterday. The install easily removed XOrg components and installed the XLibre versions. I added the ABI override.
Code: [Select]
#vim /etc/X11/xorg.conf.d/xlibre.conf 
Section "ServerFlags"
Option "IgnoreABI" "true"
EndSection
So far I have had no issues. I have a Nvidia RTX 3060 Ti with the latest nvidia driver version "580.95.05" (I created a package with the latest released on Sept. 30.)

Re: Xlibre release 25.0.0.0 now available for testing

Reply #92
I installed XLibre yesterday. The install easily removed XOrg components and installed the XLibre versions. I added the ABI override.
Code: [Select]
#vim /etc/X11/xorg.conf.d/xlibre.conf 
Section "ServerFlags"
Option "IgnoreABI" "true"
EndSection
So far I have had no issues. I have a Nvidia RTX 3060 Ti with the latest nvidia driver version "580.95.05" (I created a package with the latest released on Sept. 30.)
What's the ABI override used for? I installed without it.

Re: Xlibre release 25.0.0.0 now available for testing

Reply #93
What's the ABI override used for? I installed without it.
https://gitea.artixlinux.org/packages/xlibre-xserver/src/branch/master/xlibre-xserver.install#L3-L11
Code: [Select]
>>> Closed source drivers - like those from Nvidia - might not
    have an updated ABI version to match xlibre-xserver.
    To prevent problems with these drivers create this file:

    /etc/X11/xorg.conf.d/xlibre.conf

    Section "ServerFlags"
        Option "IgnoreABI" "true"
    EndSection

Re: Xlibre release 25.0.0.0 now available for testing

Reply #94
Even the latest Nvidia driver "580.95.05" still uses the older Xorg ABI. So to prevent most issues the "IgnoreABI" option should be set to true.

 

Re: Xlibre release 25.0.0.0 now available for testing

Reply #95
I upgraded to Xlibre with zero issues.

Intel video card:
VGA compatible controller: Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx Integrated Graphics Controller (rev 35)
 
Elightrnment-git: Version: 0.27.99.25135

All works perfectly with Xlibre

Additionally, the graphics, fonts, and icons are all noticeably more crisp and saturated.

My biggest surprise is Enlightenment is significantly faster (it already was faster than all but LXDE on Xorg)

To all the developers, THANK YOU SO MUCH!!!