From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#40599: 1.1.0rc2 i686 gui install unreadable Date: Mon, 13 Apr 2020 22:36:19 +0200 Message-ID: <87pncb3yyk.fsf@gnu.org> References: <871rorxzpw.fsf@ficus.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:34604) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jO5pG-0008Bz-VX for bug-guix@gnu.org; Mon, 13 Apr 2020 16:37:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jO5pF-0001so-TA for bug-guix@gnu.org; Mon, 13 Apr 2020 16:37:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:49350) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jO5pF-0001sg-Pl for bug-guix@gnu.org; Mon, 13 Apr 2020 16:37:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jO5pF-0002oe-Mv for bug-guix@gnu.org; Mon, 13 Apr 2020 16:37:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <871rorxzpw.fsf@ficus.lan> (Niels Felsted's message of "Mon, 13 Apr 2020 16:02:00 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Niels Felsted Cc: 40599@debbugs.gnu.org Hi Niels, Niels Felsted skribis: > I have have installed guix on a old laptop from. I dd'ed the iso file: > > guix-system-install-1.1.0rc2.i686-linux.iso > > on a usb stick, and booted from it. > > It boots directly into a ncurses gui, but the screen is distorted and > it is not possible to read anything. I have attached an image showing > the issue. Ouch, indeed. > I finished the install using the terminal on tty3. And tty3 displays fine, right? > I have tested the current 1.0.1 iso also, and the ncurses gui looks > fine there (though the actual install fails compiling some amdgpu > package). OK. > The laptop is a Acer aspire 3680, with Intel Celeron cpu, 1.5gb ram > and the following graphics card: > > ~$ lspci | grep -e "VGA" > 00:02.0 VGA compatible controller: Intel Corporation Mobile 945GM/GMS, 94= 3/940GML Express Integrated Graphics Controller (rev 03) I see. Could you boot the 1.1.0rc2 again and send us the /var/log/messages file? (You can either do =E2=80=9Cherd start ssh-daemon= =E2=80=9D in the image or run scp right from there, once networking is up, which means you have to go to the networking dialog of the installer.) Florian, could it be uvesafb messing with the graphics card? Thanks a lot for testing and reporting back! Ludo=E2=80=99.