From: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
To: Niels Felsted <niels@pdlkrft.eu>
Cc: 40599@debbugs.gnu.org
Subject: bug#40599: 1.1.0rc2 i686 gui install unreadable
Date: Mon, 13 Apr 2020 23:48:24 +0200 [thread overview]
Message-ID: <20200413214824.4xcb5e7yvzdymru2@pelzflorian.localdomain> (raw)
In-Reply-To: <20200413210650.uwuswmbv2tqpqp56@pelzflorian.localdomain>
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
prev parent reply other threads:[~2020-04-13 21:49 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-13 14:02 bug#40599: 1.1.0rc2 i686 gui install unreadable Niels Felsted
2020-04-13 20:36 ` Ludovic Courtès
2020-04-13 20:51 ` pelzflorian (Florian Pelz)
2020-04-13 20:56 ` Ludovic Courtès
2020-04-14 0:48 ` pelzflorian (Florian Pelz)
2020-04-14 13:06 ` Niels Felsted
2020-04-14 13:22 ` pelzflorian (Florian Pelz)
2020-04-14 15:42 ` Ludovic Courtès
2020-04-14 18:20 ` Niels Felsted
2020-04-14 18:48 ` pelzflorian (Florian Pelz)
2020-04-14 20:01 ` Ludovic Courtès
2020-04-13 21:06 ` pelzflorian (Florian Pelz)
2020-04-13 21:48 ` pelzflorian (Florian Pelz) [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200413214824.4xcb5e7yvzdymru2@pelzflorian.localdomain \
--to=pelzflorian@pelzflorian.de \
--cc=40599@debbugs.gnu.org \
--cc=niels@pdlkrft.eu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.