diff mbox

package/x11r7/xserver_xorg-server: AIGLX Extension removed in 1.19.0

Message ID 20161231163037.13818-1-romain.naour@gmail.com
State Accepted
Commit ec502ea8e4fec1e113b5f7c532809a05644a9fd4
Headers show

Commit Message

Romain Naour Dec. 31, 2016, 4:30 p.m. UTC
https://cgit.freedesktop.org/xorg/xserver/commit/?id=501d8e2beb337e072c93c9310fcd927a099b9c3b

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
---
 package/x11r7/xserver_xorg-server/Config.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Bernd Kuhls Jan. 1, 2017, 10:39 a.m. UTC | #1
Am Sat, 31 Dec 2016 17:30:37 +0100 schrieb Romain Naour:

> https://cgit.freedesktop.org/xorg/xserver/commit/?
id=501d8e2beb337e072c93c9310fcd927a099b9c3b
> 
> Signed-off-by: Romain Naour
> <romain.naour@gmail.com>
> Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
>  package/x11r7/xserver_xorg-server/Config.in | 2 ++
>  1 file changed, 2 insertions(+)

Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Romain Naour Jan. 1, 2017, 11:50 a.m. UTC | #2
Hi Bernd,

Le 01/01/2017 à 11:39, Bernd Kuhls a écrit :
> Am Sat, 31 Dec 2016 17:30:37 +0100 schrieb Romain Naour:
> 
>> https://cgit.freedesktop.org/xorg/xserver/commit/?
> id=501d8e2beb337e072c93c9310fcd927a099b9c3b
>>
>> Signed-off-by: Romain Naour
>> <romain.naour@gmail.com>
>> Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
>> ---
>>  package/x11r7/xserver_xorg-server/Config.in | 2 ++
>>  1 file changed, 2 insertions(+)
> 
> Acked-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Thanks for the ack :)

It seems that this new release of xserver is buggy with DRI2 and freeze some
applications (even with my new Fedora 25).

While testing lugaru package [1] with Enlightenment window manager, the game
freeze quickly or even in the game menu.

So I've used elementary_test program to check if the test suite run correctly...
The same problem appear with "GLView Gears" test [2].

It seems I'm not the only one having issues with this release [3] [4].
Reverting back to 1.18.4 fixed this freeze.

I need to test with 1.19.0 using DRI3 as suggested in [3].

Thoughts ?

Best regards,
Romain

[1] http://patchwork.ozlabs.org/patch/706847/
[2] https://phab.enlightenment.org/T5061
[3] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=846779#30
[4] https://bugzilla.redhat.com/show_bug.cgi?id=1399396

> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
Bernd Kuhls Jan. 1, 2017, 12:13 p.m. UTC | #3
Am Sun, 01 Jan 2017 12:50:45 +0100 schrieb Romain Naour:

> It seems that this new release of xserver is buggy with DRI2 and freeze
> some applications (even with my new Fedora 25).

Hi,

my initial patch to add 1.19.0 along with 1.18.4 was rejected:
http://patchwork.ozlabs.org/patch/699642/

> While testing lugaru package [1] with Enlightenment window manager, the
> game freeze quickly or even in the game menu.

The only X-based app, Kodi 17, I am building with buildroot works fine in 
fullscreen mode with xserver 1.19.0 & DRI2. Maybe because I am using the 
Intel xdriver in sna mode:
https://bugs.freedesktop.org/show_bug.cgi?id=98030#c9

Regards, Bernd
Peter Korsgaard Jan. 8, 2017, 8:42 p.m. UTC | #4
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:

 > https://cgit.freedesktop.org/xorg/xserver/commit/?id=501d8e2beb337e072c93c9310fcd927a099b9c3b
 > Signed-off-by: Romain Naour <romain.naour@gmail.com>
 > Cc: Bernd Kuhls <bernd.kuhls@t-online.de>

Committed, thanks.
diff mbox

Patch

diff --git a/package/x11r7/xserver_xorg-server/Config.in b/package/x11r7/xserver_xorg-server/Config.in
index b7f2b3e..1ee1f0b 100644
--- a/package/x11r7/xserver_xorg-server/Config.in
+++ b/package/x11r7/xserver_xorg-server/Config.in
@@ -132,6 +132,8 @@  endchoice
 
 config BR2_PACKAGE_XSERVER_XORG_SERVER_AIGLX
 	bool "Enable AIGLX Extension"
+	# AIGLX Extension removed in 1.19.0
+	depends on BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_14 || BR2_PACKAGE_XSERVER_XORG_SERVER_V_1_17
 	help
 	  Enable/Use AIGLX extension.