unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
From: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
To: help-guix@gnu.org
Cc: Kodcu <kodcu@tutanota.com>
Subject: Re: GuixSD on T440p won't boot or install properly / missing free software ... nouveau ...
Date: Sat, 30 Sep 2023 00:17:46 +0200	[thread overview]
Message-ID: <87lecohbed.fsf@pelzflorian.de> (raw)
In-Reply-To: <NfWQ7om--3-9@tutanota.com> (Kodcu via's message of "Fri, 29 Sep 2023 16:51:42 +0200 (CEST)")

Hello Kodcu.

According to h-node.org, the ThinkPad T440p uses Intel graphics and not
Nvidia/nouveau.  Graphics are claimed to work with the libre kernel.

I presume you can switch to a TTY by pressing Ctrl+Alt+F2 at least after
booting with nomodeset.

If graphics actually do not work and you do want a graphical system, it
might be possible to use an older kernel.  Add a line inside
/etc/config.scm to the operating-system:

(use-package-modules linux)
(operating-system
 (kernel linux-libre-5.4)
 …

or some other old version.

Otherwise, uvesafb is an option but not a good one.  It would be much
better without uvesafb.
The installer’s config file uses uvesafb, the installed system does not
by default (see
<https://lists.gnu.org/archive/html/help-guix/2020-11/msg00172.html>
which can also be found using the yhetil.org search engine).

Regards,
Florian


  reply	other threads:[~2023-09-29 22:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-29 14:51 GuixSD on T440p won't boot or install properly / missing free software ... nouveau Kodcu via
2023-09-29 22:17 ` pelzflorian (Florian Pelz) [this message]
2023-09-29 22:29   ` Kodcu via
2023-09-29 23:03     ` pelzflorian (Florian Pelz)
2023-09-29 23:08     ` Felix Lechner via
2023-09-30  8:30       ` Alex Sassmannshausen
2023-09-30 11:24         ` Kodcu via

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lecohbed.fsf@pelzflorian.de \
    --to=pelzflorian@pelzflorian.de \
    --cc=help-guix@gnu.org \
    --cc=kodcu@tutanota.com \
    /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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).