[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#59003] [PATCH 0/7] [Installer] Warn about unsupported devices
From: |
pelzflorian (Florian Pelz) |
Subject: |
[bug#59003] [PATCH 0/7] [Installer] Warn about unsupported devices |
Date: |
Tue, 15 Nov 2022 19:28:47 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Ludovic Courtès <ludo@gnu.org> writes:
> "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> skribis:
>> Ludovic Courtès <ludo@gnu.org> writes:
>>> +(define %unsupported-linux-modules
>>> + '([…]
>>> + ;; Graphics.
>>> + "amdgpu"
>>> + "radeon"
>> Yes, this is fine, I think, even though AMD users will have also gotten
>> the uvesafb warning before and even though allegedly some AMD devices
>> work okay without firmware (except for 3d, according to h-node).
> Right, I think it’s only 3D that won’t work. Maybe we should remove
> them?
Allegedly for some people only 3d is broken, but my AMD PCs’ screens get
frozen, also Philip’s
<https://lists.gnu.org/archive/html/help-guix/2021-10/msg00047.html>.
was unusable.
> Dunno, we also want to warn about things that will not work to
> its fullest. Maybe we should reword the sentence? Like:
>
> Unfortunately, it means those devices will not be usable.
> ->
> Unfortunately, it means those devices will not be usable or that some
> features will be unavailable.
>
> WDYT?
It is closer to the truth, so yes, but is not important. The uvesafb
message before will have told AMD users that there may be a false alarm.
> Oops, thanks; I fixed that recursive call in ‘run-welcome-page’.
Ahh. It works.
Regards,
Florian
- [bug#59003] [PATCH 0/7] [Installer] Warn about unsupported devices, (continued)
[bug#59003] [PATCH 7/7] installer: Remove unused variable., Ludovic Courtès, 2022/11/03
[bug#59003] [PATCH 1/7] installer: Warn about hardware support after the welcome page., pelzflorian (Florian Pelz), 2022/11/05
[bug#59003] [PATCH v2 0/6] [Installer] Warn about unsupported devices, Ludovic Courtès, 2022/11/09
[bug#59003] [PATCH v2 1/6] installer: Warn about hardware support after the welcome page., Ludovic Courtès, 2022/11/09
[bug#59003] [PATCH v2 5/6] installer: Error page width is parameterized., Ludovic Courtès, 2022/11/09
[bug#59003] [PATCH v2 2/6] linux-modules: Add support for listing PCI devices., Ludovic Courtès, 2022/11/09
[bug#59003] [PATCH v2 4/6] installer: Use 'current-guix' for extensions., Ludovic Courtès, 2022/11/09
[bug#59003] [PATCH v2 3/6] linux-modules: Add 'load-pci-device-database'., Ludovic Courtès, 2022/11/09