From mboxrd@z Thu Jan 1 00:00:00 1970 From: "pelzflorian (Florian Pelz)" Subject: Re: KMScon vs. AMD Radeon Date: Thu, 18 Apr 2019 09:05:39 +0200 Message-ID: <20190418070539.pe3nldzwlqzr543k@pelzflorian.localdomain> References: <87wokaq0gd.fsf@gnu.org> <20190403230244.663ee305@scratchpost.org> <20190404050217.6wsqln62utbl4ock@pelzflorian.localdomain> <87o95mfcer.fsf@gmail.com> <87h8bdkhhs.fsf@gmail.com> <20190404160748.3jr76nocxxith3jz@pelzflorian.localdomain> <20190414094859.dutthslrhr5jjosp@pelzflorian.localdomain> <20190414205456.5ax4ne5e26pcshef@pelzflorian.localdomain> <878swbpizu.fsf@gnu.org> <20190417172627.wvq7ked5pxbl4wri@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:58713) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hH17T-00027G-Km for guix-devel@gnu.org; Thu, 18 Apr 2019 03:06:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hH17P-0000lY-I1 for guix-devel@gnu.org; Thu, 18 Apr 2019 03:06:03 -0400 Content-Disposition: inline In-Reply-To: <20190417172627.wvq7ked5pxbl4wri@pelzflorian.localdomain> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel , Mathieu Othacehe , Pierre Neidhardt On Wed, Apr 17, 2019 at 07:26:27PM +0200, pelzflorian (Florian Pelz) wrot= e: > Then the installed system has no graphics too (graphics freeze at the > same message >=20 > [ 51.910992] fb0: switching to radeondrmfb from EFI VGA >=20 > but I cannot add modprobe.blacklist=3Dradeon because GRUB does not > recognize my USB keyboard now (in the installer=E2=80=99s GRUB the USB > keyboard was recognized). >=20 I dug out a PS/2 keyboard which works. When adding modprobe.blacklist=3Dradeon then GDM does not start. /var/log/gdm/greeter.log contains beside various expected errors for fbdev: (EE) open /dev/fb0: Permission denied So i did chmod 777 /dev/fb0 herd restart xorg-server but it still says permission denied on /dev/fb0. Regards, Florian