From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZguIR-00052U-R9 for qemu-devel@nongnu.org; Tue, 29 Sep 2015 08:46:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZguIM-0006bZ-60 for qemu-devel@nongnu.org; Tue, 29 Sep 2015 08:46:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZguIM-0006bT-0o for qemu-devel@nongnu.org; Tue, 29 Sep 2015 08:46:10 -0400 Message-ID: <1443530767.21557.20.camel@redhat.com> From: Gerd Hoffmann Date: Tue, 29 Sep 2015 14:46:07 +0200 In-Reply-To: <560965D8.9050705@redhat.com> References: <1443085502-596-1-git-send-email-kraxel@redhat.com> <560965D8.9050705@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 00/11] add virgl rendering support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Max Reitz Cc: David Airlie , =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau , QEMU On Mo, 2015-09-28 at 18:07 +0200, Max Reitz wrote: > On 24.09.2015 19:09, Marc-Andr=C3=A9 Lureau wrote: > > Hi Gerd > >=20 > > On Thu, Sep 24, 2015 at 11:04 AM, Gerd Hoffmann w= rote: > >> Hi, > >> > >> This patch series adds infrastructure for opengl rendering > >> (context management, define scanout textures), adds support > >> for this to sdl2 and gtk user interfaces and adds virgl/3d > >> mode to virtio-gpu by hooking up the virglrenderer library. > >> > >> v2 fixes a bunch of issues found in patch review, which > >> hopefully also fixes the issues seen in testing. This works > >> for me with both gtk3/sdl2, gl on/off, rhel7 host, fedora22 > >> guest, intel gpu hardware. > >> > >=20 > > I am on f22 intel gpu, gtk/glarea now works for me. However, sdl stil= l > > gives me a black screen. >=20 > I, too, get a black screen, but only for the login screen. Blindly > hitting enter and typing my password gets me past this, and then > everything works. Ah, *that* is probably the wayland login screen. Known issue, wayland needs page flip support, which is not there yet (but on the todo list). You can turn if off for the time being in /etc/gdm/custom.conf cheers, Gerd