#26 Le 19/02/2025, à 19:39
- c'est pépé!!!
Re : Nvdia GTX 1050
p-p@p-p-Aspire-A715-71G:~$ sudo sed -i -e "s/GRUB_CMDLINE_LINUX_DEFAULT=\"/GRUB_CMDLINE_LINUX_DEFAULT=\"nvidia-drm.modeset=1 nvidia-drm.fbdev=1 /g" /etc/default/grub && sudo grep CMDLINE /etc/default/grub
[sudo] Mot de passe de p-p :
GRUB_CMDLINE_LINUX_DEFAULT="nvidia-drm.modeset=1 nvidia-drm.fbdev=1 nvidia-drm.modeset=1 nvidia-drm.fbdev=1 nvidia-drm.modeset=1 nvidia-drm.fbdev=1 quiet splash"
GRUB_CMDLINE_LINUX=""
p-p@p-p-Aspire-A715-71G:~$ sudo update-initramfs -ukall
update-initramfs: Generating /boot/initrd.img-6.11.0-17-generic
p-p@p-p-Aspire-A715-71G:~$
Hors ligne
#27 Le 19/02/2025, à 20:00
- geole
Re : Nvdia GTX 1050
Bonsoir.
Je ne sais pas si les options ajoutées sont bonnes.
En tout cas, pour les faire prendre en compte avant le boot, il est nécessaire de faire cette commande.
sudo update-grub
Les grilles de l'installateur https://doc.ubuntu-fr.org/tutoriel/inst … _subiquity
"gedit admin:///etc/fstab" est proscrit, utilisez "pkexec env DISPLAY=$DISPLAY XAUTHORITY=$XAUTHORITY xdg-open /etc/fstab" Voir https://doc.ubuntu-fr.org/gedit
Les partitions EXT4 des disques externes => https://forum.ubuntu-fr.org/viewtopic.p … #p22697248
Hors ligne
#28 Le 19/02/2025, à 20:04
- nany
Re : Nvdia GTX 1050
Bonjour,
Il ne fallait pas répéter la commande, ça a multiplié les écritures.
Pour corriger :
sudo sed -ri 's/(GRUB_CMDLINE_LINUX_DEFAULT=")[^"]*/\1quiet splash nvidia-drm.modeset=1 nvidia-drm.fbdev=1/' /etc/default/grub && grep CMDLINE /etc/default/grub
Dernière modification par nany (Le 19/02/2025, à 20:04)
Hors ligne
#29 Le 19/02/2025, à 20:34
- c'est pépé!!!
Re : Nvdia GTX 1050
voila le retour:
p-p@p-p-Aspire-A715-71G:~$ sudo sed -ri 's/(GRUB_CMDLINE_LINUX_DEFAULT=")[^"]*/\1quiet splash nvidia-drm.modeset=1 nvidia-drm.fbdev=1/' /etc/default/grub && grep CMDLINE /etc/default/grub
[sudo] Mot de passe de p-p :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nvidia-drm.modeset=1 nvidia-drm.fbdev=1"
GRUB_CMDLINE_LINUX=""
p-p@p-p-Aspire-A715-71G:~$ sudo update-grub
Sourcing file `/etc/default/grub'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-6.11.0-17-generic
Found initrd image: /boot/initrd.img-6.11.0-17-generic
Found memtest86+ 64bit EFI image: /boot/memtest86+x64.efi
Warning: os-prober will not be executed to detect other bootable partitions.
Systems on them will not be added to the GRUB boot configuration.
Check GRUB_DISABLE_OS_PROBER documentation entry.
Adding boot menu entry for UEFI Firmware Settings ...
done
p-p@p-p-Aspire-A715-71G:~$
Hors ligne