Bonjour Sébastien, Sébastien Dinot, on 2024-08-03: > J'ai aussi tenté de forcer les choses au niveau de grub, en éditant le > fichier /etc/default/grub et en ajoutant la ligne : > > GRUB_GFXMODE=2560x1440x32,auto
Cette ligne concerne la résolution d'écran du menu grub, mais
pour la transmettre au noyau pour la suite du démarrage, il faut
aussi rajouter :
GRUB_GFXPAYLOAD_LINUX=keep
au /etc/default/grub, et ne pas oublier de lancer un petit :
$ sudo update-grub
après le changement. Avec un peu de chance, ça devrait suffire
à résoudre le problème.
Voyez la documentation de grub au format texinfo, ou sur
www.gnu.org[1], pour plus de détails sur cette histoire de
gfxpayload. À noter, dans la section Simple Configuration, je
suis également tombé sur l'extrait suivant :
>> Depending on your kernel, your distribution, your graphics
>> card, and the phase of the moon, note that using this option
>> may cause GNU/Linux to suffer from various display problems,
>> particularly during the early part of the boot sequence. If
>> you have problems, set this option to ‘text’ and GRUB will
>> tell Linux to boot in normal text mode.
donc j'imagine que "keep" n'est pas à généraliser partout.
[1]: https://www.gnu.org/software/grub/manual/grub/grub.html#gfxpayload
Bonne journée, :)
--
.''`. Étienne Mollier <[email protected]>
: :' : pgp: 8f91 b227 c7d6 f2b1 948c 8236 793c f67e 8f0d 11da
`. `' sent from /dev/pts/0, please excuse my verbosity
`-
signature.asc
Description: PGP signature

