Received: from mx1.tetrasec.net (mx1.tetrasec.net [66.245.176.36]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 04305782C8D for <~alpine/users@lists.alpinelinux.org>; Tue, 31 Mar 2020 09:15:50 +0000 (UTC) Received: from mx1.tetrasec.net (mail.local [127.0.0.1]) by mx1.tetrasec.net (Postfix) with ESMTP id 3DC6166019 for <~alpine/users@lists.alpinelinux.org>; Tue, 31 Mar 2020 09:15:49 +0000 (UTC) Received: from ncopa-desktop.copa.dup.pw (67.63.200.37.customer.cdi.no [37.200.63.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: alpine@tanael.org) by mx1.tetrasec.net (Postfix) with ESMTPSA id CF0BC66018 for <~alpine/users@lists.alpinelinux.org>; Tue, 31 Mar 2020 09:15:48 +0000 (UTC) Date: Tue, 31 Mar 2020 11:15:42 +0200 From: Natanael Copa To: ~alpine/users@lists.alpinelinux.org Subject: Re: no Xorg... chrome failes Message-ID: <20200331111542.675adfb4@ncopa-desktop.copa.dup.pw> In-Reply-To: <84112d6f-571b-6ad3-838e-9ace1916772e@libero.it> References: <84112d6f-571b-6ad3-838e-9ace1916772e@libero.it> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 31 Mar 2020 00:31:23 +0200 Riccardo Mottola wrote: > Hi all! > > I am unable to start X. It get backs to console with some garbled > messages and (EE) no screens found. > > It also says something about > xf86EnableIOPorts: failed to set IOPL for I/O (Operation not permitted) > but I don't see that line in Xorg.log > > > In the Xorg.log, I do see: > > [ 88.460] (WW) Falling back to old probe method for modesetting ... > this is the last error I see, then a lot of information about the chrome > driver. > > Any suggestions? Do you have the openchrome driver installed? apk add xf86-video-openchrome > > Riccardo