GNU bug report logs - #40599
1.1.0rc2 i686 gui install unreadable

Previous Next

Package: guix;

Reported by: Niels Felsted <niels <at> pdlkrft.eu>

Date: Mon, 13 Apr 2020 14:42:02 UTC

Severity: important

Found in version 1.1.0

Done: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: Niels Felsted <niels <at> pdlkrft.eu>
Cc: 40599 <at> debbugs.gnu.org
Subject: bug#40599: 1.1.0rc2 i686 gui install unreadable
Date: Mon, 13 Apr 2020 23:48:24 +0200
On Mon, Apr 13, 2020 at 11:06:50PM +0200, pelzflorian (Florian Pelz) wrote:
> On Mon, Apr 13, 2020 at 04:02:00PM +0200, Niels Felsted wrote:
> > The laptop is a Acer aspire 3680, with Intel Celeron cpu, 1.5gb ram
> > and the following graphics card:
> 
> Wait it’s Intel??  Sorry I misread.  I thought I had read AMD.

It’s funny how my Acer Aspire 5738PG has an old AMD/ATI Radeon and
only works with uvesafb, while uvesafb causes problems with your Acer
Aspire 3680’S old Intel GPU.

I believe “nomodeset” will help you with rc2, although it is a
regression.  If you run lsmod after pressing Ctrl+Alt+F3, is there a
module called “i915”?  You could try adding a kernel parameter
“modprobe.blacklist=i915” and maybe it won’t break the graphics.


Have you previously used a GNU/Linux distribution with Xorg on the
Acer Aspire (probably yes)?  However could you try if after installing
you even have Xorg graphics support?  If and only if you don’t have
Xorg after installation, maybe you might actually need to add uvesafb
to your config.scm to have graphics support later on.

That is in your /etc/config.scm in the services field add:

(services <here are your other services…>
          (set-xorg-configuration
           (xorg-configuration
            (modules
             (list ;it is important xf86-video-vesa is not listed
              xf86-video-fbdev
              xf86-input-libinput
              ;; you probably don’t need these:
              xf86-input-evdev
              xf86-input-keyboard
              xf86-input-mouse
              xf86-input-synaptics))
            (keyboard-layout keyboard-layout)))
          (service kernel-module-loader-service-type '("uvesafb"))
          (simple-service 'uvesafb-configuration etc-service-type
                          (list `("modprobe.d/uvesafb.conf"
                                  ,(mixed-text-file
                                    "uvesafb.conf"
                                    "options uvesafb v86d=" v86d
                                    "/sbin/v86d mode_option=1024x768\n")))))

and before (services …) a field (kernel-arguments '("nomodeset"))

Regards,
Florian




This bug report was last modified 5 years and 42 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.