Received: from cock.li (mx1.cock.li [185.10.68.5]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id DB7F6781A6C for <~alpine/users@lists.alpinelinux.org>; Fri, 2 Aug 2019 07:10:26 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on cock.li X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,NO_RECEIVED,NO_RELAYS shortcircuit=_SCTYPE_ autolearn=disabled version=3.4.2 Date: Fri, 2 Aug 2019 00:10:14 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1564729825; bh=3+vPsdzLJ0j7/JKFtevGOBcsKjWr2Xpq0DErH7kDG9E=; h=Date:From:To:Subject:References:In-Reply-To:From; b=NRis6QoHiRCRgTb67MHkLka6BpHzdzC0Y0d0PT+WX5Ua1tLQSdqZDAIEI0+AVZzY3 7Fz8ycvAmezu/Lt0xOKX+jCx87NjQJVj/ksLCc3N2KRv3wTui5DSjZq2npVSgVXBlw KYDY2MNzHN5ZVnHkXc6WvYBl09kcNPEOXZii915pYd6GN9iWYsuxbsU0BSAbX3E/SY EOfADZTPPMMGXLTnbiIh/oOqySklzXKvaYf3F/T9PJUTFymVYqdPSHcYcXbUlT2Jae R/pX2Ak1/Q+CpsrDiFkjkfPHmszyMEleQejng18FAOCkP9KI7cuQQHIf92lTRxwYYT mXKrp+YrPTPzQ== From: xcko To: ~alpine/users@lists.alpinelinux.org Subject: Re: Issue with gnome Message-ID: <20190802071014.GA1645@tilt.my.domain> References: <845882b4-c39a-5411-d474-b54452795063@crans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <845882b4-c39a-5411-d474-b54452795063@crans.org> User-Agent: Mutt/1.12.1 (2019-06-15) Philippe Doublet wrote: > installed alpine ("sys" install of v3.10-extended) on a gnome boxes virtual > machine (it uses libvirt and qemu, as I understand). > (plus xf86-video-qxl drivers installed). > > gdm greeter.log file, the failure seems to come from : "Failed to create > backend : No GPUs found with udev". What to do ? Sounds like a driver issue. Did you pass -vga qxl to qemu? I'm not familiar with qxl/spice but according to here: https://wiki.archlinux.org/index.php/QEMU#qxl Otherwise, I would experiment with removing the qxl driver so the guest falls back onto the modesetting driver. Although the page is a little sparse, and grsec is no longer used, see https://wiki.alpinelinux.org/wiki/Qemu as well if you haven't already. Good luck.