* xf86-video-intel-2.99.912 with dri3 enabled breaks gnome-shell
@ 2014-06-12 21:16 Hans de Goede
2014-06-13 10:07 ` Chris Wilson
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Hans de Goede @ 2014-06-12 21:16 UTC (permalink / raw)
To: intel-gfx
Hi All,
While preparing 1.15.99.903 server + 2.99.912 intel drv packages
for Fedora 21, I noticed that both gdm and gnome-shell (tested
with startx) hang, they show the initial background screen and
then just sit there.
Building the server with --disable-dri3, or building the
intel drv with a hacked configure.ac to make it not build
with dri3 support fixes this.
Note this is with mesa 10.2.1, which has been build with xgl-dri3
support, I've double checked this.
Regards,
Hans
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: xf86-video-intel-2.99.912 with dri3 enabled breaks gnome-shell
2014-06-12 21:16 xf86-video-intel-2.99.912 with dri3 enabled breaks gnome-shell Hans de Goede
@ 2014-06-13 10:07 ` Chris Wilson
2014-06-17 10:32 ` Chris Wilson
2014-06-26 12:36 ` Steven Newbury
2 siblings, 0 replies; 6+ messages in thread
From: Chris Wilson @ 2014-06-13 10:07 UTC (permalink / raw)
To: Hans de Goede; +Cc: intel-gfx
On Thu, Jun 12, 2014 at 11:16:55PM +0200, Hans de Goede wrote:
> Hi All,
>
> While preparing 1.15.99.903 server + 2.99.912 intel drv packages
> for Fedora 21, I noticed that both gdm and gnome-shell (tested
> with startx) hang, they show the initial background screen and
> then just sit there.
Can you attach the compressed output of --enable-debug=full? I guess it
is a get-msc that ends up queuing a vblank with the wrong wakeup.
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: xf86-video-intel-2.99.912 with dri3 enabled breaks gnome-shell
2014-06-12 21:16 xf86-video-intel-2.99.912 with dri3 enabled breaks gnome-shell Hans de Goede
2014-06-13 10:07 ` Chris Wilson
@ 2014-06-17 10:32 ` Chris Wilson
2014-06-26 12:36 ` Steven Newbury
2 siblings, 0 replies; 6+ messages in thread
From: Chris Wilson @ 2014-06-17 10:32 UTC (permalink / raw)
To: Hans de Goede; +Cc: intel-gfx
On Thu, Jun 12, 2014 at 11:16:55PM +0200, Hans de Goede wrote:
> Hi All,
>
> While preparing 1.15.99.903 server + 2.99.912 intel drv packages
> for Fedora 21, I noticed that both gdm and gnome-shell (tested
> with startx) hang, they show the initial background screen and
> then just sit there.
>
> Building the server with --disable-dri3, or building the
> intel drv with a hacked configure.ac to make it not build
> with dri3 support fixes this.
>
> Note this is with mesa 10.2.1, which has been build with xgl-dri3
> support, I've double checked this.
Can try starting gnome-shell with:
export CLUTTER_PAINT=disable-clipped-redraws:disable-culling
and see if that tells clutter to only do whole scene redraws and so
only update using PresentPixmap? Could you send me the debug logs with
that set in any event?
-Chris
--
Chris Wilson, Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: xf86-video-intel-2.99.912 with dri3 enabled breaks gnome-shell
2014-06-12 21:16 xf86-video-intel-2.99.912 with dri3 enabled breaks gnome-shell Hans de Goede
2014-06-13 10:07 ` Chris Wilson
2014-06-17 10:32 ` Chris Wilson
@ 2014-06-26 12:36 ` Steven Newbury
2014-06-26 21:54 ` Rémi Cardona
2 siblings, 1 reply; 6+ messages in thread
From: Steven Newbury @ 2014-06-26 12:36 UTC (permalink / raw)
To: Hans de Goede; +Cc: intel-gfx
[-- Attachment #1.1: Type: text/plain, Size: 940 bytes --]
On Thu, 2014-06-12 at 23:16 +0200, Hans de Goede wrote:
> Hi All,
>
> While preparing 1.15.99.903 server + 2.99.912 intel drv packages
> for Fedora 21, I noticed that both gdm and gnome-shell (tested
> with startx) hang, they show the initial background screen and
> then just sit there.
>
> Building the server with --disable-dri3, or building the
> intel drv with a hacked configure.ac to make it not build
> with dri3 support fixes this.
>
> Note this is with mesa 10.2.1, which has been build with xgl-dri3
> support, I've double checked this.
>
Hi Hans!
Have you got to the bottom of this? I see the same thing, and also
possibly with GLX contexts under XWayland also with gnome-shell. If
it's the same thing, it points to the mesa i965 DRI(3) driver side
rather than the DDX driver since it's not involved any more with
XWayland.
(using git master or latest unstable releases of relevant components)
[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 181 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: xf86-video-intel-2.99.912 with dri3 enabled breaks gnome-shell
2014-06-26 12:36 ` Steven Newbury
@ 2014-06-26 21:54 ` Rémi Cardona
2014-06-26 23:59 ` Dave Airlie
0 siblings, 1 reply; 6+ messages in thread
From: Rémi Cardona @ 2014-06-26 21:54 UTC (permalink / raw)
To: intel-gfx
Le jeudi 26 juin 2014 à 13:36 +0100, Steven Newbury a écrit :
> Hi Hans!
> Have you got to the bottom of this? I see the same thing, and also
> possibly with GLX contexts under XWayland also with gnome-shell. If
> it's the same thing, it points to the mesa i965 DRI(3) driver side
> rather than the DDX driver since it's not involved any more with
> XWayland.
FTR, I disabled DRI3 in our DDX ebuild because of this bug. IIRC, Julien
did too in Debian.
Cheers,
Rémi
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: xf86-video-intel-2.99.912 with dri3 enabled breaks gnome-shell
2014-06-26 21:54 ` Rémi Cardona
@ 2014-06-26 23:59 ` Dave Airlie
0 siblings, 0 replies; 6+ messages in thread
From: Dave Airlie @ 2014-06-26 23:59 UTC (permalink / raw)
To: Rémi Cardona; +Cc: intel-gfx@lists.freedesktop.org
On 27 June 2014 07:54, Rémi Cardona <remi@gentoo.org> wrote:
> Le jeudi 26 juin 2014 à 13:36 +0100, Steven Newbury a écrit :
>> Hi Hans!
>> Have you got to the bottom of this? I see the same thing, and also
>> possibly with GLX contexts under XWayland also with gnome-shell. If
>> it's the same thing, it points to the mesa i965 DRI(3) driver side
>> rather than the DDX driver since it's not involved any more with
>> XWayland.
>
> FTR, I disabled DRI3 in our DDX ebuild because of this bug. IIRC, Julien
> did too in Debian.
>
this is a bug that is to be fixed in mesa, the GLX_INTEL_swap_event extension
was implemented wrongly in DRI2, and DRI3 needs to be fixed to be bug
compatible.
I'll push fix in a while once I test it.
Dave.
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2014-06-26 23:59 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-12 21:16 xf86-video-intel-2.99.912 with dri3 enabled breaks gnome-shell Hans de Goede
2014-06-13 10:07 ` Chris Wilson
2014-06-17 10:32 ` Chris Wilson
2014-06-26 12:36 ` Steven Newbury
2014-06-26 21:54 ` Rémi Cardona
2014-06-26 23:59 ` Dave Airlie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox