Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 79ED7780EF5 for <~alpine/users@lists.alpinelinux.org>; Thu, 13 Aug 2020 07:41:05 +0000 (UTC) Subject: Re: [Installing sway fails with blackscreen upon startup] DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dereferenced.org; s=default; t=1597304463; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=oQ3HRM+l1fAY2w0eO+TyNrsr3fNfmfCwq9coDExjiR0=; b=Jl2pJ1HoNig51qJ4zdMkITli+FjThy7UKaELuyoqgfJGn0VNS0kpbgrGqNbjkDBIzTAzOU gkslZp8W+bQiUeyBqXIyamniejT12ufrlvfoS7seQnnrLnmykjrazITzmvQyd9BC87Qt2M aMDIV/qV50T0F4bnHQEaTr2AxBxixsE= To: Max , ~alpine/users@lists.alpinelinux.org References: X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Ariadne Conill Message-ID: Date: Thu, 13 Aug 2020 01:40:59 -0600 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Score: -0.10 Hello, On 2020-08-13 01:00, Max wrote: > Dear Alpine users, > > does anybody of you use Sway? > I tried to install Sway by this > [instructions](https://wiki.alpinelinux.org/wiki/Sway). > > Without installing elogind nothing starts with the error of no detected > session. > Upon searching I found hints to install elogind as necessary requirement. > > However now, after installing and setting elogind to be started on boot > (without further configuration), I get blackscreens. > > Does anybody have an idea how to fix this? You need to be part of the video group in order to run a wayland compositor. elogind will handle this for you if you use a manager like sddm, otherwise you should make sure you are in video group yourself. You can do this with `addgroup $user video`. Ariadne